Asii 0 Posted March 12 Share Posted March 12 Somebody made a randomizer mod for pokemon rejuvenation, and honestly it's great. However it edits the scripts file, which makes it impossible to use it together with the modular modpack for rejuv. I have RPGmakerXP, and I tried to use it to merge the files, or at least try to figure out how to do that myself, but RPGXP wouldn't even directly open the rxdata files. I'm honestly stumped at this point. Can anyone tell me how I would go about merging them? Or maybe how I would make the randomizer compatible with the modular modpack? Thanks in advance! P.S. link to both the modular modpack and the randomizer Link to post Share on other sites
Waynolt 170 Posted March 12 Share Posted March 12 The modular modpack needs one single edit to the Scripts.rxdata file, so that its mods can be loaded in the game. It's a single line, added as the first line at the start of the "Main" script: Dir["./Data/Mods/*.rb"].each {|file| load File.expand_path(file) } You could try opening the Scripts.rxdata file using the Gemini editor. Link to post Share on other sites
Asii 0 Posted March 12 Author Share Posted March 12 @Waynolt Bro, you're a legend, I just did it and it works. Thank you so much man! Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.