AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   CS:GO bots (https://forums.alliedmods.net/showthread.php?t=194042)

Grafer 08-24-2012 18:31

CS:GO bots
 
How to add bots on cs:go server? I want to make that bots will always complement players to 10. Something like "minplayers".

tpunkt 08-24-2012 19:17

Re: CS:GO bots
 
Put this in your gamemodes_server.txt in the "convars" { ..... } section


Code:

                        "mp_autokick"                    "1"            // Bots automatisch kicken = 1
                        "bot_quota"                        "10"        // Anzahl Bots die auf dem Server sind. (0=keine Bots)
                        "bot_join_after_player"            "0"            // Ob die Bots alleien Spielen oder erst joinen wenn jemand auf dem Server ist. (0=Bots sind immer auf dem Server 1=erst joinen bei Menschlichem spieler)
                        "bot_quota_mode"                "fill"        // Ob die Bots bleiben, oder platz machen sobald ein Spieler joint. (fill=Fuer jeden Spieler verschwindet ein Bot. normal=keine Slotfreigabe)
                        "bot_difficulty"                "2"            // Schwierigkeitgrad der Bots (0=einfach 1=normal 2=schwer 3=extrem)
                        "bot_prefix"                    "[XYZ]"    // "Clantag" welches die Bots vor ihrem Namen tragen.
                        "bot_defer_to_human"            "1"        // Bots erledigen Missionsziele (Geiseln holen, Bombe legen/entschaerfen...) (1=an 0=aus)
                        "bot_auto_vacate"                "1"        // Gibt an wieviele Slots die Bots freilassen sollen.
                        "bot_chatter"                    "off"        // Toggelt ob die Bots chatten und wenn ja, in welchem Ausmass. (on, off, radio, minimal, normal)
                        "bot_randombuy"                    "1"            // Bots ignore their prefered weapons and just buy random weapons
                        "bot_defer_to_human_items"        "1"
                        "bot_dont_shoot"                "0"


Tl5419 08-24-2012 23:12

Re: CS:GO bots
 
From Bull in this thread

https://forums.alliedmods.net/showthread.php?t=194020

sv_hibernate_when_empty 0

Seems to keep bots there when server is empty

Grafer 08-25-2012 04:59

Re: CS:GO bots
 
Ok, It works, there are bots on server, but after it the in-game server list shows that my server has only 11 (if there are 9 bots) instead of 20 slots. Anyone know what is going on?


All times are GMT -4. The time now is 19:08.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.