Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Renaming the Save File

What do i have to do to rename the Save Files from .rxdata to lets say .sav

i tried to rename it in the scene_save and scene_load script bit, but it seems its still somewhere else in .rxdata since i cant load from the main menu anymore.

any help ? ^^
 
First, you have to change the '@filename' line in Window_SaveFile.
But you probably knew that ;) .

The tricky thing is this line in Scene_Title:
Code:
    for i in 0..3
      if FileTest.exist?("Save#{i+1}.rxdata")
        @continue_enabled = true
      end
    end

That should work, as I did it myself in the past.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top