From: MirceaKitsune Date: Sun, 10 Jul 2011 23:14:45 +0000 (+0300) Subject: Misc tweaks X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=9016a8d75ff93295353e9e8eff2b9c9a017a7364;ds=sidebyside Misc tweaks --- diff --git a/Todo & known bugs.txt b/Todo & known bugs.txt deleted file mode 100644 index 74e0d183..00000000 --- a/Todo & known bugs.txt +++ /dev/null @@ -1,15 +0,0 @@ -TODO: - -- Create documentation - -- Bots must learn to use the Grabber gun. The weapon code of havocbot is still there, but doesn't know how to shoot the Grabber - -- ONS bot AI: Teach bots to use grabber alt fire to damage control points and generators when near them. - -- Update player models to the iqm format (except stomach model). See the Xonotic project for example on how that's done. - -- Implement a slow swallowing feature, rather than immediately swallowing an opponent. - -- Health-based player size: Change the bounding box of players to match their size, once darkplaces will support this for cl_movement. - -Known bugs: diff --git a/data/bots.txt b/data/bots.txt index 65b12bdf..135509a6 100644 --- a/data/bots.txt +++ b/data/bots.txt @@ -1,8 +1,8 @@ -//bot configuration: name model skin shirt pants team keyboard use moving dodging ping weapon use aggressivity range aiming calmhand mouse fightthink aithink vore predskill preyskill fear teamheal +//bot configuration: name model skin shirt glow team keyboard use moving dodging ping weapon use aggressivity range aiming calmhand mouse fightthink aithink vore predskill preyskill fear teamheal //default team values (team-override): 1 = red, 2 = blue, 3 = yellow, 4 = pink -//use -1 for shirt-color or pants-color to get random colors +//use -1 for shirt-color or glow-color to get random colors DarkVixen vixen.zym 1 4 0 0 0 0 -0.5 -1 1 1 -0.5 -1 -1 2 0.5 -1 1.25 1.25 1.5 0.5 -Rainbow vixen.zym 1 15 0 0 0 -1 -1 -1 0 2 0 1 0 2 -1 -1 0.75 0.75 0.5 1.25 +Rainbow vixen.zym 1 0 15 0 0 -1 -1 -1 0 2 0 1 0 2 -1 -1 0.75 0.75 0.5 1.25 VorePrincess vixen.zym 0 -1 0 0 -0.5 0 0 1 -0.5 0 1 0 0 0 0 0 1.5 1.25 1.25 0.75 Eater vixen.zym 0 1 1 0 0 -1 0 -0.5 0.5 1 0 1 -2 1 0 0 1 0.85 1 0.75 HungryFox vixen.zym 1 8 14 0 0 0 0 1 0 -1 -0.5 -1 1 0 0 0 1.25 1 1 0.5 diff --git a/docs/Todo & known bugs.txt b/docs/Todo & known bugs.txt new file mode 100644 index 00000000..74e0d183 --- /dev/null +++ b/docs/Todo & known bugs.txt @@ -0,0 +1,15 @@ +TODO: + +- Create documentation + +- Bots must learn to use the Grabber gun. The weapon code of havocbot is still there, but doesn't know how to shoot the Grabber + +- ONS bot AI: Teach bots to use grabber alt fire to damage control points and generators when near them. + +- Update player models to the iqm format (except stomach model). See the Xonotic project for example on how that's done. + +- Implement a slow swallowing feature, rather than immediately swallowing an opponent. + +- Health-based player size: Change the bounding box of players to match their size, once darkplaces will support this for cl_movement. + +Known bugs: