• Mitspieler gesucht? Du willst dich locker mit der Community austauschen? Schau gerne auf unserem ComputerBase Discord vorbei!

CS 2/CS:GO CSGO Scripts in CS2 zum Laufen bringen

MechanimaL

Lieutenant
Registriert
Nov. 2005
Beiträge
977
Hey, ich habe Waffenwechsel/Granaten und Buyscripts. Leider hat es nichts gebracht die Binds in die autoexec.cfg zu packen und diese in den neuen Ordner: "Steam\SteamApps\common\Counter-Strike Global Offensive\game\csgo\cfg\" zu kopieren, dann funktionieren nur manche Tasten nicht mehr, aber die Scripts auch gar nicht. Da ich sonst wo nirgends groß was dazu finde, nehme ich an, dass CSGO Scripts weiterhin funktionieren, die Frage wäre für mich, wie ich sie bei mir zum Laufen bekomme. Hier der Inhalt meiner autoexec.cfg, wie gesagt mit hinzugefügten Binds, weil ich nicht wusste, wo die sonst noch hinsollten, da ich eine config.cfg nicht ausmachen konnte (evtl eh schon irgendwann unter csgo durch was anderes ersetzt geworden?) Unter CSGO lief es aber bis vor das Update!


alias secondary "slot2"
alias primary "slot1"

alias +gosec "primary; secondary"
alias -gosec "bind mouse3 +goprim"
alias +goprim "secondary; primary"
alias -goprim "bind mouse3 +gosec"

alias +knife "use weapon_knife"
alias -knife "bind mouse3 +goprim"

alias +he "use weapon_hegrenade"
alias -he "bind mouse3 +gosec"

alias +fb "use weapon_flashbang"
alias -fb "bind mouse3 +gosec"

alias +sg "use weapon_smokegrenade"
alias -sg "bind mouse3 +gosec"

alias +ic "use weapon_incgrenade;use weapon_molotov"
alias -ic "bind mouse3 +gosec"

bind "f" "+knife"
bind "F1" "buy vesthelm; buy vest"
bind "F2" "buy ak47; buy m4a1"
bind "F3" "buy galilar; buy famas"
bind "F4" "buy p250"
bind "F5" "buy flashbang"
bind "F6" "buy hegrenade"
bind "F7" "buy smokegrenade"
bind "F8" "buy molotov; buy incgrenade"
bind "F9" "buy defuser"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+gosec"
bind "MOUSE4" "+he"
bind "MOUSE5" "+fb"
bind "MWHEELUP" "+sg"
bind "MWHEELDOWN" "+ic"

host_writeconfig
 
Equip musst du jetzt über slotX binden, wobei X halt die passende Zahl ist, welcher Slot was ist musst ingame nachschauen.
Dein buy müsste noch funktionieren, klappt sonst was nicht?
 
Mh dann müsste ja die mittlere Maustaste etwas bewirken, schließlich hab ich da ja Slot1 und Slot2 verwendet, aber es funktioniert irgendwie garnichts. Ich probiere mal weiter. Nur zum Verständnis, Du meinst alle Nades, das knife usw. müssen mit Slotx aufgerufen werden, ne?

EDIT: habe noch zusätzlich in den launch options exec autoexec.cfg eintragen müssen (scheint es). Und mit der Änderung entsprechend Deines Tipps @Stormfirebird funktioniert nun alles wie gewohnt. Endlich :)

//SCRIPTS
alias secondary "slot2"
alias primary "slot1"

alias +gosec "primary; secondary"
alias -gosec "bind mouse3 +goprim"
alias +goprim "secondary; primary"
alias -goprim "bind mouse3 +gosec"

alias +knife "slot3"
alias -knife "bind mouse3 +goprim"

alias +he "slot6"
alias -he "bind mouse3 +gosec"

alias +fb "slot7"
alias -fb "bind mouse3 +gosec"

alias +sg "slot8"
alias -sg "bind mouse3 +gosec"

alias +ic "slot10"
alias -ic "bind mouse3 +gosec"
 
Zuletzt bearbeitet:
Zurück
Oben