Forums Index >> Modding >> Bot Name change
Page : <1> :
No, the [bot] part doesn't have to be there.
You were right to edit the prefs file. However, the bots will only appear as you named them in a dedicated server. Launch a dedicated server after changing the bot names in the prefs.cs file and the bots should have the names you gave them.
If it still doesn't work, try deleting prefs.cs.dso, then editing the prefs.cs and starting a dedicated server. The game will create a new prefs.cs.dso with the settings in prefs.cs.
If it STILL doesn't work.......... Go ask someone else! XD
I see my mistake now.
I only changed the pref cs file but not the prefs dso file
Why is the dso so hard to read?
(I use windows Notepad to open both)
Last edited: Monday, February 09, 2004 at 1:07:09 AM
To edit the dso files you need something like ultraedit.
But I don't bother with that.
While Im at it.
I wish to turn down TT sound so I can play Mp3 tunes through same sound card.
Options: seems to only work when not in a server situation.
Did I miss something
Hope this is clear what I am 'Driving at'
Zimp, just delete the prefs.cs.dso file. TT will make a new one when you launch it. :) If it still doesn't work, check to make sure that you have proper quotes around the names, and make sure that semicolon is still at the end of every line. Also make sure the bots are numbered starting with 0. The proper format:
$pref::Server::BotName0 = "You [Bot]";
$pref::Server::BotName1 = "Me [Bot]";
$pref::Server::BotName2 = "Him [Bot]";
The [Bot] is not required, but it is common courtesy to include it, because it's lame to join a server thinking people are there, only to find bots. :(
For volume control, just do like the flea says:
Open gameclientprefs.cs (yes, that's "client" not "server") and change:
$pref::Audio::masterVolume = 1;
To:
$pref::Audio::masterVolume = "0.44";
Or some other value between 0 and 1.
Last edited: Monday, February 09, 2004 at 11:22:48 AM
Thx Brain / 56 XD
Last edited: Tuesday, February 10, 2004 at 5:36:19 AM
Page : <1> :
HOw can I change the bot names when I host a server?
Tried the prefs file but no change in the launch of TT
Ex: YOU [Bot]
Or YOU
Does the [Bot] have to be there?
Last edited: Sunday, February 08, 2004 at 9:13:42 AM