Clanintern Clanintern Clanintern

Forum

Öffentliche Foren
FORUM: Spiele & Computer THEMA: HL-DM Source -cfg- waffen- direkt
AUTOR BEITRAG
[AF]Hound][DX][

RANG Deckschrubber

#1 - 10.03 13:28

Ich moechte mir meine cfg anpassen und dazu Waffen direkt auf ne Taste binden. Leider funzt das irgendwie nicht. Weder aufm Keyboard, noch mit Maustasten.
Scheint wohl etwas anders zu sein, als bei normalem HL-DM, wo ich keine Probleme hab.
Hat einer Ahnung davon?
[AF]Hound][DX][

RANG Deckschrubber

#2 - 10.03 18:44

Hier mal ein Ausschnitt, wie ich es in die cfg eingetragen hab.

bind "3" "weapon_egon"
bind "4" "slot2"
bind "5" "weapon_crowbar"
bind "6" "weapon_crossbow"
bind "7" "slot5"
bind "8" "slot6"
bind "9" "slot7"
bind "e" "lastinv"

bind "MWHEELDOWN" "weapon_gauss"
bind "MWHEELUP" "weapon_rpg"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "drop; .tdrop"
bind "MOUSE4" "weapon_MP5"
bind "MOUSE5" "weapon_crowbar;weapon_shotgun"

Wenn ich im Spiel die waffen anwaehle, steht in der Console z.B.


Unknown command: weapon_crossbow
Unknown command: weapon_crowbar
Unknown command: weapon_shotgun

Genauso hab ich es im herkoemmlichen HLDM, da funzt das. Warum nicht bei Source?
[rb|meggy]

RANG Prophet of Clanintern

#3 - 10.03 18:48

bind "X" "use weapon_physcannon" // Graviton
bind "X" "use weapon_crowbar"
bind "X" "use weapon_stunstick"
bind "X" "use weapon_pistol"
bind "X" "use weapon_357" // Magnum
bind "X" "use weapon_smg1" // SMG
bind "X" "use weapon_ar2" // Combine rifle
bind "X" "use weapon_shotgun" //Pumpgun
bind "X" "use weapon_crossbow"
bind "X" "use weapon_rpg"
bind "X" "use weapon_slam" //Miene
bind "X" "use weapon_frag" // Granate

Du hast das use vergessen jeweils.

Hier die Quelle:
http://hl2dm.de/help.php?page=05_autoexec
[AF]Hound][DX][

RANG Deckschrubber

#4 - 10.03 22:07

Ah, ok Danke! Jetzt hauts hin.