Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can you walk me through it? I don't quite get what you mean. By Shortcut and running a 'command'.(I've tried but idk what i was doing)

(+1)

Option 1: The quickest way is to open notepad, paste the command in the text file and save it as "CustomBallMerge.bat" in the same folder as the game.

Make sure it saves as a bat file (*.bat) and not as a text file (*.txt)

Then, just double-click the bat file to run the game instead of the exe file.


Option 2: Right-click on the game exe and select the "Create shortcut" option. Then right click the newly created shortcut and select "Properties" option so you can edit it. In the properties window, go to the "Target" field and add at the end --rendering-driver opengl3

Screenshot below for reference (my PC is in Spanish, but I hope it helps you to know where to look)

Then, just double-click the shortcut instead of the exe to launch the game.

Thank you for the detailed instructions! 

 But unfortunately, it still doesn't work. My PC can't render it. Thank you again for your hard work though. I hope it works for others! 

Ohh... that's unfortunate.

I may look into porting my code into an older version of the engine that may run on older hardware, but I don't know how much time it will take to do all the changes in code. Hmmmm.

OK. So after spending 9 hours recreating the whole game from scratch in Godot 3.5 (older engine version), I managed to get it running... but there are way too many bugs to fix for it to be in an acceptable condition.

Unfortunately I can't spend any more time on this "engine downgrade" experiment to get the game to work on older hardware. I really didn't expect there would be sooooo many changes between versions and that it would take so long to get to this half-done point.

If I manage to get some free time from my other projects, I'll try to get back to this and fix the bugs, but it's very low priority right now.