Jump to content

AsNKrysis

Veterans
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    10

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by AsNKrysis

  1. Minor Hotfix Released Renamed the Battle Bond Extended Rejuvenation.rb file to make it compatible with the mods from the v13.5 QoL Modpack by Alemi. Thank you to @mariasumi for finding the fix. The issue was that the code from the Battle_SpeedUp mod was overwriting the code for reverting forms in my mod. However, simply renaming the mod puts it below the Battle_SpeedUp mod, preventing the Battle Bond revert form code from being overwritten. For those wondering, yes it is still compatible with the Battle_SpeedUp mod as I have tested it myself. However, if anything of concern comes up, feel free to shoot my a message on Discord or on here and I will be sure to respond as soon as possible. If you don't want to have to worry about redownloading the mod, you can simply rename the Battle Bond Rejuvenation Extended.rb mod yourself, but make sure it's a name that'll have the mod load after Battle_SpeedUp. e.g. Rejuvenation Battle Bond Extended.rb, RBBE.rb, basically any name that starts with a letter after B. And also I apologize for people that have messaged me before regarding my other mods. I haven't been able to get back to most messages as I'm very busy irl and also had a lot of focus turn towards the Gen 9 mod that's still currently in development. I will try to be better about being responsive to anyone that has any questions or concerns regarding any of my mods. I hope you all have a wonderful day!
  2. I'm assuming you've already replaced all of the modded files with vanilla ones already, correct? If you try to do this while still having the Gen 9 starters modded in, then it will cause issues.
  3. At the moment, no progress has been made. I was busy assisting in the AllGen Rejuv project and now irl responsibilities have kept me from being able to make significant progress on anything I'd like to be working on. Unfortunately, there's still no estimated release date on the next update, but I'll be sure to make a post regarding an update when I begin progress.
  4. Just as the other person said, the definitive finished version of the mod won't be coming until Rejuv itself is fully completed. As for a version that's complete on v13.5, that won't be for a while. There are other projects I'm busy with, but also I have very little free time at the moment due to irl responsibilities, so unfortunately I'm not sure how quickly I'll be able to push out an update. I'll do my best, however.
  5. Alright, so I've been doing some testing with a fresh copy of both Rejuv and the Battle Bond mod and I cannot seem to replicate this issue that you both seem to have. Every time Greninja uses Battle Bond, it reverts back to its base form after the battle ends. The only ways that this could possibly be happening is either the downloaded must've corrupted somehow or you both must've edited something in the Battle Bond Extended Rejuvenation.rb script.
  6. This error pops up most likely due to not using proper formatting when applying a typing to a new move. It's not an actual issue with PBMove.rb itself, but rather the compiler cannot run the command due to syntax errors. I'm honestly unsure why compileMoves works for you and not compileAll without being able to see your console to look at your errors, but it is recommended to try to stray away from using compileAll if possible as some of the Devs have discussed issues regarding it. Otherwise, are there any changes or additions you made to any moves at all? You made sure to properly format the typing? And thank you, I appreciate your support for the mods I've made thus far.
  7. I'll try to look into it on a fresh copy of the game, I've been testing on my own and I can't seem to replicate this issue you both seem to be having.
  8. Download GlitchxCity's Marnie Battle Theme Remix off YouTube by whatever means you want and rename the audio file Battle - Rival 2.mp3. If whatever means of downloading YouTube videos turned the file into a .ogg file, just find an online converter to change it back to .mp3.
  9. Small Hotfix Released: Fixed the issue regarding Gen 9 starter eggs freezing upon hatching/hatching into final evolved forms. This was an oversight on my part, so apologies. I forgot to include the pre-evolved species for each starter's evolved forms, which caused issues when trying to breed the starters. I apologize for anyone that experienced issues with breeding, and hope that this will be the last hotfix necessary for the mod. All Gen Rejuvenation in Development! In other news, myself and a couple of others have taken on the task of implementing Gen 9 fully into Rejuvenation! It is still very much in the works, so there's no exact ETA on when it will be released, and the actual mod itself most likely won't be made by us since we mostly want to provide a template for others to build upon. However, if you'd like to see our progress made on implementing Gen 9, you can join our discord to receive updates and provide feedback. The link is provided in the forum post, but I'll also include a link in this post as well. https://discord.gg/ZvhNYCV8zz I hope you all have a wonderful day!
  10. Just got back to my PC a little bit ago. I'm not sure what's causing that issue because it works perfectly fine on my game. You sure you didn't modify anything with the Battle Bond Extended Rejuvenation.rb script?
  11. Minor Patch Released: Fixed the issue with Flower Trick not being a guaranteed crit. Updated to the mod to v13.5.6. Looks like I left an experimental version of the Flower Trick.rb file in my last update, so apologies for that. Also, the mod is now properly updated to v13.5.6, and Rejuv should hopefully be slowing down with the patches so this update should be safe for a while before I need to update it again. NOTE: It has come to my attention that there has been more frequent reports regarding the game freezing for a couple seconds at the start menu and in-game menu, mainly for people that are attempting to uninstall the mod. This is because the game still logs the Gen 9 starters in the Pokedex list regardless of whether you've seen them or not, causing the game to freeze because it can't properly update the Pokedex while there are invalid IDs still currently registered in it. Therefore, a detailed solution in regards to properly uninstalling the mod after removing all the associated Data files and replacing them with the vanilla ones has been listed in the main post. Should also be noted, as a result that this mod be used very cautiously, as this issue will persist until Rejuv v13.5 is completely finished receiving updates. I hope you all have been enjoying v13.5 and you all have a wonderful day!
  12. Minor Patch Released: Updated the mod to work with v13.5.6. Let me know if there's any issues with the mod. Rejuv should be slowing down on the patches hopefully so this update should be safe for some time before I need to update again, but if there's anything largely concerning then be sure to reach out to me regarding any questions or concerns.
  13. To successfully uninstall the mod, you'll need to do some work on your part to fix it, but it's pretty simple: First, follow haru's Modding Tutorial here to get the console up and running: Only the 1st step is necessary, the one that details how to activate the console in the game in order to run commands. Next are 2 methods that will clear out the invalid IDs that are causing the freezing issue with your save: 1. The first way is to go pull up the commands (F6) and type $Trainer.pokedex.dexList.remove(:NEWPOKEMONID) (with NEWPOKEMONID being the numerical IDs of the Pokemon added by my mod) and removing them 1-by-1 until all 3 evolutionary lines have been removed from the dex. 2. The second (and slightly faster) way is to download this file and place it in your Mods folder: PokedexCleaner.rb Then go into game and type in the command $Trainer.pokedex.cleanDexList() which should clean up the dex list of all invalid IDs. After, it should cease the freezing occurring at the start and in-game menus and such with your save file. I'll be sure to detail this in my own mod thread as well once I update it accordingly for v13.5.6. Also, huge shoutout to @TayroWinters for providing the solution as well as the PokedexCleaner.rb file to remedy this issue!
  14. Greninja's buffs are the one thing I don't want to touch as I usually want to stay as close to vanilla if possible when it comes to most of my mods. Even the stats of the other 2 BB starters were just copied and pasted from Pokemon Soulstones. Plus, what exactly is bad about BB Water Shuriken? It's basically a 60 BP priority move that can break sashes, like Jet Punch but better and on a Pokemon with a SpAtk that's nearly comparable to Palafin-Hero's Atk stat.
  15. New Small Update released: Battle Bond Delphox's Mystical Fire has been buffed. It will now use the opponent's Physical or Special Defense when calculating damage, depending on which one is higher. e.g. Mystical Fire will hit Blissey's Physical Defense when calculating damage, but will hit Bastiodon's Special Defense otherwise. I felt like BB Delphox's signature move boost was very underwhelming compared to the other 2 starters, and it was still considered a worse Flamethrower. Therefore, I decided to give it another boost by having its damage calculated based on the lower of the opponent's 2 defenses. This makes Mystical Fire far more viable for BB Delphox to run as most Pokemon aren't going to be able to easily wall it easily unless they resist it. The damage calcs were adjusted using Shell Side Arm's damage category as a base, meaning Battle Bonded Mystical Fire will also factor in stages of stat boosts and drops as well as Field Effect modifiers when determining which defense to hit. Shoutout to @Karvanha and @Alemi for helping me make the script function properly. Even though it's not a very big file, for anyone that already has the mod downloaded and only wants to update the Script change, I'll attach it to the post. Battle Bond Extended Rejuvenation.rb Download and replace in your Mods folder in the Data folder of the Game's files. Thank you all and I hope you have a wonderful day!
  16. It just adds the Battle Bond ability to a couple of major trainer battles, namely Ren (Greninja), Lavender (Delphox), and Texen (Chesnaught). If you don't really want to use it, then you don't need to, it's optional and isn't required to receive Battle Bond. I just thought it'd be nice to include the ability onto some trainer battles.
  17. Another Small Hotfix released: Put Aqua Step back onto Quaquaval's learnset, was removed on accident.
  18. Small Hotfix released: Fixed the issue with errors popping up when trying to select moves or switch during battles. Thank you to @Snipey for providing the fix while I was at work. The Battle_Move.rb file is no longer necessary to be replaced. I have made it so defining Flower Trick's crit to be modular, meaning you just need to put the Flower Trick.rb file in the mods folder in order for it to work. Apologies for the inconvenience, and I hope you all have a wonderful day!
  19. Apologies, I forgot to link the new links to the download before I went to sleep. It should work properly now for anyone that was having issues with downloading the mod.
  20. Small Minor Update released: Updated the Mod to v13.5.5. Added optional compatibility to my Battle Bond mod. I'm not exactly sure what changed in the new update, but just in case I have decided to update the mod using the current files. This took a bit longer since I accidentally hit the updater on the files where I stored the modified scripts, so I have also included the modified scripts in the mod primarily for my use to have backups in case I mess up again. They are NOT necessary to have in your files, the Battle_Move.rb is the only script that is necessary to replace in your Script folder. Installation is still the same regarding the Audio, Data, and Graphics folders otherwise. I have also added optional compatibility for my Battle Bond mod since the two mods originally cannot work in tandem given that they both edit the mons.dat and trainers.dat files. You merely need to extract the contents from the Data folder in the optional compatibility folder to the Data folder in the Game's files. Once again, you DO NOT need to extract the contents of the Scripts folder to your Game's files. Thank you and I hope you all have been enjoying v13.5!
  21. Small Minor Update released: Updated the Mod to v13.5.5. I'm not exactly sure what changed in the new update, but just in case I have decided to update the mod using the current files. This took a bit longer since I accidentally hit the updater on the files where I stored the modified scripts, so I have also included the modified scripts in the mod primarily for my use to have backups in case I mess up again. They are NOT necessary to have in your files and do NOT need to replace any of the scripts, only extract the Data folder and the Graphics folder to your Game's files and replace when prompted. Thank you and I hope you all have been enjoying v13.5!
  22. DISCLAIMER: Use this mod with immense caution. This mod may cause a bug that will have menus in-game freeze due to the game not being able to properly update the dexList between updates since it won't be able to initially find the Gen 9 starter IDs. It works fine once the mod is installed, but the uninstallation will be listed down below for anyone that has had issues freezing menus while using this mod. Gen 9 Starters Introducing the Gen 9 starters to Rejuv! Not much else to it other than that, just a somewhat simple mod that adds in the Gen 9 starters to Rejuv, all of which are obtainable at the start of the game and through in-game events. This also includes their signature moves as well as animations for each of them. Some trainers have also been given the starters on their team, so be on the lookout for 'em! Gen 9 Starter locations: Major Battles that include the Gen 9 Starters: Download Link: Mirror 1 (MEGA) Mirror 2 (Google Drive) INSTALLATION: Extract the contents of each folder into their respective locations in the Game's files and replace when prompted. The Flower Trick.rb file in the Mods folder is necessary for Flower Trick to properly work. The folders that say NOT NECESSARY are, well, not necessary to put in your Game's files. They're just the modified scripts for compiling, but I included them because: 1. In case I accidentally wipe the code by updating again. 2. For anyone curious about the modified code. UNINSTALLATION: To successfully uninstall the mod, you'll need to do some work on your part to fix it, but it's pretty simple: First, follow haru's Modding Tutorial here to get the console up and running: Only the 1st step is necessary, the one that details how to activate the console in the game in order to run commands. Next are 2 methods that will clear out the invalid IDs that are causing the freezing issue with your save: 1. The first way is to go pull up the commands (F6) and type $Trainer.pokedex.dexList.remove(:NEWPOKEMONID) (with NEWPOKEMONID being the numerical IDs of the Pokemon added by my mod) and removing them 1-by-1 until all 3 evolutionary lines have been removed from the dex. 2. The second (and slightly faster) way is to download this file and place it in your Mods folder: PokedexCleaner.rb Then go into game and type in the command $Trainer.pokedex.cleanDexList() which should clean up the dex list of all invalid IDs. After, it should cease the freezing occurring at the start and in-game menus and such with your save file. Also, huge shoutout to @TayroWinters for providing the solution as well as the PokedexCleaner.rb file to remedy the issue of freezing menus! COMPATABILITY: Due to the nature of how the Game's data files work, compatibility will be tricky as this mod can't be made modular, it's just impossible. Therefore, any mod that edits the list of Pokemon, move animations, trainer teams, or any of these listed map files will NOT be compatible. Map 042 Map 139 Map 140 Map 175 Map 225 Map 264 Map 272 Map 304 Map 413 Due to requests from others, I have gone ahead and made compatibility with my Battle Bond mod, which the compatibility is included in an optional folder of the mod's files. Known Bugs: There's no egg sprites for the Gen 9 starters. No sprites have been made for it, and I'm too bad at spritework to try to make it myself. FAQ: Can I use this on my current save? Do I need to restart the game? You do not need to start a new save file, but if you are past certain points of the game you will not be able to receive Sprigatito or Quaxly. Therefore, a folder containing additional files has been added in order to give all 3 starters after beating the 14th gym. Why only the starters? Why not the rest of Gen 9? Gen 9 has a multitude of new mechanics that are a bit tedious to add and would require heavy script edits, restricting its compatibility. The starters are simple enough to begin with, and therefore all that will be added until further progress has been made on the development of Gen 9's implementation into Rejuvenation. Will you be adding the rest of Gen 9 as well? How long will that take? The plan is for full implementation of Gen 9 into Rejuv, but many of us in the modding community are currently waiting to see when Rejuv is in a stable state to begin that process. There's no estimated release date, but hopefully one of us will be able to push out a Gen 9 mod soon enough. I may not even be the one to make one, but I know a lot of people are eager to have Gen 9 in Rejuv so that's why I made this simple one for now. Progress has been made by myself and a couple other mod authors into incorporating the rest of Gen 9 into Rejuv! Although we're unsure whether we'll release a Gen 9 mod ourselves, we want to at least provide a template for others to introduce Gen 9 into their own work if they choose to. We still have a bit to trudge through, so there's no exact ETA on a release date for an AllGen Rejuvenation template, but we've been making progress at a steady rate. If you'd like to see the progress made or have any feedback towards how Gen 9 should be represented in-game, I'll link the discord below to allow those interested to communicate with the myself and the rest of the team. Are you planning on adding terastallization? Hell no lmao. How can I contact you for questions? I'll try to check the forums as much as I can, but it's better to reach me on discord if you need anything. My discord handle is katowoozy, or you can find me in the Reborn discord with the name AsN. Gen 9 Development Discord Link: https://discord.gg/ZvhNYCV8zz Credits: @Fervis for providing permission to use their mod's code as well as their formatted sprites and icons as a template to add in the starters! Check out their AllGen Reborn Mod if you're interested in playing through Reborn with all of Gen 9 implemented! DarkusShadow on DeviantArt for their Gen 9 starter overworld sprites!
  23. This is merely a port of @AiedailEclipsed's Mining Overhaul mod to Rejuvenation. With their permission, I was allowed to make this mod functional for v13.5 and update the mining loot tables accordingly. Even though all of the evolutionary stones are now available in Rejuv's vanilla mining minigame, not all of the Fossils, Nuggets or Comet Shards are, which is what this mod adds to the mining table now. Also, most of the probability rates for items have been adjusted accordingly using the same values as included in the original mod: New Items: Probabilities: Mining Overhaul.zip Installation: Same as most modular mods, simply extract the contents of the folder to your Data folder in the game's files. Credits: @AiedailEclipsed for providing me permission to port their mod over to Rejuv v13.5!
  24. Before I start, I want to give a MASSIVE SHOUTOUT to @Karvanha for helping me put together the script for the mod! He's been a massive help to me throughout my entire time with Reborn and Rejuv's modding community and I can't thank him enough for always lending a helping hand out to me whenever I've needed, and I am extremely grateful and also very happy to have been able to collaborate with him on making this mod for v13.5! If you're not a fan of the less canon version of Battle Bond with my mod, you should go check out Karvanha's Ash-Greninja mod that now also includes Rejuv v13.5: Ash-Greninja for Reborn, Rejuv and Deso Battle Bond for Gen 6 Starters! The title says it all: Battle Bond forms for the Kalos Starters! For those of you familiar with my More Regional Forms mod, this was a feature that was included where the Gen 6 starters would have a random chance of having Battle Bond as their ability and would be able to transform just like how Ash-Greninja does in the vanilla series. Since it'll be a while until I fully update that for v13.5, I decided to work with Karvanha to create this mod for those that would like its feature from MRF in the current version of the game. As cool as Ash-Greninja is, I always thought it was underwhelming that Delphox and Chesnaught didn't receive any special power boosts themselves. Therefore, this mod extends the power of Battle Bond to both of them as well along with boosting their "signature" moves to keep them on par with Ash-Greninja! Features: Battle Bond as a third ability for each of the Kalos starters. Activation is the same as normal Battle Bond: Knock out an opposing Pokemon with a damage-dealing move from the Battle Bond mon and it will transform. The Pre-evolutions do not have access to Battle Bond, only Chesnaught, Delphox and Greninja do. Therefore, in order to get the ability you need to use an Ability Capsule on them once they're fully evolved. Slight boosts to each Battle Bond starter's signature moves when in their BB form. New moves added to Chesnaught's learnset to accommodate for its new typing in BB form. BB Pokemon are now found on other major trainers throughout the game! Battle Bond has been added to Lavender's Delphox, Texen's Chesnaught, and Ren's Greninja. Note: This is a very minor effect and most likely you'll only see it from Ren's Greninja since he's the most present out of the 3. Battle Bond Showcase: Battle Bond Chesnaught Battle Bond Delphox Battle Bond Greninja Download Link: Mirror 1 (MEGA) Mirror 2 (Google Drive) INSTALLATION: Extract the contents of each folder into their respective locations in the Game's files and replace when prompted. The folders that say NOT NECESSARY are, well, not necessary to put in your Game's files. They're just the modified scripts for compiling, but I included them because: 1. In case I accidentally wipe the code by updating again. 2. For anyone curious about the modified code. COMPATABILITY: This mod is compatible with any mod that does not: Add new Pokemon/Forms or edits the mons.dat file. Add new Abilities or edits the abil.dat file. Modifies trainer teams or edits the trainers.dat file.* SIDE NOTES: - Due to quite a massive buff to Chesnaught in general as a result of this mod, Chesnaught's availability has now been moved back to post-Gym 9 as to sort of balance it in the game. - You CANNOT Battle Bond more than once in battle. That means if you have more than 1 BB Pokemon in your party, only one of them is able to activate Battle Bond once per battle. - There are no Shiny Icons for BB Chesnaught and Delphox. The original sprite artists for the Battle Bond forms never made shiny sprites for them. At some point, I'll get around to making the shiny icons myself, as well as edit the BB sprites to fit more in line with Rejuv's custom shinies. - *Technically this mod is compatible with any mods that edits the trainers.dat file, but Ren's Greninja, Texen's Chesnaught, and Lavender's Delphox will not have Battle Bond. Credits: @Karvanha as the co-author to this mod and for applying the code as well as cleaning up the scripts for the mod to function properly on v13.5! Hexx_Vixtar for their sprites used for Battle Bond Chesnaught and Delphox!
  25. Considering the massive changes to the game's codebase, I will have to update pretty well every change and addition applied in the mod, which will take a while. Also, I don't plan on making any significant changes to the game until a stable v13.5 version is out, which may take a month or 2. I'm also still familiarizing myself with the new codebase, so adding in Gen 9 will take a bit and someone else might even beat me to the punch. So, with all of that in consideration, there's no estimated update release for the mod, but I will do my best to update it as quickly as possible when I'm able to.
×
×
  • Create New...