Jump to content

LKyuusei

Veterans
  • Posts

    107
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by LKyuusei

  1. How are you reverting back? Do you rename your backup file (format "Game - XXXX- Player - HHHh MMm - XX badges") to "Game.rxdata" ? Your day&night cycle isn't broken. 1st screenshot was taken by forcing ~11am, 2nd by forcing 11pm (and the music changes)
  2. Please provide a savefile where I can reproduce the bug easily. You're not even in the school of nightmares in this savefile. Use a backup savefile if needed.
  3. Oh, so this is a per-person ratio thingy! I wasn't aware, so sorry for creating a topic for nothing. Thanks a lot, Dreamy!!
  4. So I wanted to help someone in the troubleshooting section of rejuv and I couldn't upload his savefile because so I uploaded a ~14kb screenshot (the one above in fact) to say to the guy "welp uh sorry please go discord etc" and it went down to 153!!! so uh yeah. the world is full now
  5. OK. Looking at the known bugs list, it seems your issue is indeed the game's fault. I've updated your savefile and will update this post with a link as it seems the max size has become super small; what you need to do is to give exactly 1k Red Essence. No more. It will trigger the event. EDIT: @Bitchboi Game.rxdata
  6. You did not provide the right savefile, you uploaded a backup & considering that you do have backups, please use one.
  7. You're in the pyramid, with Ren & Aelita, and you have to make progress using the A key to switch between partners. I don't see any problem here.
  8. Did you speak to the Kimono Girl who is having a nightmare outside of the cafe? Because investigating your savefile, I saw that you did not. (the property stating "you did speak to her" was set to "nope") So I just did and everything's working. Game.rxdata
  9. Problem solved. For the record : you couldn't encounter any pokemon in wild areas at all (did some test below grand dream city and in the dark forest on the west) and the reason is super weird. Did you notice that your game was kinda... dark? :p After hours (literally) of debugging, the issue was that your save... has been forced to be "evening". And during evening, as far as I can tell by looking at the code, several areas doesn't have pokemon at all for this timespan. Switching this off solves your issue! Game.rxdata
  10. But it's written "9 badges" in your savefile name. Can you post / update your post with / a sceenshot of your trainercard?
  11. This is what happen when I load your savefile. This is just before the Kenneth battle. A savefile that goes with "Game - <Player> - <XXh YYm> - <ZZ BAdges>>.rxdata" is a backup file, and this is what you provided. Try to link your Game.rxdata file instead. The difference between a "real save" and a backup is the first post of this thread.
  12. Can you provide a savefile where you're in front of the said den? I took a look at the game and it says you've currently put 0 red essence into this specific den.
  13. Which version of the game are you playing? Did you download all the required patches?
  14. Done :) @negativeEgg There's nothing wrong with the file you provided. If you want me to solve anything, try to save right before the choice (the elevator is a good spot). But I don't see anything wrong, all the properties that says "game over you did the melanie thing" are off. Maybe try to not hand over the crystal again? Game.rxdata
  15. I can take care of this. I will update my message when I'll be done with (after my shift) @NotMyFairytale Solved :) Game.rxdata
  16. Things doesn't happen without a reason and posting a corrupted save file with the very little info you gave just indicates that there's nothing we can do. There are bugs related to gameplay (i.e. you're stuck in a wall, a companion is following you when they shouldn't, you can't progress the story because an event has an issue) and we can work on that. There are also bugs related to the engine, to the RPG Maker system (i.e. this one. I tried to open your savefile using a third party app and the error is the same: --- time: Tue 02 Nov 2021, 08:46:34 platform: i386-mswin32 type: TypeError message: incompatible marshal file format (can't be read) format version 4.8 required; 0.0 given ) so the issue is within your savefile. If this really happened from nowhere, nothing can really be done if we can't at least load the file, I'm sorry. Your best bet is to use a backup (same location folder as your savefile), They're enabled by default (50 backups) and it's very unlikely that all of them are corrupted as well. Other people got the issue several years ago for the record but I think this is a first with Rejuvenation
  17. I can reproduce with my local copy of the game (which is working fine), so it looks like your savefile has an issue. Here's the full stacktrace when booting up the game in a debugger Exception `TypeError' at SpriteWindow:1953 - incompatible marshal file format (can't be read) format version 4.8 required; 0.0 given Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `RuntimeError' at PokemonSystem:77 - Corrupted file VENUSAURCry 003Cry 003Cry Exception `TypeError' at SpriteWindow:1953 - incompatible marshal file format (can't be read) format version 4.8 required; 0.0 given Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `EOFError' at SpriteWindow:1953 - end of file reached Exception `RuntimeError' at PokemonLoad:370 - Corrupted file Exception `NoMethodError' at PokemonLoad:462 - undefined method `lastSave' for nil:NilClass The game tries to load from your savefile, set up some variables, and raise an error if something happen in the way. In this case, it doesn't work. # Try to load the savefile. File.open(RTP.getSaveFileName("Game_"+tempsave.to_s+"_autosave.rxdata")){|f| trainer = Marshal.load(f) framecount = Marshal.load(f) game_system = Marshal.load(f) pokemonSystem = Marshal.load(f) # raise an error if something happened. raise "Corrupted file" if !trainer.is_a?(PokeBattle_Trainer) Did your game / computer / whatever crash while playing/saving ?
  18. All the answers you seek are on this very forum. You can use the search bar on the top right of the site. I can, at least, help you with the modular modpack.
  19. Eloquent Liar said it all, but may I suggest you to go read some of this website articles (this one, for example) regarding gender and sexuality since the definitions you put in parentheses don't fit the words you used? :) (if you're not interested that's okay, but people that fall under the non-binary umbrella might find your post a bit rude so, just in case.)
×
×
  • Create New...