Page 1 of 1

-C vs -T cmd line switch difference

Posted: Fri Feb 21, 2014 10:05 pm
by recruit2112
What is the difference between the two command line switches?

RE: -C vs -T cmd line switch difference

Posted: Fri Feb 21, 2014 10:19 pm
by Jason Petho
-W -- Windowed
-X -- NoEncryption, documented at Coder Diary #13 -- The -X NoEncryption Option, Damage Report Tweaks, and a Glimpse Behind the Scenes
-A -- AICmdLineOverrides, documented at Coder Diary #11 -- Automated, Empirical A/I Testing
-T -- TestTrialPlay, documented at Coder Diary #12 -- Automated Crash Testing, Backup Saves
-C -- ContinousAIPlay

RE: -C vs -T cmd line switch difference

Posted: Fri Feb 21, 2014 11:16 pm
by berto

The effect of -C & -T are much the same, but with subtle differences: at the end of a -C game, you see the Victory Dialog, followed by the file save dialog, followed by a return to the frontend launcher, etc. With -T there are no human interactions whatsoever, the game launches, plays itself, then directly exits. -T is meant more for batch operation, when you might want to play many games in succession (like I would when running a long series of crash test trials, for example).

RE: -C vs -T cmd line switch difference

Posted: Sun Feb 23, 2014 6:38 pm
by TAIL GUNNER
ORIGINAL: Jason Petho

-W -- Windowed
-X -- NoEncryption, documented at Coder Diary #13 -- The -X NoEncryption Option, Damage Report Tweaks, and a Glimpse Behind the Scenes
-A -- AICmdLineOverrides, documented at Coder Diary #11 -- Automated, Empirical A/I Testing
-T -- TestTrialPlay, documented at Coder Diary #12 -- Automated Crash Testing, Backup Saves
-C -- ContinousAIPlay


Strangely, I just installed CS on a new Win7 64-bit computer, and it automatically launches in windowed mode without the -W switch.[&:]

RE: -C vs -T cmd line switch difference

Posted: Sun Feb 23, 2014 7:29 pm
by Jason Petho
Yes, it will automatically launch in the windowed mode.
Jason Petho

RE: -C vs -T cmd line switch difference

Posted: Sun Feb 23, 2014 8:46 pm
by berto
ORIGINAL: Juggalo

Strangely, I just installed CS on a new Win7 64-bit computer, and it automatically launches in windowed mode without the -W switch.[&:]
The frontend launchers automatically pass the -W switch to the game engines as they launch. It's totally transparent to you, the user.