Friday, July 22, 2022

Knife Spawn Bind for CSGO


Getting Knifes in offline maps

This Guide shall help anyone who wants a quick way to get a vanilla knife to enjoy surfing without stops

SPAWNING KNIFES

First of all you can get vanilla knifes in offline maps with basic knowledge of console commands.

Type: sv_cheats 1; mp_drop_knife_enable 1;

Knifes on the fly STEP 1

You may be wondering why you would want a bind at all. This guide is dedicated to people who for example surf a lot and want to equip their favourite knife quickly.

You need to locate your CS:GO Files, something like Programs(x86)/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/
go into the cfg folder and make 2 textfiles
  1. autoexec.txt
  2. something for taking the String in my case: "give_wrapper.txt"

Then write this part into the autoexec Textfile:
alias wpn exec give_wrapper.cfg
After that write into your 2. file:
ent_fire weapon_knife addoutput "classname weapon_knifegg"
Change the .txt file type to cfg by renaming the file
IMPORTANT Turn on file extensions in view options of the explorer
And then press confirm

Knifes on the fly STEP 2

Binding a knife spawn to a specific key

Before starting the game right click on CS:GO go to Properties and change Launch Options to: +exec autoexec.cfg

Now startup your game and join an offline map
type this in your console and change the key (IN MY CASE THE 5 NUMPAD KEY) to your desired location:
bind "kp_5" "sv_cheats 1; mp_drop_knife_enable 1; use weapon_knife;slot1; drop; give weapon_knife_butterfly; wpn"

You can find the keybind names here: https://totalcsgo.com/binds/keys
Then equip your standard knife, press your key and you should have in this case the butterfly knife


0 comments:

Post a Comment