Jump to content

Karvanha

Veterans
  • Posts

    173
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Posts posted by Karvanha

  1. On 3/3/2023 at 11:03 PM, dellonabell said:

    Howdy, Mod Market. I’m curious if there’s a way to mod the game to edit the base stats or types of a pokemon to buff it? Thanks.

    Editing Pokemon directly is a bit tedious, as you have to get the PBS files, edit them and then compile. An easier way is to add a new form for the Pokemon in the MultipleForms.rb script (it's easy to figure out by looking at the other examples there), but you will need Debug to access the forms in-game

  2. On 2/17/2023 at 1:02 PM, Centauris91 said:

    Hi. Is this pack compatible with the Gen 8 and Gen 9 mod by Fervis?

    Yes, it should be compatible (as long as the mod doesn't add new trainers, which I don't think it does), but you need to install this after that one

     

    Edit: It isn't fully compatible actually. A compatibility patch has been added in the main post

    • Like 1
  3. Yes, adding forms was possible by only modifying the MultipleForms.rb script in the old codebase, but now you also need to edit montext.rb and compile it. (As you might have noticed, montext.rb also contains data for all forms.)

    So I think if you edit both of those, you should have no issues. You can put the edited MultipleForms.rb in the Mods folder, but mons.dat will have to be replaced still.

  4. Which files exactly are you putting in the Mods folder? The montext.rb, movetext.rb, etc. files need to replace the original files in the Scripts folder, because the compiler will always look for them in those locations. The compiled files (mons.dat, moves.dat, etc.) also need to replace the original files in the Data folder because that's where the engine looks for them when running the game. The Mods folder is only for scripts that add/modify code.

  5. 20 hours ago, AsNKrysis said:

    Is it possible to make this work for Rejuvenation as well? If this is already meant to be compatible, the game crashes upon trying to load up with this mod enabled.

    It is not meant to be compatible with Rejuvenation, because its scripts are a little different from Reborn's at the moment, and the sprite format is also different. I think the script base is going to be unified in the future though, so if I update it then, it should work for both games. So look forward to that I guess

  6. 14 hours ago, MicahZX said:

    Battle bond can also be obtained in the starter pokemon?

    Yes. The Froakie will have a 50% chance of having Battle Bond. And you can always change Torrent/Protean to Battle Bond by using a Red-Hots (Red-Hots are available as soon as you reach the Obsidia Ward, which is much before you will have a Greninja)

  7. 9 hours ago, Vals said:

    If you want to change the folder where your save files go, then go to Scrip folder / Compiler

     

    Then, search for -------> when "Pokemon Reborn" then subfolder = "Reborn/"

    What you're changing is not the save folder, but the folder from which game-specific scripts are loaded.

     

    If you want to change the save folder, try this method described by Ame:

    On 9/20/2022 at 3:31 AM, Amethyst said:

    Game Folder/scripts/SpriteWindow.rb

    Line 337-- ish, maybe my version is slightly different from release?

          savewrapper = ENV['USERPROFILE'] + "/Saved Games/"
          Dir.mkdir(savewrapper) unless (File.exists?(savewrapper))
          savefolder = ENV['USERPROFILE'] + "/Saved Games/#{GAMETITLE}/"

    remove the ENV['USERPROFILE'] +  part, and then replace the Saved Games bit with whatever path you need.

    • Like 2
  8. Afaik, the abiltext.rb file does not perform any function in the current version of the game. You also shouldn't have to edit anything in PokemonSummary.rb. So after adding the ability to PBAbilities.rb, you have to add the ability and its description in the abilities.txt PBS file, and then compile it. Ask again if you don't know how to compile the PBS or if you need screenshots

  9. v1.10! This version removes the need to replace any map files, and instead comes with a script file which can just be placed in the Mods folder. It does remove the option to switch between the default and custom themes, but it also allows me to change the music in some instances where I could not before.

     

    For people updating from a previous version of the mod, make sure to remove the Map821, Map826, Map828 files that came with the old version of the mod, and replace them with the ones from the vanilla game. They're no longer required in the new version of the mod, so it's better to remove them to avoid any clashes

  10. I would like to thank @Aephiex for creating the original E18 version of this mod, to @BurstNeon for the initial E19 version, and to @TailsDoll2537 for help with the sprites!

     

    Reborn (v19.0.16):

    Spoiler

    How it works:

    Each of the Pokemon in the Greninja family now has an alternate form that has the ability Battle Bond; and each of them has a 50-50 chance of being this form or the normal Torrent/Protean form when obtained or caught in the wild. Evolutions and eggs of the two forms retain their respective forms. However, the Torrent/Protean forms can always be changed into the Battle Bond forms and vice versa, by using a Red-Hots on them.

     

    Downloadhttps://drive.google.com/file/d/1IXZBiHQZTowtb6q6H82mkjFICzOH4GZV/view?usp=sharing

     

    Installation:

    1. Copy the file named "Ash-Greninja Reborn.rb" into Pokemon Reborn/Data/Mods (if the Mods folder doesn't exist yet, create it).

    2. Copy the file named "658.png" into Pokemon Reborn/Graphics/Battlers/ and the file named "icon658.png" into Pokemon Reborn/Graphics/Icons/, and replace the existing ones.

     

    Uninstallation:

    Make sure none of your Pokemon have the Battle Bond ability and then reverse all the file changes you made during installation.

     

    Compatibility with other mods:

    This mod should be compatible with almost all other mods.

     

    Rejuvenation (v13.5.1):

    Spoiler

    How it works:

    Here Greninja simply has Battle Bond as a third ability, which you can get using Ability Capsules of course.

     

    Downloadhttps://drive.google.com/file/d/1q5dO5tBwp_WvWMWkc8KlmixA6Z0clgkP/view?usp=sharing

     

    InstallationDrop the contents of the unzipped folder into your Pokemon Rejuvenation folder and replace files when asked.

     

    Uninstallation:

    Make sure none of your Greninja have the Battle Bond ability and then reverse all the file changes you made during installation.

     

    Compatibility with other mods:

    This mod would not be compatible with other mods that add/modify Pokemon, forms or abilities.

     

    I would recommend also checking out @AsNKrysisBattle Bond mod, which includes Battle Bond forms for all three of the Kalos starters!

     

    Desolation (v6.0.12):

    Spoiler

    How it works:

    Here too Greninja simply has Battle Bond as a third ability, which you can get using Ability Capsules of course.

     

    Downloadhttps://drive.google.com/file/d/1c25I_T-SsDwPTbk3xI0b6dKwBqs_G6dI/view?usp=sharing

     

    InstallationDrop the contents of the unzipped folder into your Pokemon Desolation folder and replace files when asked.

     

    Uninstallation:

    Make sure none of your Greninja have the Battle Bond ability and then reverse all the file changes you made during installation.

     

    Compatibility with other mods:

    This mod would not be compatible with other mods that add/modify Pokemon, forms or abilities.

     

    • Like 5
    • Upvote 2
×
×
  • Create New...