Jump to content

Can't make Modular Modpack work with Randomizer [Pokemon Rejuv]


Asii

Recommended Posts

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 comment
Share on other sites

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 comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...