Quote:
Originally Posted by celingcat
you need to install the RTP.
|
Here's a trick I learned at KobrasRealm to make RPG Maker games standalone:
1.) Modify RPG_RT.ini (add FullPackageFlag=1 to the end of the file)
Here's what my game's ini looks like:
[RPG_RT]
GameTitle=Mystic Planet
MapEditMode=2
MapEditZoom=1
FullPackageFlag=1
2.) copy all the used RTP files into the project folder.
3.) Copy harmony.dll into the project folder. I heard this is only necessary with RM2000, but I do it just in case you need it for 2003.
4.) To test it, rename the RTP folder to something else (I usually rename it to RTPe) and try to run the game. If you don't get any errors you did it right