Jump to content

WanderingMind

Veterans
  • Posts

    10
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Posts posted by WanderingMind

  1. Spoiler

    does anybody know the emotion answer for the florina in the building with trees (latios and latias anomoly quest) no translation needed just the emotion 

     

     

  2. 1 minute ago, Lord Drakyle said:
      Hide contents

    The glowy balls around the place tell you what character to input in the place of a letter when speaking to her, using these you can spell out an emotion to describe what she is feeling, example if the emotion was Shy your input would probably look something like: '!?%' granted this isnt the actual translation but it's basically how it works, you guess the emotion and spell it in the weird translation

     

    thanks

  3. Spoiler

    Can anybody help me figure out the answers to florina's questions?(latios and latias anomaly quest)

     

  4. 6 hours ago, LKyuusei said:

     

    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 ?

×
×
  • Create New...