Proper RTW command line parameter is "show_err" or "show_error" ?
You can pass RTW parameters to ebconfig.xml file using syntax:
Code:
-rtwoptions " -show_err"
This syntax is not correct because it send -show_err parameter to Trivial Script and trivial script just doesnt know what to do with it.
"C:\Documents and Settings\...\Rome - Total War - EB 1.1\EBTrivialScript\EBTrivialScript.exe" -s ebconfig.xml -runeb -type "Single Player" -show_err
As mentioned above it should be:
Code:
"C:\Documents and Settings\...\Rome - Total War - EB 1.1\EBTrivialScript\EBTrivialScript.exe" -s ebconfig.xml -runeb -type "Single Player" -rtwoptions " -show_err"
Bookmarks