Proper RTW command line parameter is "show_err" or "show_error" ?
You can pass RTW parameters to ebconfig.xml file using syntax:
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.Code:-rtwoptions " -show_err"
As mentioned above it should be:"C:\Documents and Settings\...\Rome - Total War - EB 1.1\EBTrivialScript\EBTrivialScript.exe" -s ebconfig.xml -runeb -type "Single Player" -show_err
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