Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Shadowless1 on January 02, 2007, 09:30:42 PM

Title: using rm2k3 without installed
Post 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.
Title:
Post by: SilverBlade on January 03, 2007, 12:52:32 PM
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.
Title:
Post by: Shadowless1 on January 03, 2007, 02:06:06 PM
anyone else know??
Title:
Post by: MrMister on January 04, 2007, 12:33:38 AM
Click dis.
Title:
Post by: Daetyrnis on January 04, 2007, 02:41:33 AM
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:
Quote
[RPG_RT]
GameTitle=Untitled
MapEditMode=2
MapEditZoom=0

Add the following line at the end of the code.
Quote
FullPackageFlag=1

And thus making it look like this:
Quote
[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).
Title:
Post by: Shadowless1 on January 04, 2007, 07:03:27 PM
thanks