ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.67k stars 619 forks source link

Increase number of slots in default.cfg #2921

Closed artkirienko closed 4 years ago

artkirienko commented 4 years ago

By default in the latest steam Half-Life client (build 8308), only 5 slots are defined, previous builds had same configs.

The problem is that you can't vote for map extending in AMXX. I created an Issue there too: https://github.com/alliedmodders/amxmodx/issues/866

image

Proposal

Before

default.cfg

// ...
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind 5 slot5
// ...

After

default.cfg

// ...
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
// ...
kisak-valve commented 4 years ago

Hello @artkirienko, this issue is already being tracked at #2903. Closing as a duplicate.