leiizko / cod4_new_experience

GNU Affero General Public License v3.0
33 stars 29 forks source link

weapon shop buttons #9

Closed D4edalus closed 7 years ago

D4edalus commented 7 years ago

maybe using moveforward/backward buttons would be more intuitive to use than the melee button.

https://github.com/callofduty4x/CoD4x_Server/blob/5222e3e8746348ada01ed0fc84545c61a5b41121/src/scr_vm_main.c#L559-L574

leiizko commented 7 years ago

I have thought of it and I will probably let it be dvar controlled (or even player controlled).

Both methods have ups and downs, currently you can move around while selecting but you can pick dropped weapons which is annoying and also knifing all over the place..

With move buttons I would have to set the player's speed to 0 (if I disable controls, you wouldn't be able to close the shop without buying something) and that may feel really clunky.

It comes down to personal taste I guess.

D4edalus commented 7 years ago

yeah i wasnt sure either. but while playing, especially at the beginning, i found it a hassle to each time search for the buttons. also if players changed melee and use to different keys they might not be next to eachother, but that's virtually always the case for moveforward/backward. but yeah, its both far from perfect :D