Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

-online and -nologin command line parameters #21

Open Ragora opened 8 years ago

Ragora commented 8 years ago

The Tribes 2 engine set $PlayingOnline accordingly based upon the presence of an -online or -nologin command line parameter. If neither are present, it presents the user with "In order to play Tribes 2 online, you must launch the game using the supplied shortcuts." then exits when the OK button is pressed.

As far as the internals of the project is concerned, both command line parameters are currently of no value aside from setting the $PlayingOnline value. Both will pretty much equate to a nologin functionality, though it will matter if it gets to a point that implementing account systems is worthwhile.