How to distribute your game without the RTP

  • 3,546
    Posts
    21
    Years
    Hey, I recently ran into the problem that when you distrobute the game, the person playing it needs the RPG maker RTP to play it. Well, if you replace your games "RPT_RT.exe" with the attached file (its in the zip k?) you wont need the RTP to play your game!
     
    Eh, cool but I know a other way to do it:

    -Copy all you RTP stuff(and all the no-RTP stuff) to you gamefolder that you USED in you game.
    -Copy the Harmony.dll file from the RTP folder into your gamefolder.
    -Open the RPG_RT.ini (in your gamefolder) with notepad.
    -Add this line to it:
    Code:
    FullPackageFlag=1
    My RPG_RT.ini says this:
    Code:
    [RPG_RT]
    GameTitle=game data
    MapEditMode=2
    MapEditZoom=1
    FullPackageFlag=1
    Make sure you have every graphic, to test it: rename the RTP folder to RTP2 or something. Then test your game, if you miss something he will give an error with the name of the graphic (well he does with my version) add it and test it again till there are no errors. Rename you RTP folder back to the way it was and you have a game that runs without the RTP ^_^.

    Hope it helps a bit.

    PS: I tested it with RM2k, I don't know if it will work on RM2k3 too.
     
    I have a question!

    Okay, I tried to give my RPG to my friend, and it keeps on saying stuff like cannot find vehicle files, and a ton of other files. How can I fix this? Please help me!
     
    Back
    Top