Saturday, October 16, 2021

CSGO - How to set up an Offline Server to practice Bump Mining

 How to use basic commands to practice bump mining offline.

Launching a Map in Danger Zone

You will need the following commands
  • game_mode 0
  • game_type 6
  • map dz_MAPNAME

"game_mode 0" and "game_type 6" are the mode and type for danger zone. You want to be sure to practice in danger zone mode, because danger zone has some differences when compared to other modes (for example, the way the player interacts with water is different between modes).
The "map dz_MAPNAME" command will launch whatever map you want (for example, dz_blacksite).
You can also launch workshop maps, though you will need a more specific name than just dz_MAPNAME. You can find this by typing in the console "map dz_" and the console will give suggestions to complete the command. There you will be able to see both official maps and workshop maps you are subscribed to.



To make things easier on yourself, you can create an alias that will run all of these commands together so you only have to type one thing in console.

Here are some example aliases I use:
  • alias "pracblacksite" "game_mode 0;game_type 6;map dz_blacksite"
  • alias "pracsirocco" "game_mode 0;game_type 6;map dz_sirocco"
  • alias "praccounty" "game_mode 0;game_type 6;map dz_county"
  • alias "pracjungle" "game_0;game_type 6; map workshop\1871501511\dz_junglety"
  • alias "pracfrostbite" "game_0;game_type 6; map workshop\2168101259\dz_frostbite"
  • alias "pracvineyard" "game_0;game_type 6; map workshop\2587298130\dz_vineyard"

After making the alias, you will only have to type in whatever you named it in console for all of the commands to run together.

Commands to Use After Loading In

You will need the following commands
  • sv_cheats 1
  • sv_regeneration_force_on 1
  • buddha
  • sv_dz_parachute_reuse 0
  • sv_infinite_ammo 1
  • mp_warmup_pausetimer 1
  • exojump
  • give weapon_bumpmine
  • give weapon_knife

"sv_cheats 1" enables more commands in the console.
"sv_regeneration_force_on 1" turns on health regeneration, so you won't need to use medshots every time you take fall damage.
"buddha" will allow the player to survive damage that would have killed them (this is optional, but if you don't use it, you may have to re-execute some commands on respawn).
"sv_dz_parachute_reuse 0" makes the parachute disappear after one use. This command setup makes the warmup go on forever, and because you spawn with a parachute in danger zone's warmup, this will get rid of it after one use.
"sv_infinite_ammo 1" gives infinite ammo, and in this case, infinite bump mines.
"mp_warmup_pausetimer 1" will make the warmup last forever.
"exojump" gives the player exojump.
"give weapon_bumpmine" gives the player bump mines.
"give weapon_knife" gives the player a knife.

Again, you can make this easier by creating an alias to run all the commands at once after you have launched the map.

Example alias I use:
alias "dzprac" "sv_cheats 1; sv_regeneration_force_on 1; buddha; sv_dz_parachute_reuse 0; sv_infinite_ammo 1; mp_warmup_pausetimer 1; exojump; give weapon_bumpmine; give weapon_knife"

After making the alias, you will only have to type in whatever you named it in console for all of the commands to run together.

Other Useful Commands

A few other commands you may find useful
  • sv_grenade_trajectory 1
  • sv_grenade_trajectory_time 10
  • noclip
  • god
  • getpos
  • setpos
  • cl_showpos 1
  • ent_fire bumpmine_projectile kill
  • r_drawclipbrushes 2
  • showtriggers_toggle
  • bot_add
  • bot_stop 1
  • bot_place
  • bot_mimic 1

"sv_grenade_trajectory 1" will show the path a grenade (or in this case bump mine) had moved.
"sv_grenade_trajectory_time 10" changes the time the path is displayed from the default of 20 seconds to 10 seconds.
"noclip" allows you to fly around the map (just type it in console again to disable).
"god" makes the player not take any damage. This could be used as a replacement for "buddha" and "sv_regeneration_force_on 1" if you don't care about seeing fall damage / potential death from a bump.
"getpos" will output in the console a setpos command for where you currently are standing.
"setpos" along with the location will teleport you to that location. You can copy paste this in console or bind it to a key to quickly return to the starting position for the bump trick you are trying to do.
"cl_showpos 1" is another way to see your position. This command will also show your velocity, which may be useful when trying to figure out how much speed you need to pull off different tricks.
"ent_fire bumpmine_projectile kill" will destroy all currently active bump mines (though you will still hear the humming).
"r_drawclipbrushes 2" will show all of the invisible clip brushes on the map as solid blocks. Set this value back to 0 to disable.
"showtriggers_toggle" will show all of the trigger boxes on the map. Type this in console again to disable.
"bot_add" will add a bot to the game.
"bot_stop 1" will stop bots from moving and shooting.
"bot_place" will teleport a bot in front of you.
"bot_mimic 1" will make the bots mimic you movement. This can be useful for setting up a bot to practice stomp/goomba kills or to use a bot to help you practice "super run boost" bugs. (Set the value back to 0 to make the bots stop copying your movement again)
Guide by mantra

0 comments:

Post a Comment