Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does mkxp recognize multiple RTPs?

KainNobel opened this issue · comments

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.

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.

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