Update README.md

This commit is contained in:
Kawe Mazidjatari 2023-04-10 02:11:25 +02:00 committed by GitHub
parent 8171d4530f
commit e4bea5a88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Steps:
## Launch Parameters ## Launch Parameters
- The `-wconsole` parameter toggles the external console window to which output of the game is getting logged to. - 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 `-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). - The `-noworkerdll` parameter prevents the GameSDK DLL from initializing (workaround as the DLL is imported by the game executable).