PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
38 stars 8 forks source link

AUTOSWITCH: Extends weapon auto switch with more options #210

Closed kai-li-wop closed 10 months ago

kai-li-wop commented 10 months ago

cg_autoswitch now works as follows: 0 = Never: as before, simply switched off. 1 = Always: switches the weapon every time one is picked up 2 = New: switches to a picked up weapon if it is new and was not in the inventory before 3 = Better: changes to a picked up weapon if it is better than the currently selected weapon 4 = New+Better: switches to a picked up weapon if it is new and was not in the inventory before and if it is better than the currently selected weapon.

The new default value for cg_autoswitch is 4 (New+Better). This is a better value for beginners. Experienced players will want to set cg_autochange to 0 anyway.

The weapon order is determined by the cvar cg_weaponOrder. The current default is "/1/2/4/6/3/7/8/9/5/" and can be customized.

The Autoswitch Weapon menu entry has been removed from the Controls menu and is now located in the Options menu on the Game page.

Thanks to Open Arena for giving the idea and the code to build up on. https://github.com/OpenArena/gamecode/commit/32fa9c763bcbd2b3e84e4beb19b0a1f790e7e318

3aTmE commented 10 months ago

Hey Kai! As requested i tested the new autoswitch feature.

What was tested ?

tl:dr Everything works as expected! Well done! :grin: