Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
musurca committed Mar 7, 2022
1 parent 73a82a3 commit d49c392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fatigue modeling for *Command: Modern Operations*
Using the *Fatigue Avoidance Scheduling Tool* (available from the Special Actions menu), you can monitor the effectiveness of your pilots, and attempt to stand down particularly exhausted pilots for rest.

### How do I add it to my scenario?
1) Download the [latest release](https://github.com/musurca/SANDMAN/releases/download/v0.1.1/SANDMAN_v0.1.1.zip).
1) Download the [latest release](https://github.com/musurca/SANDMAN/releases/download/v0.2.0/SANDMAN_v0.2.0.zip).
2) Open your scenario in the Scenario Editor.
2) Go to Editor -> Lua Script Console
3) Paste the contents of the file `sandman_min.lua` into the white box, then click **Run**.
Expand Down Expand Up @@ -50,7 +50,7 @@ This will produce compiled but unminified Lua code in `debug/sandman_debug.lua`.
**SANDMAN** works by injecting its own code into a *CMO* LuaScript event action which is executed upon every scenario load. The build process converts the **SANDMAN** source into a minified, escaped string which is then re-embedded into its own code.

### Version History
v0.2.0 (????):
v0.2.0 (3/6/2022):
* added: reserve crews
* added: reserve display and replacement thresholds
* added: global timezones
Expand Down

0 comments on commit d49c392

Please sign in to comment.