Thread: CS:GO bots
View Single Post
tpunkt
Junior Member
Join Date: Mar 2012
Old 08-24-2012 , 19:17   Re: CS:GO bots
Reply With Quote #2

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"

Last edited by tpunkt; 08-24-2012 at 19:21.
tpunkt is offline