saving error

● ARCHIVED · READ-ONLY
Started by Hororo 16 posts View original ↗
  1. i would like to ask for help regarding with the saving error

    whenever i go to the save scene, i can't save anything, no files are created only buzzers are being heard whenever i click to save a file

    i removed all the scripts still i can't save my game, i hope you can help me fix the issue
  2. are you talking about saving your project in the editor? if so—do you get an error message of any kind?

    or are you talking about in-game? (which seems to make more sense; and if so—this is the wrong forum)

    it sounds like saving's just been disabled. turn it back on. there is an event command that can turn saving on or off.
  3. i dont have an error when saving the game and yeah it's in-game error

    it's like the save is disabled, i tried enabling it with events still whenever i click the file 1 or any other files, the buzzer will just play and no save will be created

    what forums then this goes too?
  4. Did you add a new script and load from an old savefile?

    That's a common error when adding script that change data or something

    (Or like Frieza said, maybe you just disabled it with the event command?)

    How does that in game error look like? (screenshot would be nice ;) )
  5. there's an old save which i can't load anymore cause i changed the map therefore i deleted it, (i deleted it cause i can't save for any reason)

    and like i said i tried it with events still not possible

    no error is seen in the game, the save scene runs smoothly but the i can't save at any reason, when clicking the file which i will save, the buzzer just plays and no file is created
  6. Do you have any script that does something with the save/load scene?

    Or could you post a demo of the problem?
  7. I've moved this thread to RPG Maker VX Ace Support . Please be sure to post your threads in the correct forum next time. Thank you.
  8. I understand what he means, I've been having the same issue. Except I can save the game but if I try to load the game it results in the buzzer. I tried replacing data manger and all the scenes. I'm still trying to find out what is causing this.
  9. Create a new project. Totally blank. Tell us if you still have the problem there.

    If you still have the problem in a new project, the only thing I can imagine (and this is weird, and a long-shot) is that the directory might not be writeable. But that would be really strange.
  10. creating a blank project XD yeah i tried that but when i imported all my resources/scripts still it won't save XD
  11. did you try adding your scripts one after the other and testing it after each one you added?
  12. yes i tried it and still :(
  13. furrari fullbuster said:
    creating a blank project XD yeah i tried that but when i imported all my resources/scripts still it won't save XD
    wait what.

    importing your resources and scripts ruins the whole point of creating a new project. do you get the error in a new project without any scripts?
  14. ^ What he said.

    Create a new project. Start putting your scripts in one by one, each time testing to see if the save option still works until you find the script that's the culprit.
  15. found the script :( a main script i will use for my game is the culprit :(
  16. Read the script instructions carefully, it might have disabled saving by using a certain switch/script call.