Re: Half - Life OZDM Mod -
08-09-2010
Maybe a bit late but,
Hope you fixed your problem of retard bots in OZ.
If not then try.
What made them smarter was to set "bot_observer 0" and "bot_mercy 0" in the rhobot.cfg file. They will shoot back.
copy of my rhobot.cfg file
echo "#7 - Rhobot.cfg Loaded"
//----------------------------
// Rho-Bot Config File
//For Oz version 3.0
//
//IMPORTANT: the botcycle.txt file must go into the
// sierra/half-life folder with Oz 3.0
//----------------------------
//
//
// Minimum number of bots [0 to 32] That will never leave
// Safe to leave at 0
bot_number 2 // number off bots always in server
//
// New min_clients value:
// Server will add bots as neccesary if
//the number of players in the server are less
//than this number - like Unreal Tournament
// Set this and bot_number to 0 to disable bots
min_clients 4 // Max number of bots to add to empty server
//
//
// Base Bot skill level [0 to 100]
bot_skill 80
//
// Bot skill level auto adjust [0 - off, 1 - on]
bot_skill_aa 1
bot_aa_max 90// Max skill bots can reach with auto adj on
//
// Bot jumping modifer [0 to 100]
bot_jump 80
//
// Bot movement speed
bot_speed 320
//
// Color of Bots blood [0-random, 1-Green, 2-Blue, 3-Red, 4-Yellow]
bot_blood 2
bot_dontchat 1 // Set to 1 to shut bots up.
// Debug variables
bot_debug 0
bot_observer 0
//
//Bot mercy. Bots will not attack players with scores
// less than 1/2 thiers. [0 - off, 1 - on]
bot_mercy 0
//
//
// Important:
// This is the folder that you are going to
//run the server from - could be "oz" or "valve"
// This tells the server to look for your
// /bots and /nav folders inside of this folder
//
runfolder "valve"
//
Good Luck to ya
Blyte
|