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...")
 
(Save Plugin Commands)
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
---
 
---
 +
 +
=== Autosave Plugin Commands ===
 +
 +
---
 +
 +
[[File:SaveCoreAutoSave.png]]
 +
 +
[[File:SaveCorePluginCommands01.png]]
  
 
<pre>
 
<pre>
Line 16: Line 24:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands02.png]]
  
 
<pre>
 
<pre>
Line 28: Line 38:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands03.png]]
  
 
<pre>
 
<pre>
Line 40: Line 52:
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands04.png]]
  
 
<pre>
 
<pre>
Line 50: Line 64:
  
 
---
 
---
 +
 +
=== Save Plugin Commands ===
 +
 +
---
 +
 +
[[File:SaveCorePluginCommands05.png]]
  
 
<pre>
 
<pre>
Line 58: Line 78:
  
 
---
 
---
 +
 +
[[File:SaveCorePicturesDesc.png|600px]]
 +
 +
[[File:SaveCorePluginCommands06.png]]
  
 
<pre>
 
<pre>
Line 66: Line 90:
 
   - Insert desired save description text here.
 
   - Insert desired save description text here.
 
   - Text codes supported.
 
   - Text codes supported.
 +
  - \V[x], \N[x], \P[x] are save local.
 +
  - Other text codes will draw data from the currently active game.
 
</pre>
 
</pre>
  
 
---
 
---
 +
 +
[[File:SaveCorePluginCommands07.png]]
  
 
<pre>
 
<pre>

Revision as of 14:16, 12 September 2020

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

---

Autosave Plugin Commands

---

SaveCoreAutoSave.png

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.

---

Save Plugin Commands

---

SaveCorePluginCommands05.png

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

---

SaveCorePicturesDesc.png

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.
  - \V[x], \N[x], \P[x] are save local.
  - Other text codes will draw data from the currently active game.

---

SaveCorePluginCommands07.png

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

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

---