Jump to content

Home

Bots and Mods Question


SuperCharlie

Recommended Posts

Posted

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

Posted

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)

Posted

MatrixCPA I have one question where did you get the commands that have the descriptions of what that comand does?

 

 

:lsduel::lsduel::lsduel::lsduel:

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...