mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-19 19:14:45 +00:00
Merged a newer T2BoL's prefs folder
This commit is contained in:
parent
e34945e797
commit
6cb8acd81a
|
|
@ -1,42 +0,0 @@
|
|||
-- Human
|
||||
[Bot]
|
||||
Name = Commander Jackson;
|
||||
Skill = 0.95;
|
||||
Offense = true;
|
||||
voicePitch = 0.90;
|
||||
Race = Human;
|
||||
Skin = Beagle;
|
||||
Voice = Male4;
|
||||
Sex = Male;
|
||||
|
||||
[Bot]
|
||||
Name = Cynthia Fisher;
|
||||
Skill = 0.92;
|
||||
Offense = false;
|
||||
voicePitch = 0.94;
|
||||
Race = Human;
|
||||
Skin = SWolf;
|
||||
Voice = Fem3;
|
||||
Sex = Female;
|
||||
|
||||
-- Draakan
|
||||
[Bot]
|
||||
Name = Nyoka;
|
||||
Skill = 1;
|
||||
Offense = true;
|
||||
voicePitch = 0.98;
|
||||
Race = Draakan;
|
||||
Skin = Gecko;
|
||||
Voice = Derm2;
|
||||
Sex = Female;
|
||||
|
||||
[Bot]
|
||||
Name = Kiaro;
|
||||
Skill = 99;
|
||||
Offense = true;
|
||||
voicePitch = 0.98;
|
||||
Race = Draakan;
|
||||
Skin = Gecko;
|
||||
Voice = Derm2;
|
||||
Sex = Male;
|
||||
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
[Generic]
|
||||
Enabled=true;
|
||||
Host=0.0.0.0;
|
||||
Root= ;
|
||||
Port=27000;
|
||||
StartWorkers=32;
|
||||
|
||||
[StatusCodes]
|
||||
404=none;
|
||||
403=none;
|
||||
|
||||
[MINE]
|
||||
Test=none;
|
||||
10
prefs/rpg.cfg
Executable file
10
prefs/rpg.cfg
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
[RPG]
|
||||
keepCorpses = true;
|
||||
maxCorpses = 6;
|
||||
|
||||
[PawsAreNice]
|
||||
Indeed = true;
|
||||
|
||||
[Server]
|
||||
SpaceServer = "192.168.1.5";
|
||||
EarthServer = "192.168.1.5";
|
||||
11
prefs/survival.cfg
Executable file
11
prefs/survival.cfg
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
[Survival]
|
||||
maxBots = 16;
|
||||
difficultyIncrement = 0.008;
|
||||
fastDifficultyIncrement = 0.09;
|
||||
startDifficulty = 0.004;
|
||||
enableGodbot = true;
|
||||
godBotFrequency = 5;
|
||||
hintsEnabled = true;
|
||||
hintTimeMS = 120000;
|
||||
allowSetup = true;
|
||||
setupTimeMS = 60000;
|
||||
Loading…
Reference in a new issue