File | Date | Author | Commit |
---|---|---|---|
AntichamberSaveWatcher | 2013-05-09 |
![]() |
[be0b4d] Fixed trigger number for "With forethought, thi... |
.gitignore | 2013-04-24 |
![]() |
[0bb9b1] Initial commit |
AntichamberSaveWatcher.sln | 2013-04-24 |
![]() |
[cf8f98] Initial commit from previous project. |
README.md | 2013-04-28 |
![]() |
[9c23c1] Update README.md |
Tool for displaying Antichamber save file updates (collected guns, signs, pink cubes) in real time.
A (probably) up-to-date Win32 binary can be downloaded from https://sourceforge.net/projects/antichamber-sw/files/
While you can run ASW with now command line arguments, it is recommended you specify the exact flags and (optionally) the path to Antichamber's save file you need.
Single letter arguments can be combined into one, e.g. -s -c -f "path"
is equivalent to -scf "path"
.
The possible arguments are as follows:
Usage:
AntichamberSaveWatcher [arguments]
Arguments:
-s, --signs
Displays any new signs collected
-c, --cubes
Displays any new pink cubes collected
-g, --guns
Displays any new guns collected
-d, --debug
Shows certain error messages in the console (you'll want this off unless you're having problems)
-n, --no-resize
Prevents the window from resizing itself on startup.
-f <path>, --file <path>
Watches the given save file for changes instead of the default path.
If no save file is specified, ASW will attempt to find a running process matching either Steam or Antichamber (UDK). Failing that, ASW defaults to watching C:\Program Files (x86)\Steam\SteamApps\common\Antichamber\Binaries\Win32\SavedGame.bin
.
If no arguments at all are given, ASW defaults to just tracking signs.