In Torque let by default
the
configuration for the port ( 28000 ) .
If you want to change the name of the server , update the following
files and variables :
for instance in
~/torque/example/starter.fps.
| client/client/prefs.cs |
$Pref::Server::Name
= "PhilippeC" |
| client/client/init.cs |
$Client::GameTypeQuery
=
"PhilippeC" |
| client/prefs.cs |
$Pref::Server::Name
= "PhilippeC"
|
| client/init.cs |
$Client::GameTypeQuery
=
"PhilippeC" |
| server/scripts/game.cs |
$Server::GameType =
"PhilippeC" |
| server/server/prefs.cs |
$Pref::Server::Name
= "PhilippeC" |
| server/prefs.cs |
$Pref::Server::Name
= "PhilippeC" |
server/defaults.cs
|
$Pref::Server::Name
= "PhilippeC"
|
| common/client/prefs.cs | $Pref::backgroundSleepTime = "25" |
| client/prefs.cs | $Pref::backgroundSleepTime = "25" |