Nuclide
Software Development Kit for id Tech
CVars

Console variable relating to multiplayer AI. More...

Enumerations

enum  botskill_t { BOTSKILL_EASY = 1 , BOTSKILL_MEDIUM , BOTSKILL_HARD }
 

Variables

var bool autocvar_bot_enable = true
 
var bool autocvar_bot_pause = false
 
var bool autocvar_bot_noChat = false
 
var bool autocvar_bot_fastChat = false
 
var bool autocvar_bot_debug = false
 
var bool autocvar_bot_developer = false
 
var int autocvar_bot_minClients = -1i
 
var botskill_t autocvar_bot_skill = BOTSKILL_MEDIUM
 
var bool autocvar_bot_aimless = false
 
var bool autocvar_bot_crouch = false
 
var bool autocvar_bot_walk = false
 
var bool autocvar_bot_prone = false
 
var bool autocvar_bot_dont_shoot = false
 

Detailed Description

Console variable relating to multiplayer AI.

The console command ap_userID can be used to set certain infokeys of the local user to mimic that of a certain ActivityPub id. An example format would look like: /ap_userID @johndoe@example.com

Currently we're not broadcasting the identity because there's no real way of verifying who you are without a central authority.

Enumeration Type Documentation

◆ botskill_t

enum botskill_t
Enumerator
BOTSKILL_EASY 
BOTSKILL_MEDIUM 
BOTSKILL_HARD 

Variable Documentation

◆ autocvar_bot_aimless

var bool autocvar_bot_aimless = false

◆ autocvar_bot_crouch

var bool autocvar_bot_crouch = false

◆ autocvar_bot_debug

var bool autocvar_bot_debug = false

◆ autocvar_bot_developer

var bool autocvar_bot_developer = false

◆ autocvar_bot_dont_shoot

var bool autocvar_bot_dont_shoot = false

◆ autocvar_bot_enable

var bool autocvar_bot_enable = true

◆ autocvar_bot_fastChat

var bool autocvar_bot_fastChat = false

◆ autocvar_bot_minClients

var int autocvar_bot_minClients = -1i

◆ autocvar_bot_noChat

var bool autocvar_bot_noChat = false

◆ autocvar_bot_pause

var bool autocvar_bot_pause = false

◆ autocvar_bot_prone

var bool autocvar_bot_prone = false

◆ autocvar_bot_skill

var botskill_t autocvar_bot_skill = BOTSKILL_MEDIUM

◆ autocvar_bot_walk

var bool autocvar_bot_walk = false