SuperCharlie Posted April 30, 2002 Share Posted April 30, 2002 Im thinkin about adding support for bots and mods on my launcher, but I need some syntax for it.. any help on bots or mods would be appreciated.. also.. for user created maps.. Thx SC Link to comment Share on other sites More sharing options...
Noghri_ViR Posted April 30, 2002 Share Posted April 30, 2002 Yes add support for bots Link to comment Share on other sites More sharing options...
MatrixCPA Posted April 30, 2002 Share Posted April 30, 2002 Here's some common bot related cvars: seta bot_enable "1" // (0/1) (Off/On) Allow Bots seta bot_minplayers "1" // Number of players to maintain by adding/removing bots seta g_spSkill "3" //Bot skill--0 to 5 (5 is hardest) seta bot_thinktime "100" //Time in ms for bot to make a decision (default 100) seta bot_challenge "0" //Turn on to make bots more challenging seta bot_nochat "0" // Bot chat (0/1) (On/Off) Link to comment Share on other sites More sharing options...
SuperCharlie Posted April 30, 2002 Author Share Posted April 30, 2002 Kewl thx man.. SC Link to comment Share on other sites More sharing options...
jimn Posted May 1, 2002 Share Posted May 1, 2002 MatrixCPA I have one question where did you get the commands that have the descriptions of what that comand does? :lsduel::lsduel: Link to comment Share on other sites More sharing options...
MatrixCPA Posted May 1, 2002 Share Posted May 1, 2002 It's mostly from a long time running Q3 based game servers. There's also a huge number of site out there with all kinds of Q3 server admin info. I have a notebook I keep for my own information with printouts of things from dozens of sources. What I spew out here is really just the accumulation of that information. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.