Create game data folder in AppData
By joelgomes1994 To get the AppData path through Python and create your game data folder in it, simply use: Downloading a file from URL To download a file from a url: The data will...
By joelgomes1994 To get the AppData path through Python and create your game data folder in it, simply use: Downloading a file from URL To download a file from a url: The data will...
Hi again! In the past days I read a post in blenderartist about some “strange” behavior with logic bricks while executing a game in the blender game engine (BGE/UPBGE), this strange behavior goes from...
Si eres un desarrollador de juegos con UPBGE o BGE, quizás te hayas enfrentado a varios problemas de rendimiento en algun punto de desarrollo de tu proyecto, siendo mas especificos posiblemente el mayor problema...
If you are wiling to make games with the UPBGE/BGE and already have some knowledge to make some game prototypes that seem to work well, but as soon as you start to grow your...
After almost half a year of inactivity, here is the most recent update of my game in progress “CrafTal”, but before talking about the last “improvements” (lol), let’s talk about all of them, because...
Have you ever been making a game/app in the BGE or UPBGE and then somehow the frame rate drops when camera is pointing to some specific area? This is a common mistake among newcomers,...
Here is the author’s original post on Blender Artist, but since there is no much explanation about this texturing technique here is some explanation, just in case you don’t know this technique. Tri-Planar Texturing...
From author’s post in Blender Artist forums: BluePrintRandom asked me to convert this shader (https://www.shadertoy.com/view/lsBfRc 39) to run in UPBGE. Original shader from shadertoy: Bloom.blend 25 (92.1 KB) Modified shader using rendered screen result:...
From author´s post in Blender Artist forums: Figured I’d upload this third person camera I’ve been making since I put quite a bit of work into it. The logic brick setup is extremely simple...
From the author’s post in the BlenderArtist forums: hi I have update the web camera script for blender 2.63 (it still works on newer versions of blender) it work on linux and windows Press...