How to add an IN-GAME cutscene in BGE
In this video we go over how to add an in-game cutscene to your game. We align the player to a point using a small python script and align the camera. After this has happened a property is set to ...
In this video we go over how to add an in-game cutscene to your game. We align the player to a point using a small python script and align the camera. After this has happened a property is set to ...
In this tutorial I go over adding a custom cursor in the blender game engine. We do this through using the hit position on an overlay scene and then applying this over the main scene. Likes, ...
in this video I show you how to get in and out of a drivable vehicle in the blender game engine. This effect is similar to that in GTA which allows you to get in cars and drive them around. This ...
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 ...
In this tutorial we go over how to add character customization to your games in the blender game engine. We also cover how to save this configuration and load it into the game you are playing using ...
A quick overview of the new addon. Google Drive Download v1.5: https://drive.google.com/file/d/0B_DSg35urBhDeGtRaVpGU3RxME0/view?usp=sharing Dropbox Download v1.5: ...
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 ...
In this tutorial we go over how to add optimized shadows to a game with vertex parenting and go over how each of the properties on the sunlamp effects the shadow. We also cover how to add alpha ...
In this tutorial I go over how to change the quality and colour of text in the blender game engine. We will cover changing all the text objects in all scenes, and how to manipulate other objects ...
in this tutorial i show you how to use the render to texture script from tutorialsforblender3d.com. I go over how to use it as security camera's and gun scopes although it can be used for many ...
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 ...
***This system used definitely not recommended if you want efficient, good quality, customizable inventories with more than 10 items. I am just doing this tutorial to show that it is possible to do ...