CustomCheckpoint
⚪ Last updated 2015🔍 Analysis
- 🏆 #30 of 31 Utilities mods in this game by downloads
📋 About This Mod
Utility mod for mod authors that allows custom classes to save and load data from the XCom save game. Currently only strategy layer custom classes are supported, please contact me if you want support for tactical games too.
CustomCheckpoint allows mods defining custom classes to save and load data to the XCom saved game. It is not intended as a useful mod for individual users, but as a utility for other mod authors.
With this mod installed, you can get your custom classes to be saved and loaded by ensuring they are a subclass of Actor and by defining a CheckpointRecord structure containing the variables to save and adding the package and name of the class to the DefaultCheckpoint.ini file introduced by this mod. Any instance of this class you spawn will be recorded in the saved game and re-loaded on game load. To find the instances on load, you probably need to iterate the actorlist with foreach AllActors using your class type. That's all there is to it!
How it works
CustomCheckpoint simply exposes the default properties of the ActorClassesToRecord variable in Checkpoint_StrategyGame to a config file. The game will save and load any active object of a class listed in this array.
📊 Mod Details
- Game
- Xcom Mods
- Author
- tracktwo
- Version
- 1.0
- Downloads
- 66
- Endorsements
- 4
- Category
- Utilities
- Created
- 8/14/2015
- Updated
- 8/14/2015
🔧 How to Install XCOM: Enemy Unknown Mods
Install via a mod manager (Vortex or Mod Organizer 2). Most mods drop into the game folder.
📖 Full step-by-step install guide for XCOM: Enemy Unknown →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for XCOM: Enemy Unknown commands, item IDs, and more.
Keep browsing — more XCOM: Enemy Unknown mods await