cfg: reworked map-specific configs, so they are now located in yapb/conf/maps/*map*.cfg
cmd: fixed handling "yb" & "yapb" command prefixes.
This commit is contained in:
parent
a22cc6db93
commit
c74d8e91e4
14 changed files with 797 additions and 755 deletions
|
|
@ -119,6 +119,9 @@ public:
|
|||
// load bots difficulty config
|
||||
void loadDifficultyConfig ();
|
||||
|
||||
// loads bots map-specific config
|
||||
void loadMapSpecificConfig ();
|
||||
|
||||
// sets memfile to use engine functions
|
||||
void setupMemoryFiles ();
|
||||
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ public:
|
|||
bool isDedicated ();
|
||||
|
||||
// get stripped down mod name
|
||||
const char *getModName ();
|
||||
const char *getRunningModName ();
|
||||
|
||||
// get the valid mapname
|
||||
const char *getMapName ();
|
||||
|
|
|
|||
|
|
@ -1141,6 +1141,8 @@ extern ConVar cv_show_latency;
|
|||
extern ConVar cv_enable_query_hook;
|
||||
extern ConVar cv_whose_your_daddy;
|
||||
extern ConVar cv_chatter_path;
|
||||
extern ConVar cv_quota;
|
||||
extern ConVar cv_difficulty;
|
||||
|
||||
// execute client command helper
|
||||
template <typename ...Args> void Bot::issueCommand (const char *fmt, Args &&...args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue