Getting ready for a release

This commit is contained in:
ineed bots
2026-09-24 11:21:37 -06:00
parent 225950c693
commit 383a5692ea
4 changed files with 127 additions and 12 deletions
+1 -6
View File
@@ -6,7 +6,7 @@
*/
init()
{
level.bw_version = "2.3.0 PR 1";
level.bw_version = "2.3.0";
if ( getcvar( "bots_main" ) == "" )
{
@@ -131,11 +131,6 @@ init()
setcvar( "bots_skill_max", 7 );
}
if ( getcvar( "bots_loadout_rank" ) == "" ) // what rank the bots should be around, -1 is around the players, 0 is all random
{
setcvar( "bots_loadout_rank", -1 );
}
if ( getcvar( "bots_play_move" ) == "" ) // bots move
{
setcvar( "bots_play_move", true );
+1 -1
View File
@@ -173,7 +173,7 @@ doGreetings()
wait 1;
self iprintln( "Welcome to Bot Warfare " + self.name + "!" );
wait 5;
self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee_breath}] to open menu!" );
self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee_breath}] / [{+melee}] to open menu!" );
}
watchPlayerOpenMenu()