A Little Confused by the Run Time Package

● ARCHIVED · READ-ONLY
Started by jsomr 4 posts View original ↗
  1. If a non-RM user wants to play your game do they have to download the entire RTP, even if a lot of those resources are not used?
  2. If none of them are used, you don't need the RTP.
    But only to have a title is enough, that you allready need the RTP.
    Short said, one part is enought to make a need of the entire RTP, unless you copy those single files into your folder. ;) (\s/)
  3. If you only use a few files from the RTP, I recommend removing the linkage from the RTP.


    Go to your game's game.ini file, and find this line


    RTP=blahblah


    remove the blahblah, hit save.


    Now Your game won't look for the RTP.


    But, now you also lost all files from the RTP linked into your game, so you will need to import the files that you are using from the RTP into your project.


    Also, make sure to put the VL Gothic font into the Fonts folder of your game (if it doesn't exist, make one)
  4. Thank you!