In this tutorial i show you guys how i made the waterfall featured in the speed modelling video. I will take you through the basics of setting up the cascading water and how to paint and setup ...
Thanks for watching
Liking, sharing, commenting or subscribing would be awesome!
Constructive feedback would be helpful as well!
in this tutorial i show you guys how to make your own explosions ...
thanks for watching, in this video i show you guys how to add recoil to your guns in the blender game engine. Instead of using plain old animations to give the illusion of recoil we use a small ...
his video i show you how to add an intro to your games in the blender game engine. This is a small .blend that plays a video similar to the cutscene tutorial and after the video is finished the ...
Learn how to work with text in the Blender Game Engine.
Finished Script for the Right Click one:
import bge
scene = bge.logic.getCurrentScene()
dynamicText = scene.objects
dynamicText.text = ...
Today I will show you how to add split screen in the Blender Game Engine!
Script:
https://drive.google.com/file/d/0B1A3fiPFsaZMYjlaaldKRU9iTms/edit?usp=sharing
Finished.blend: ...
in this remake of the previous tutorial series i show you how to add bullet holes using a python script instead of the previous method which at times wouldn't work properly. I show you how to paint ...
in this video i show you how to set up rain in the blender game engine. The finished result looks good and runs well, using multiple spawners and track to actuators to give the illusion of rain ...
thanks for watching!
in this video i show you guys how to add sound to your games and explore the sound actuator and what each setting does, unfortunately i wasn't quite sure of the last three ...
a quick and easy method i came up with that allows you to animate multiple objects such as huge fields of grass etc. across a map using bones, vertex groups and weight painting.
multiple bones can ...
thanks for watching!
in this tutorial i show you how to make good looking low poly effective tree models, which can be changed within a matter of clicks (from leaves to no leaves) depending on the ...
Thanks for watching!
This is the second part in the how to make a splitscreen game in the blender game engine series. In this video i show you guys how to add animations, align camera, add ...
Today I will show you how to add bloom into your game in blender!
#CLICK SHOW MORE FOR LINKS#
Script:
https://drive.google.com/file/d/0B1A3fiPFsaZMZTJKVXBMel9TU2M/edit?usp=sharing
Source
In this tutorial i teach you guys how to set up logic bricks so that when you press a letter you can swap from primary to secondary and vice versa. Also i teach you how to create timers so that you ...