NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

// Training Config
// Made by PieTie (http://steamcommunity.com/id/KuchenKrawatte/)
// 18.02.2017
// How the config works:
// [Command] [Default Value] [Explanation of the command]


// Game Mode/Type
game_type "0" // [0] The current game type. See GameModes.txt.
game_mode "1" // [0] The current game mode (based on game type). See GameModes.txt.

// Ammo Settings
ammo_grenade_limit_default "1" // [1] Maximum ammount of a grenade(all except flashbangs) per player
ammo_grenade_limit_flashbang "1" // [1] Maximum ammount of flashbangs per player
ammo_grenade_limit_total "5" // [3] Maximum ammount of all grenades per player

// Bot Settings
bot_quota "0" // [10] Determines the total number of bots in the game
bot_kick // cmd Kicks a specific bot, or all bots, matching the given criteria.

// Game Settings
mp_autokick "0" // [1] Kick idle/team-killing players
mp_autoteambalance "0" // [1] Switches the automatic team balancing
mp_buy_allow_grenades "1" // [1] Whether players can purchase grenades from the buy menu or not.
mp_buy_anywhere "1" // [0] When set, players can buy anywhere, not only in buyzones. 0 = default. 1 = both teams. 2 = Terrorists. 3 = Counter-Terrorists.
mp_buytime "3600" // [90] How many seconds after round start players can buy items for.
mp_do_warmup_period "0" // [1] Whether or not to do a warmup period at the start of a match.
mp_freezetime "0" // [6] How many seconds to keep players frozen when the round starts
mp_limitteams "0" // [2] Max # of players 1 team can have over another (0 disables check)
mp_ignore_round_win_conditions "1" // [0] Ignore conditions which would end the current round.
mp_maxmoney "60000" // [16000] maximum amount of money allowed in a player's account
mp_maxrounds "99" // [0] max number of rounds to play before server changes maps
mp_radar_showall "1" // [0] Determines who should see all. 0 = default. 1 = both teams. 2 = Terrorists. 3 = Counter-Terrorists.
mp_respawn_on_death_ct "1" // [0] When set to 1, counter-terrorists will respawn after dying.
mp_respawn_on_death_t "1" // [0] When set to 1, terrorists will respawn after dying.
mp_roundtime "60" // [5] How many minutes each round takes.
mp_roundtime_defuse "0" // [0] How many minutes each round of Bomb Defuse takes. If 0 then use mp_roundtime instead.
mp_roundtime_hostage "0" // [0] How many minutes each round of Hostage Rescue takes. If 0 then use mp_roundtime instead.
mp_solid_teammates "1" // [1] Determines whether teammates are solid or not.
mp_spectators_max "10" // [2] How many spectators are allowed in a match.
mp_startmoney "60000" // [800] amount of money each player gets when they reset
mp_warmuptime "0" // [30] How long the warmup period lasts. Changing this value resets warmup.
mp_weapons_allow_zeus "0" // [1] Determines whether the Zeus is purchasable or not.

// Server Settings
sv_cheats "1" // [0] Allow cheats on server
sv_full_alltalk "1" // [0] Any player (including Spectator team) can speak to any other player.
sv_infinite_ammo "1" // [0] Player's active weapon will never run out of ammo. If set to 2 then player has infinite total ammo but still has to reload the gun.
sv_regeneration_force_on "1" // [0] Cheat to test regenerative health systems
sv_showimpacts "1" // [0] Shows client (red) and server (blue) bullet impact point (1=both, 2=client-only, 3=server-only)

// Start Match
mp_restartgame "1" // [0] If non-zero, game will restart in the specified number of seconds
mp_warmup_end // cmd End warmup immediately.



// Commands
alias "Cheats" "toggle sv_cheats 0 1"
alias "IA" "toggle sv_infinite_ammo 0 1 2"
alias "SI" "toggle sv_showimpacts 0 1"
alias "RestartGame" "mp_restartgame 1"
alias "TrainingC4" "ent_create planted_c4_training; ent_fire planted_c4_training ActivateSetTimerLength 30"

