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

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Autosave Plugin Commands)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
accessed through the Plugin Command event command.
 
accessed through the Plugin Command event command.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== Autosave Plugin Commands ===
  
 
---
 
---
Line 14: Line 18:
 
- Enable or Disable Autosave
 
- Enable or Disable Autosave
 
- Requires Database => System 1 => [x] Enable Autosave
 
- Requires Database => System 1 => [x] Enable Autosave
 +
- This does NOT mean it will change autosaving for other loaded game saves
 +
  or new game sessions.
 +
- This ONLY applies to the local session for the dev to control whether or
 +
  not autosaving will occur at its usual conditions and scenarios.
  
 
   Enable or Disable?:
 
   Enable or Disable?:
Line 58: Line 66:
 
   ignore the "Autosave: Enable/Disable" plugin command state.
 
   ignore the "Autosave: Enable/Disable" plugin command state.
 
</pre>
 
</pre>
 +
 +
---
 +
 +
=== Save Plugin Commands ===
  
 
---
 
---
Line 82: Line 94:
 
   - 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>
  

Latest revision as of 16:11, 13 December 2023

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
- This does NOT mean it will change autosaving for other loaded game saves
  or new game sessions.
- This ONLY applies to the local session for the dev to control whether or
  not autosaving will occur at its usual conditions and scenarios.

  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.

---