From e4bea5a88f4954c3b85b6e04da70ce97412c76f7 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 10 Apr 2023 02:11:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4745738a..91960958 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Steps: ## Launch Parameters - The `-wconsole` parameter toggles the external console window to which output of the game is getting logged to. -- The `-ansiclr` parameter enables colored console output to enhance readability (NOTE: unsupported for some OS versions!). +- The `-ansicolor` parameter enables colored console output to enhance readability (NOTE: unsupported for some OS versions!). - The `-nosmap` parameter instructs the SDK to always compute the RVA's of each function signature on launch (!! slow !!). - The `-noworkerdll` parameter prevents the GameSDK DLL from initializing (workaround as the DLL is imported by the game executable).