alias "EndTraining1" "game_type 0; game_mode 0; ammo_grenade_limit_default 1; ammo_grenade_limit_flashbang 1; ammo_grenade_limit_total 3"
alias "EndTraining2" "bot_quota 10; mp_autokick 1; mp_autoteambalance 1; mp_buy_allow_grenades 1; mp_buy_anywhere 0"
alias "EndTraining3" "mp_buytime 90; mp_do_warmup_period 1; mp_freezetime 6; mp_limitteams 2; mp_maxmoney 16000"
alias "EndTraining4" "mp_maxrounds 0; mp_radar_showall 0; mp_respawn_on_death_ct 0; mp_respawn_on_death_t 0; mp_roundtime 5"
alias "EndTraining4" "mp_roundtime_defuse 0; mp_roundtime_hostage 0; mp_solid_teammates 0; mp_spectators_max 2; mp_startmoney 800"
alias "EndTraining5" "mp_warmuptime 30; mp_weapons_allow_zeus 1; sv_infinite_ammo 0; sv_showimpacts 0; sv_cheats 0"
alias "EndTraining" "EndTraining1; EndTraining2; EndTraining3; EndTraining4; EndTraining5; disconnect; clear"

// Bots
alias "TBot" "bot_add_t"
alias "CTBot" "bot_add_ct"
alias "KickBots" "bot_kick"
alias "PlaceBot" "bot_place"
alias "ZombieBot" "toggle bot_zombie 0 1"
alias "FriendlyBot" "toggle bot_dont_shoot 0 1"

// Maps
alias "aztec" "map de_aztec"
alias "cache" "map de_cache"
alias "cobble" "map de_cbble"
alias "dust" "map de_dust"
alias "dust2" "map de_dust2"
alias "infe" "map de_inferno"
alias "mirage" "map de_mirage"
alias "nuke" "map de_nuke"
alias "overpass" "map de_overpass"
alias "train" "map de_train"
alias "vertigo" "map de_vertigo"

// Other
say "Training Config Loaded! Made by PieTie http://steamcommunity.com/id/KuchenKrawatte/"

clear

echo" _______ _ _ _____ __ _ "
echo" |__ __| (_) (_) / ____| / _|(_) "
echo" | | _ __ __ _ _ _ __ _ _ __ __ _ | | ___ _ __ | |_ _ __ _ "
echo" | || '__|/ _` || || '_ | || '_ / _` | | | / _ | '_ | _|| | / _` |"
echo" | || | | (_| || || | | || || | | || (_| | | |____| (_) || | | || | | || (_| |"
echo" |_||_| __,_||_||_| |_||_||_| |_| __, | _____|___/ |_| |_||_| |_| __, |"
echo" __/ | __/ |"
echo" |___/ |___/ "
echo ""
echo "╔══ Made by PieTie ══════════════════════════════════╗"
echo "║ http://steamcommunity.com/id/KuchenKrawatte/ ║"
echo "╚═══════════════════════════════════════════════════════╝"
echo ""
echo "Hint: You can bind a command of the following list to a key using: bind [key] [command]"
echo "Note: The bind will not be resetted by the EndTraining-Command!"
echo ""
echo "╔══ Commands ═════════════════════════════════════════════════╗"
echo "║ ║"
echo "║ CheatMode (CM) Toggles Cheat-Mode (on/off) ║"
echo "║ InfiniteAmmo (IA) Toggles Infinite-Ammo-Mode (0/1/2) ║"
echo "║ ShowImpatcs (SI) Toggles Show-Impacts-Mode (on/off) ║"
echo "║ RestartGame (RG) Restarts the Game ║"
echo "║ TrainingC4 (TC4) Spawns a C4 (explodes after 30 sec) ║"
echo "║ ║"
echo "║ EndTraining (ET) Sets all values to default and quits ║"
echo "║ ║"
echo "╠══ Bots ══════════════════════════════════════════════════════╣"
echo "║ ║"
echo "║ TBot (TB) Adds a T-Bot ║"
echo "║ CTBot (CTB) Adds a CT-Bot ║"
echo "║ KickBots (KB) Kicks all Bots ║"
echo "║ PlaceBot (PB) Places a Bot infront of you ║"
echo "║ ZombieBot (ZB) Toggles Bot Zombiemode (on/off) ║"
echo "║ FriendlyBot (FB) Toggles Bot Attacking (on/off) ║"
echo "║ ║"
echo "╠══ Maps ══════════════════════════════════════════════════════╣"
echo "║ ║"
echo "║ aztec dust mirage train ║"
echo "║ cache dust2 nuke vertigo ║"
echo "║ cobble infe overpass ║"
echo "║ ║"
echo "╚═══════════════════════════════════════════════════════════════╝
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.