PeerTube | Optimization Nightmare when it comes to UPBGE Gamedev | Dani's Race | Blender 3D | Python
![[thumbnail]](https://peer.madiator.cloud/lazy-static/thumbnails/663d6dec-4e70-4e78-b513-a8f29526964e.jpg)
Blender Dumbass
👁 26 💬 0
Working to make a game which is very hard to optimize a bit more respectable when it comes to performance. Which is easier said than done. This video is a journey of pain that is optimization in UPBGE ( the game engine chosen for Dani's Race ).
Featuring a new soundtracks for Dani's Race called "Light Driving" ( and another one with no proper title yet ) done using soundfont "Touhou" cc-by by Team Shanghai Alice. The tracks themselves are CC-BY-SA and for now a test version of them are available on my mastodon.
The video includes ( at 01:18:53 ) a section from the livestream of
LogalDeveloper that happened on his Owncast on 02/05/2025.
#DanisRace #Optimization #MoriasRace #Game #UPBGE #blender3d #programming #project #gamedev #freesoftware #gnu #linux #opensource
Making Breakable Cars in Video Games
![[thumbnail]](/pictures/thumbs/how_to_broken_cars.png)
Blender Dumbass
👁 180 💬 0
We all love some mayhem when it comes to playing games. And nothing makes car games more satisfying than damage models. RockStar Games understood it early on, and all GTA games have breakable cars. Today some of the most popular car games
like BeamNG.drive holding on a realism of damage models almost solely. And therefor for me, making
Dani's Race any other way, would have not been a good idea. I knew I had to make the cars in my game breakable.
#DanisRace #MoriasRace #Game #Gamedev #UPBGE #blender3d #animation #GTAClone #programming #project #cars #damage #Gnu #Linux #Freesoftware #OpenSource
UPBGE - What is Depsgraph? And How to Optimize for Depsgraph?
![[thumbnail]](/pictures/thumbs/depsgraph.png)
Blender Dumbass
👁 131 💬 0
You see things like "Physics", "Logic" and even "
Rasterizer" and you immediately understand what you need to do to optimize you game. But "Depsgraph"?... It looks like a mysterious thing that nobody knows nothing about. Yet is it one the most problematic things there is in your game. And you are going mad just trying to figure it out.
#DanisRace #MoriasRace #Game #Gamedev #UPBGE #blender3d #animation #GTAClone #programming #python #project #performance #depsgraph
So I Cleaned Up Some Spaghetti from Dani's Race Code
![[thumbnail]](/pictures/thumbs/cleaned_some_spaghetti.png)
Blender Dumbass
👁 141 💬 0
A few days ago I had told you that I'm stopping with making the police station in my game
Dani's Race because it had a
Spaghetti Code Problem. The
main()
function in the
Main_Update.py file was 1683 lines of code long and contained way too many things in it. At the moment, the same function is down to 641 lines of code. This is still way too much stuff in the
main()
but this is a hell of a lot of reduction.
#DanisRace #MoriasRace #GameDev #FreeSoftware #Gnu #Linux #OpenSource #GtaClone #Programming #Python #SpaghettiCode #UPBGE #blender3d