Intro – Python in Blender Game Engine
http://filmsbykris.com/wordpress/?p=1363 http://filmsbykris.com/amazon http://filmsbykris.com/MyMusic/2012/Dorcy/ Voir sur youtube
http://filmsbykris.com/wordpress/?p=1363 http://filmsbykris.com/amazon http://filmsbykris.com/MyMusic/2012/Dorcy/ Voir sur youtube
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 I go over saving and loading properties to and from a text file. These properties can be used to describe almost any aspect of the game and will let you store important items such ...
In this tutorial I show you how to add water mechanics to your games in the blender game engine. We create a setup with logic bricks that determines the players movement speed as well as the ...
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, ...
Welcome to a new tutorial series covering the Godot open source 2d/3d C++ based game engine. Over time we will cover all aspects of game development using Godot. In this first tutorial we cover ...
This tutorial will teach you how to dynamically place objects in game, with a simple script and some logic. In the future I will show you how to make this system even more advanced. SCRIPT: ...
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 ...
Today I will be showing you how to add your own custom mouse cursor to your blender game. #LINKS# Website: https://sites.google.com/site/supergloopsworld/ Suggest a future tutorial: ...
http://filmsbykris.com/ http://filmsbykris.com/v4 http://filmsbykris.com/irc http://filmsbykris.com/blendfiles Source
In this tutorial I show you how to add diving to your games in the BGE. This tutorial is more of a 'hack' compared to martin uptis' real time demo, but because he requested it not to be used in ...
In this tutorial I show you how to add 4 different 2D filters to increase the visual fidelity of your games. This includes Depth of field, SSAO, FXAA, and a Bloom script. While the filters do make ...
in this video I go over explaining the GPL license and what it means for you and the games you create. I then go over a simple work around by using a launching file (encoded with GPL) to open your ...
This is the expansion of my video tutorial on moustracking in Blender3D. If you have any feedback / questions just post them. I do also take tutorial requests! Source
In this tutorial we go over how to add a loading screen to your games in the blender game engine and explain why you can't manually load the game. We also cover the advantages of this system ...
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 ...