RTP Located in Windows 7 (Registry)?

Started by G_G, April 26, 2011, 06:30:31 pm

Previous topic - Next topic

G_G

I cannot for the life of me find where the RTP is stored in the registry. I've found
Current User > Software > Enterbrain > RGSS: However, RGSS has no child keys or anything.

Any idea?
I'm running Windows 7 x64

nathmatt

i dont know about windows 7 but in xp its at C:\Program Files\Common Files\Enterbrain\RGSS\Standard\
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


ForeverZer0

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Enterbrain

There are two subfolders here with values: RGSS, which contains the RTP path/value, and RPGXP, which contains the value for the installation path.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

G_G

April 26, 2011, 08:09:19 pm #3 Last Edit: April 26, 2011, 08:10:58 pm by game_guy
Thanks F0. ^__^

Thanks to you, I now have a portable version of RMXP. All I gotta do is run the registry file on any computer, then open up RMXP from my flash drive.

Basically, my registry file sets the location to my flash drive.

EDIT: Just in case, where would the 32 bit be located?

ForeverZer0

If I remember correctly, it is:

HKEY_LOCAL_MACHINE\SOFTWARE\Enterbrain
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

G_G


Bradley_Theory

Could ya share your portable RMXP, I really need it atm. :)

ForeverZer0

Its just a registry key. You install RMXP on a flash, and include the file registry file that GG made. You simply run the key file, which will add the values to the registry, telling the computer to look on the flash for the game.

@G_G:
How did you compensate for the fact that the flash will use different drive letters on different PCs?
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

G_G

Working on a config app that generates it for you. Checks for 32-bit and 64-bit and generates a reg file.

ForeverZer0

Nice.
I thought you just wrote a key file, which would work if you knew the target computer. Of course, a quick edit to the key file to change the drive letter wouldn't be to difficult, but automatic programs are always more convenient.  :)
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.