Jump to content

Karvanha

Veterans
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    2

Karvanha last won the day on June 12 2023

Karvanha had the most liked content!

Reputation

71 Samaritan

Profile Information

  • Gender
    Male
  • Location
    The Earth

Contact Methods

  • Discord
    karvanha

Recent Profile Visitors

3870 profile views
  1. It seems you figured it out already, but I'll still put this here for everyone else: The Red-Hots thing was only for Reborn v19.0, since there wasn't a good way to give Battle Bond to Greninja as a third ability there. If you're on Reborn v19.5, you can get Gen 7 Battle Bond by just using Ability Capsules on any normal Greninja (the one from the password will still have Gen 9 Battle Bond). The same goes for Rejuv and Deso too
  2. Sorry it took me so long to get to this. I've made a fix, please reinstall and tell me if it doesn't work properly still
  3. The mod has finally been updated for Reborn 19.5! Rejuv and Deso versions have also been updated to match the 19.5 implementation
  4. Nah, that'll have to be someone else. I don't really like the idea of changing the overworld music, but even if I did, I don't think I have the ability and time to do so. Actually there does exist a mod which changes overworld music too, you can ask the author if they wanna update it for the new version
  5. Which version of Reborn are you on? If you're on v19.0.16, you'd need the 19.0.16 version of the mod linked at the end of the post. Though if you're on v19.0.16 I see no reason why you shouldn't upgrade to v19.5. It's still in community beta but it's largely stable
  6. The consumable item mods have been updated to v19.5. Should work with Rejuv and Deso too. I am not looking to update the other two mods right now cuz both of them might be integrated into base game soon anyway...
  7. Actually you can do this pretty easily. In the Utilities.rb script, find this part: Just replace "Battle- Legendary" with whatever track you want to use for all the legendaries. If you want different tracks for different legendaries, you'll have to tinker around a bit with the code there. For example, you could change this: return pbStringToAudioFile("Battle- Legendary") if PBStuff::LEGENDARYLIST.include?(species) To something like this: case species when :CRESSELIA then return pbStringToAudioFile("Battle- Cresselia") when :HEATRAN then return pbStringToAudioFile("Battle- Heatran") when :UXIE, :MESPRIT, :AZELF then return pbStringToAudioFile("Battle- Pixies") end
  8. If you have some basic understanding of the game's code, you can pretty easily find the part where Torrent's effect is applied, and modify the code to add Battle Bond there
  9. You can just replace the new music files with the old ones yourself. I don't actually have the old music files with myself right now, but you can get them pretty easily from the old music pack thread at https://www.rebornevo.com/forums/topic/32981-reborne18-and-rejuvenationv12-battle-music-packs/ (you would have to convert the files from mp3 to ogg, but simply changing the file extension works too :P) Can you elaborate on the problem?
  10. Sorry for being so late! Yes, all 3 versions of the mod are safe to uninstall (where by uninstalling I mean reversing all the file changes), as long as you make sure none of your Pokemon have the Battle Bond ability before uninstalling. I've added this to the main post too
  11. @Gonual Which platform are you using? Cuz the method above only works for Windows
  12. It's best to just reinstall the mod every time you update the game (no need to delete anything, just replace existing files). I will try to update the mod to match the latest version of the game, but even if you just use the current version of the mod, there should be no crashes. I have never used the Mac version of the game, but I'm fairly sure it should work as long as the files are placed in the correct locations
  13. Just wanted to say there's a Rejuv version now! I've also taken the opportunity to fix a bug in the Deso version
  14. @bihh3024 The cause of the error is the fact that you've made :DefaultForm correspond to a hash (as in :DefaultForm => {PBItems::MANECTITE => 0}) instead of an integer (as in :DefaultForm => 0). If you want to use a hash for the DefaultForm, you'll have to modify the "makeUnmega" function in the PokemonMultipleForms.rb script
×
×
  • Create New...