CREATING A GAME WITHOUT INSTALLING RTP IN VX

Game can start without the need to install RTP.

  • tale
  • 08/29/2021 04:57 AM
  • 1803 views
In RPG Maker XP, you're able create a game without RTP by Game tab > Select RTP > None
RPG Maker VX does not have this feature. You need to edit Game Configuration settings (ini file)

After you Compress Game Data, leaving Include RTP Data unchecked.


Open Game.ini file in your game folder with Notepad or text editor.
Leave the RTP section blank- game can start without the need to install RTP.



Download vxrtpdb.zip which includes Audio, Fonts, Graphics folder. (resource from default database)
https://rpgmaker.net/media/content/users/67753/locker/vxrtpdb.zip

Then extract the zip folder with "Extract here" if you're using 7-Zip into your game folder.
Or double-click the vxrtpdb.zip to open it. Copy the three folders into your game folder.

Delete vxrtpdb.zip afterwards.

You need to include files that you used inside their respective folders of "Audio","Fonts","Graphics"
For example- Title graphic goes inside the System folder

Be sure to copy RGSS202E.dll and paste into your game folder. You can find dll file in the folder where you installed RTP

For non-steam version of VX, dll file is located in
C:\Program Files\Common Files\Enterbrain\RGSS2\RPGVX
or
C:\Program Files (x86)\Common Files\Enterbrain\RGSS2\RPGVX



Original tutorial by 半導体 - http://h2so5.web.fc2.com/file_rgss/rgsst01.html
Adapted by tale