From 7a05849fba99c0fcce265263df17e1e7a4053797 Mon Sep 17 00:00:00 2001 From: Eusth Date: Sat, 21 Jan 2017 10:28:54 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6a735eb..d2f437a 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,13 @@ To verify it worked, start the game with the `--verbose` flag. If a new console ## How To Keep The Game Patched When patching, IPA automatically creates a shortcut that keeps everything up-to-date. + +## Arguments + +`IPA.exe file-to-patch [arguments]` + +- `--launch`: Launch the game after patching +- `--revert`: Revert changes made by IPA (= unpatch the game) +- `--nowait`: Never keep the console open + +Unconsumed arguments will be passed on to the game in case of `--launch`.