Added '--global-panic' commandline arg
This commit is contained in:
parent
60971d4abe
commit
2bf3860cbc
8 changed files with 49 additions and 10 deletions
|
@ -5,6 +5,8 @@ Changelog
|
|||
- Fixed advanced find tags' panic arg (was "true" all the time)
|
||||
- Fixed advanced selector tag not narrowing results when it had a value
|
||||
- Fixed perpetually green "Update" button
|
||||
- Added --global-panic commandline arg to show mod devs typoed find tags
|
||||
- Added commandline tips in readme_modders.txt
|
||||
|
||||
1.2:
|
||||
- Added a commandline interface
|
||||
|
|
|
@ -191,6 +191,25 @@ Advanced XML
|
|||
edit in the wake of earlier ones.
|
||||
|
||||
|
||||
Commandline
|
||||
|
||||
Running Slipstream from a prompt can speed up development...
|
||||
|
||||
--patch Abc.ftl Def "Ghi 1.0.ftl"
|
||||
|
||||
Patches named mod files. Dirs can also be named, so you won't have to
|
||||
re-zip for every test.
|
||||
|
||||
--global-panic
|
||||
|
||||
While patching, reveals typoed <find...> tags. Any find that yields no
|
||||
matches will cause an error, as if it had panic='true'.
|
||||
|
||||
--runftl
|
||||
|
||||
Runs the game. If used with "--patch", runs afterward if successful.
|
||||
|
||||
|
||||
Pitfalls
|
||||
|
||||
FTL Bug (fixed in 1.03.3): If a ship is modded to have level 5 shields,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue