Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thymonl/statesnap
A plugin for Orbiter to periodically save the current simulation.
https://github.com/thymonl/statesnap
Last synced: about 1 month ago
JSON representation
A plugin for Orbiter to periodically save the current simulation.
- Host: GitHub
- URL: https://github.com/thymonl/statesnap
- Owner: ThymoNL
- License: gpl-2.0
- Created: 2022-02-20T14:13:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T19:16:00.000Z (11 months ago)
- Last Synced: 2024-01-31T19:49:03.438Z (11 months ago)
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StateSnap
StateSnap is a module for Orbiter implementing an autosave feature.
When StateSnap is enabled it will automatically save the current simulation to your Scenarios folder as "StateSnap".This way you can revert to roughly what you were doing in case you made a mistake or Orbiter crashed.
# Installing
1. Get the dll from the release (or build it yourself, see below).
2. The pre-built dll has been tested against the latest Orbiter Beta.
2. Place the dll in the `Modules\Plugin` directory in your Orbiter installation.
3. In the Orbiter Launchpad, enable the StateSnap module from the `Modules` tab.## Building
You need the following things:
* CMake
* MSVC Toolchain
* (Recommended) CLion### CMake variables
`ORBITER_SDK_DIR`: Path to Orbitersdk directory.\
`ORBITER_PLUGIN_DIR`: Path to install plugin to.