Jump to content

Waynolt

Veterans
  • Content Count

    556
  • Joined

  • Days Won

    4

 Content Type 

Profiles

Forums

Calendar

Pokemon Reborn Development Blog

Pokemon Rejuvenation Development Blog

Everything posted by Waynolt

  1. In the unzipped files, you have to find the Data folder: that's the one you have to move in Reborn's folder, and merge it with Reborn's own Data folder. If done correctly, you should end up with the folder [Reborn's E18 folder]\Data\Mods\ (containing 2 files), and with the file [Reborn's E18 folder]\Data\Map-05.rxdata Are you running the game from Windows's "Downloads" folder? (doing this is known to cause issues, even in the unmodded game) Or maybe are you not using Windows at all? Are you using any other mods? (it might be a mod incompatibility) Do you have RPGMaker insta
  2. Oh, didn't know this... The Grand Hall map did not need to be replaced and the custom trainer battles are in, all without overwriting any of Reborn's files
  3. Is there an error message? When does this happen? At game start? After you loaded your save? After entering the Grand hall? After entering the SandBox? When trying to use one of its features?
  4. Afaik the Sandbox Mode doesn't actually affect savegames directly (unless you last saved while in its location, in which case you can only load the game in an installation of the Sandbox), hence it should be safe to use without starting a new game. To use the E17 version: download it and start it, create a new game, and save. This will create its savegame directory, and you can then move your savegame there to use the Sandbox. You can then move into the Sandbox location by talking with an NPC in the top-left corner of the Grand Hall. To use the E18 patch: download the patch and apply
  5. Hi Just wanted to let people know that since this keeps popping up and since people juggle savegames between E17 and E18 just to use the Sandbox and since @DerxwnaKapsyla has been missing for some time i've thrown together an E18 patch for the Sandbox that @DreamblitzX was nice enough to paste in the first post haven't added new npcs or anything just made it work in E18 simply install the patch in vanilla Reborn and it should work k thx byeeeeeeeeeeeeeeeeeeeeeeeeee
  6. You're in the wrong thread then That's the Debug menu; I don't know what you wanted to do with it, but to use that option you need Reborn's PBS files. If you were just trying to use SWM, then you don't need PBS nor RPG Maker at all; you can follow this guide to get it to work: https://www.youtube.com/watch?v=6hc3Mo432C0 (I see you're using the Mouse mod, so I'd say you already got it - if so, then you don't need anything else. Go explore with a Smoke Ball on your party leader, and you'll find the mons that you haven't caught yet) If instead you were actually trying to do somethi
  7. The WildEncounterRates mod doesn't require additional PBS; it is possible that, trying to install or use RPG maker, you damaged your Reborn installation. Does it crash without the WildEncounterRates mod?
  8. What is the error message, exactly? Are you using Pokemon Reborn Episode 18.1? Are you using any other mods? Are you using RPG Maker?
  9. It only does that if you already had an (empty) SharedBox.rxdata file in your save folder; you're not supposed to have one already when you first install the mod. (It is created the first time you save the game after installing the mod)
  10. Is your Reborn folder inside your Downloads folder? If it is, please move it elsewhere and try again.
  11. Yep. I'd like to point out though that X items and unlimited healing/revives make the item system more helpful to the player than to the AI... if it's a matter of difficulty, you might not want to use it after all. Else, de gustibus.
  12. There isn't one in the download (Because you are no longer supposed to replace it when installing SWM) Please try to redownload the game... what you see at the start is a picture, but what matters in this case is the scripts' version. SWM might work with the wrong scripts file (as long as it has the line needed to load it), but the game itself requires the correct one to work properly.
  13. You're getting that message because, during the E18 beta, I've version-locked all the mods in SWM. It pops up if the game says that its version is not E18. Are you trying to use other mods, aside from SWM? Did you for some reason replace the game's Scripts.rxdata file?
  14. Oh... that's because it's blue! (What are we talking about? )
  15. Using the Item Finder item in your bag (if you have already received it) will toggle the radar on/off; when on, it will automatically place an icon (the standard one is indeed an arrow) over hidden items
  16. Mmm... please try if moving the entire game folder somewhere else, out of the Downloads folder (for example, on your desktop), has any effect on the mods.
  17. Ok, then first of all let's make sure that the game is able to "see" the mod files... please put this into your Mods folder: aaa Check TypeBattleIcons.rb It's a very simple script that will check if the game can see the .rb and the .png file of TypeBattleIcons at game start. (It will state if each is either missing or found; if no message pops up at all when you start the game, then I'll send you the same file integrated into Scripts.rxdata - using which is slightly more complex, so I'd rather keep it as a second option).
  18. There's no need to wait: you only need to close and restart the game. (You may also need to check it again tomorrow: there is an issue, that I'm not sure is caused by what, that seems to block the game from realizing that a new file was added to the Mods folder... I've never encountered it and was never able to investigate because it always fixed itself in a few hours, but it has nonetheless been reported a few times in the past.)
  19. Try this: https://drive.google.com/open?id=1jrATXnczKzaHXb7mBuJr1Ss1wKZ5503Q Sounds a lot like what happens in Reborn E18 if you are still using the EggPicking mod from SWM E17 - have you tried if removing EggPicking from your Mods folder sorts the issue?
  20. Yes, but you'll have to edit the code to reposition the boxes. It lets you increase your mon's IV by training their EV: when a stat is fully EV trained, you get the option to reset its EV and, in exchange, increase its IV. Friendship berries allow the reverse: trying to lower a stat that is already at 0 EV gives the option to reduce its IV instead. It takes literally forever to fully IV train a mon, but that's intended - otherwise, it would risk making breeding pointless.
  21. SetWeather only changes the planned weather for today in the area you are in - it shouldn't affect online battles, and the fact that the problem persists after removing the mod is evidence that it isn't the cause of your problem. In any case, using the "reroll weather" option (or simply removing the mod and then moving the calendar a week forward) will overwrite any change made by the mod. That said, I have no experience with online battles, sorry... have you tried asking here? http://www.rebornevo.com/forum/index.php?/forum/70-online-errors/
  22. .rb files are Ruby source files; they essentially "monkey patch" the game. It won't work in Essentials or other fangames, mostly because they are not set to load these .rb files; what you can do, however, is copy the changes into their code: load the .rb file in a notepad, find the original functions in Essentials' source code, and copy the changes from the .rb file into Essentials' source code (I usually mark them with "#####MODDED"). I don't really care about being credited
  23. True, but there's a big difference between "i don't think it will break" and "i have checked that".
  24. Well, you could use the debug mode (there's a mod that enables it in Aironfaar's mod box) to give yourself an itemfinder at the beginning of the game; it should work, though it might break the event where you are usually given the itemfinder (haven't checked, might actually work fine there too).
  25. Thanks! The video shows the correct steps... you had no problem doing it, but still don't get any "Control weather" option in the Pokegear, is that correct? Have you checked again? There were reports from people having your same problem, and it somehow fixed itself before I was even able to reply. If the option is still missing, then I'll send you a tool to try and investigate the issue.
×
×
  • Create New...