Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

Does mkxp recognize multiple RTPs? #245

Closed KainNobel closed 2 years ago

KainNobel commented 2 years ago

Hello Ancurio and friends,

I'm curious if mkxp has support for multiple RTPs? I have 3 that I use. Does it only read RTP Standard or does it read all 3 as defined in the Game.ini file? I know it all has something to do with the Windows Registry, but I don't know if your system is setup to know how to do all that or if I have to do $LOAD_PATH << or what.

RTP1=Kain Nobel RTP2=Standard RTP3=Public Domain

I need to load all 3 of these.

cremno commented 2 years ago

It should support multiple RTP but you have to manually specify their paths because the Windows Registry obviously doesn't exist on macOS and other operating systems. Btw. the original RGSS supports up to 9 RTP.

Ancurio commented 2 years ago

I should probably print a fat warning on startup that RTPs specified in the Game.ini are being ignored..