[RM2K3] EXPORTING WITHOUT RTP

Posts

Pages: 1
Whenever I send my game to my testers without the RTP (I'm trying to run it without the RTP due to the fact that the RTP almost triples the size of my game's download), it won't let them play even without any RTP resources in my game. Everything is made myself, menus, music, sounds, I'm 99.9% sure I didn't miss anything, but it still won't load for people who do not have the RTP, is there a step I missed or what?
Marrend
Guardian of the Description Thread
21781
It's been a while, but, there is a line you can insert in the INI file that looks something like...


FullPackageFlag = true


...this. It's either "true" or "1", but, I'm pretty sure setting FullPackageFlag to one of these values allows 2K3 games to be played independent of the RTP installation?
Yea putting FullPackageFlag = 1 into the .ini will sort that for you :)
Pages: 1