Where am I supposed to place the RTP files in order for RPG Maker 2000 games to work? I’ve tried dropping the RTP folder into the system folder where all the bios files are located, but that doesn’t work. I’ve tried renaming the folder rtp2k, but that doesn’t work either. I’m out of ideas, any help?
I wonder. I’ve been reading setup tutorials and they’ve mentioned the following paths:
/media/data/local/share/easyrpg/rtp2k
/media/data/local/share/easyrpg/rtp3k
/media/data/local/share/easyrpg/rtp2000
/media/data/local/share/easyrpg/rtp3000
<system_folder>/data/rtp/2000
<system_folder>/data/rtp/2003
<game_folder>/data/rtp/2000
<game_folder>/data/rtp/2003
<roms_folder>/EasyRPG/RTP2000
<roms_folder>/EasyRPG/RTP2003
I’ve tried them all and then some more to no avail. Easyrpg cannot find RTP files!.
I have solved the problem, though, by using environment variables according to https://wiki.easyrpg.org/user/player/rtp. On linux:
export RPG2K_RTP_PATH=~/.config/retroarch/system/rtp/rtp2000
export RPG3K_RTP_PATH=~/.config/retroarch/system/rtp/rtp2003
Could you tell me how i can solve this same problem in windows version?
I can’t walk you through cause I don’t have Windows, but you should be fine if you follow any of these links:
-
https://www.forbeslindesay.co.uk/post/42833119552/permanently-set-environment-variables-on-windows
-
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
The environment variables that you have to create must be named exactly:
RPG2K_RTP_PATH
RPG3K_RTP_PATH
And their respective values must be the path where you have your rtp2000 and rtp2003 folders, respectively.