Difference between revisions of "Template:VisuMZ Save Core Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Save Core Plugin Commands</noinclude> The following are Plugin Commands that come with this plugin. They can be accessed throu...")
 
Line 5: Line 5:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands01.png]]
  
 
<pre>
 
<pre>
Line 16: Line 18:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands02.png]]
  
 
<pre>
 
<pre>
Line 28: Line 32:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands03.png]]
  
 
<pre>
 
<pre>
Line 40: Line 46:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands04.png]]
  
 
<pre>
 
<pre>
Line 50: Line 58:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands05.png]]
  
 
<pre>
 
<pre>
Line 58: Line 68:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands06.png]]
  
 
<pre>
 
<pre>
Line 69: Line 81:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands07.png]]
  
 
<pre>
 
<pre>

Revision as of 18:58, 12 August 2020

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

SaveCorePluginCommands01.png

Autosave: Enable/Disable
- Enable or Disable Autosave
- Requires Database => System 1 => [x] Enable Autosave

  Enable or Disable?:
  - Enable or disable autosave?

---

SaveCorePluginCommands02.png

Autosave: (Stage 1) Request
- Autosaves the game at current point if enabled.
- Requires Database => System 1 => [x] Enable Autosave
- Autosave does not go through if it is neither enabled in the database or
  in-game through the "Autosave: Enable/Disable" plugin command.
- This Plugin Command will not autosave if the player turned off "Autosave"
  in the Options Menu.

---

SaveCorePluginCommands03.png

Autosave: (Stage 2) Execute
- Executes autosaves the game at the current point.
- Requires Database => System 1 => [x] Enable Autosave
- This will require autosave to be enabled through the database, but it will
  ignore the "Autosave: Enable/Disable" plugin command state.
- This Plugin Command will not autosave if the player turned off "Autosave"
  in the Options Menu.

---

SaveCorePluginCommands04.png

Autosave: (Stage 3) Force
- Forces autosaves the game at the current point.
- Requires Database => System 1 => [x] Enable Autosave
- This will require autosave to be enabled through the database, but it will
  ignore the "Autosave: Enable/Disable" plugin command state.

---

SaveCorePluginCommands05.png

Save: Current Slot
- Process the game's current save at the current point.
- Must be outside of battle and on the map.

---

SaveCorePluginCommands06.png

Save: Set Description
- Set the description text that will appear in the save files.

  Text:
  - Insert desired save description text here.
  - Text codes supported.

---

SaveCorePluginCommands07.png

Save: Set Picture
- Set the picture that would appear in the save file.

  Filename:
  - Input the filename here of the desired picture.

---