Main Menu
  • Welcome to The RPG Maker Resource Kit.

Clean Standalone VX Game

Started by senpuu, March 05, 2010, 06:11:57 AM

0 Members and 1 Guest are viewing this topic.

senpuu

Hi, as we know, if we want to make a standalone game using "Compress Game Data" -> "Include RTP Data", it will make a standalone game with all of the RTP files, even though we didn't use them in the game. Is there is a way to include the files that we use only? Or is there any software tool for VX that can detect which files we don't use so we can delete them?

Thanks in advance :D

modern algebra

You have to import them into the folders yourself. You can do this either by copy and pasting the files from the RTP folder into yours, or importing them through the Resource Manager. Be careful though - if you forget to include any of the resources you use then the game will give a game-breaking error.

I don't know of any tool that will delete the ones you don't use automatically. I know that Blizzard made a script for RMXP that would print out all of the graphics you did use so you knew which ones to import, but I don't think one exists for RMVX.

senpuu

Do you mean that I don't use "Compress Game Data" option, but do it manually by myself? I've just try it but importing all of the resources file into my game folder, but when I try to run it as a standalone, it's still having the error. Is there any other file that I have to copy it into my game folders that not shown in the resource manager? Or maybe I should add some command lines in game.ini file?

modern algebra


senpuu

When I try to run the game, it automatically close itself after running for about less than 1 second.

senpuu

I'm sorry for double posting, but I just found the cause. Just make sure we copy the "fonts" folder and RGSS202E.dll to our game folder and edit Game.ini by removing "RTP=RPGVX" line from the file.