RPG Maker Forums

I am using Yanfly's Ace Save Engine, which can be found here: https://github.com/Archeia/YEARepo/blob/master/Menu/Ace_Save_Engine.rb

In addition, I am using Todd's mod to allow for an autosave function.  It consists of this, beginning at the original line 108

module ToddAutoSaveAce #Autosave file name. AUTOSAVEFILENAME = "AutoSave" #Specify which switches to turn on and off autosave #Autosave before battle? AUTOSAVEBB = 7 #Autosave when menu opened? AUTOSAVEM = 0 #Autosave when changing map? AUTOSAVETM = 8 #Variable ID that contains the number where the sutosave file will be saved. VARIABLE = 9 endand this which is after Scene_Load and before Scene_Map  (around line 760 or so  in the original, but it's lower down in mine because of the above snippet)

#==============================================================================# ** Autosave#------------------------------------------------------------------------------# This module contains the autosave method. This is allows you to use the# "Autosave.call" command. #==============================================================================module Autosave #-------------------------------------------------------------------------- # * Call method #-------------------------------------------------------------------------- def self.call DataManager.save_game_without_rescue($game_variables[ToddAutoSaveAce::VARIABLE])endendThe autosave function works fine - but it has, from the player's point of view, messed up the line in the save screen which notified how many saves had been made.  What happens is that autosave saves every time you enter a new map and immediately before a battle.  These saves are being added to the ordinary saves which the player makes, producing massive and nonsensical numbers.

It seems to me that I have 3 options.  The only one I know how to do is the first.

  1. Remove the autosave function.  I am very, very reluctant to do that.
  2. Find a way of preventing the autosaves being added to the save total.  This is my preferred choice.
  3. Find a way of removing the number of times saved from the save screen so that the player isn't confused by silly figures.  I would only want to do this if (2) is not possible.

Can anyone help me with the second or third options?

Thanks.

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top