The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: senpuu on March 05, 2010, 06:11:57 AM

Title: Clean Standalone VX Game
Post by: senpuu on March 05, 2010, 06:11:57 AM
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
Title: Re: Clean Standalone VX Game
Post by: modern algebra on March 05, 2010, 12:51:02 PM
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.
Title: Re: Clean Standalone VX Game
Post by: senpuu on March 05, 2010, 08:32:05 PM
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?
Title: Re: Clean Standalone VX Game
Post by: modern algebra on March 05, 2010, 09:24:11 PM
What is the error message?
Title: Re: Clean Standalone VX Game
Post by: senpuu on March 06, 2010, 08:43:13 PM
When I try to run the game, it automatically close itself after running for about less than 1 second.
Title: Re: Clean Standalone VX Game
Post by: senpuu on March 08, 2010, 04:03:48 AM
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.