Started developing my game without installing RTP first. I want to be able to compress the game data so that players without the RTP can play or a way of already installing the RTP files into my game data. Does anyone know an easy fix?
Need Help
● ARCHIVED · READ-ONLY
-
-
Go to your game folder, open game.ini, delete the RTP= line (or just remove anything after the =), save that file
Now your game won't need the RTP to run. Take note that it also removes the link to the RTP so you cannot directly use the RTP files without importing them first into your project.
Lastly, I only suggest doing this in case you're only using a few RTP files to none. Else better yet just export the game using the include RTP option (don't edit the game.ini file if ur gonna use the include RTP option) -
Don't delete the line - if it's missing, every time you open the game in the editor, it will put it back in. Just remove whatever comes after the =.
And note that you WILL have to copy a certain number of graphic and audio resources into your project folders. There are some things that the game uses by default (some sound effects, title music, MEs, windowskin, balloon icons, iconset, and more) that will make YOUR game crash when you try to play. Some of them you can remove or change by going to the System tab, but some (I think) are hardcoded.