Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Shadowless1 on January 02, 2007, 09:30:42 PM
-
yeh, i need to know how so i can send what i have done so far without him having to install rpm maker 2003 to play it, there was a topic on here but i cant seem to find it, anyone know how?
cheers.
-
Well I'm not sure but you have to replace all the RTP's. I guess if you export all of them and then import them back, it should work.
-
anyone else know??
-
Click dis.
-
Gamedisk isn't that good, I prefer to just zip the file myself.
Plus, adding the RTP files will just add that much more size to your gamefile.
Instead, open the file RPG_RT. It's the configuration settings, not the executible. It should read similar to this:
[RPG_RT]
GameTitle=Untitled
MapEditMode=2
MapEditZoom=0
Add the following line at the end of the code.
FullPackageFlag=1
And thus making it look like this:
[RPG_RT]
GameTitle=Untitled
MapEditMode=2
MapEditZoom=0
FullPackageFlag=1
That makes it so that your game doesn't need the RTP to run.
EDIT: You may also need to add the file Harmony.dll to your game folder. It should be located in
C:Program FilesEnterbrainRPG2003 or where ever you installed rm2k(3)
Add it to your C:Program FilesEnterbrainRPG2003Title of Game (again, that's only where the default installation is).
-
thanks