Gunman Chronicles: Add default.cfg and scripts/map_blacklist for the menu
This commit is contained in:
parent
3662565879
commit
fe62de4a67
2 changed files with 123 additions and 0 deletions
47
rewolf/data.pk3dir/default.cfg
Executable file
47
rewolf/data.pk3dir/default.cfg
Executable file
|
@ -0,0 +1,47 @@
|
|||
exec platform_default.cfg
|
||||
|
||||
// Generic Binds
|
||||
bind "ESC" "togglemenu"
|
||||
bind "w" "+forward"
|
||||
bind "s" "+back"
|
||||
bind "a" "+moveleft"
|
||||
bind "d" "+moveright"
|
||||
bind "SPACE" "+jump"
|
||||
bind "CTRL" "+duck"
|
||||
bind "SHIFT" "+speed"
|
||||
bind "0" "slot10"
|
||||
bind "1" "slot1"
|
||||
bind "2" "slot2"
|
||||
bind "3" "slot3"
|
||||
bind "4" "slot4"
|
||||
bind "5" "slot5"
|
||||
bind "6" "slot6"
|
||||
bind "7" "slot7"
|
||||
bind "8" "slot8"
|
||||
bind "9" "slot9"
|
||||
bind "UPARROW" "+forward"
|
||||
bind "DOWNARROW" "+back"
|
||||
bind "LEFTARROW" "+left"
|
||||
bind "RIGHTARROW" "+right"
|
||||
bind "MOUSE1" "+attack"
|
||||
bind "MOUSE2" "+attack2"
|
||||
bind "MWHEELDOWN" "invnext"
|
||||
bind "MWHEELUP" "invprev"
|
||||
bind "r" "+reload"
|
||||
bind "e" "+use"
|
||||
bind "TAB" "+showscores"
|
||||
bind "y" "messagemode"
|
||||
bind "u" "messagemode2"
|
||||
bind "t" "impulse 201"
|
||||
bind "f" "impulse 100"
|
||||
bind "f1" "vote yes"
|
||||
bind "f2" "vote no"
|
||||
|
||||
// Game Variables
|
||||
seta "hostname" "FreeRewolf Server"
|
||||
seta "maxplayers" "8"
|
||||
|
||||
// 2D/HUD Variables
|
||||
seta "con_color" "255 150 0"
|
||||
seta "vgui_color" "255 170 0"
|
||||
seta "cross_color" "0 255 0"
|
76
rewolf/data.pk3dir/scripts/map_blacklist
Normal file
76
rewolf/data.pk3dir/scripts/map_blacklist
Normal file
|
@ -0,0 +1,76 @@
|
|||
cinematic1.bsp
|
||||
cinematic2.bsp
|
||||
cinematic3.bsp
|
||||
cinematic4.bsp
|
||||
city1a.bsp
|
||||
city1b.bsp
|
||||
city2a.bsp
|
||||
city2b.bsp
|
||||
city3a.bsp
|
||||
city3b.bsp
|
||||
demo1.bsp
|
||||
demo2.bsp
|
||||
demo3.bsp
|
||||
demo4.bsp
|
||||
demo5.bsp
|
||||
demo6.bsp
|
||||
demo6a.bsp
|
||||
demo7.bsp
|
||||
demo8.bsp
|
||||
end1.bsp
|
||||
end2.bsp
|
||||
mayan0a.bsp
|
||||
mayan0b.bsp
|
||||
mayan1.bsp
|
||||
mayan3a.bsp
|
||||
mayan4.bsp
|
||||
mayan6.bsp
|
||||
mayan8.bsp
|
||||
rebar0a.bsp
|
||||
rebar0b.bsp
|
||||
rebar2a.bsp
|
||||
rebar2b.bsp
|
||||
rebar2c.bsp
|
||||
rebar2d.bsp
|
||||
rebar2e.bsp
|
||||
rebar2f.bsp
|
||||
rebar2g.bsp
|
||||
rebar2h.bsp
|
||||
rebar2i.bsp
|
||||
rebar2j.bsp
|
||||
rebar2k.bsp
|
||||
rebar2l.bsp
|
||||
rebar3b.bsp
|
||||
rebar3d.bsp
|
||||
rebar3e.bsp
|
||||
rust1.bsp
|
||||
rust2a.bsp
|
||||
rust2b.bsp
|
||||
rust3a.bsp
|
||||
rust4a.bsp
|
||||
rust4b.bsp
|
||||
rust4c.bsp
|
||||
rust5a.bsp
|
||||
rust6a.bsp
|
||||
rust6b.bsp
|
||||
rust6c.bsp
|
||||
rust6d.bsp
|
||||
rust7a.bsp
|
||||
rust7b.bsp
|
||||
rust7c.bsp
|
||||
rust7d.bsp
|
||||
rust7e.bsp
|
||||
rust8a.bsp
|
||||
rust9a.bsp
|
||||
west1.bsp
|
||||
west2.bsp
|
||||
west3a.bsp
|
||||
west3b.bsp
|
||||
west4a.bsp
|
||||
west4b.bsp
|
||||
west5b.bsp
|
||||
west6a.bsp
|
||||
west6b.bsp
|
||||
west6c.bsp
|
||||
west6d.bsp
|
||||
west6e.bsp
|
Loading…
Reference in a new issue