jessewebb / csgo-buynds

CS:GO Buy Binds Generator
http://csgobuynds.com
Other
108 stars 15 forks source link

Purchase order #23

Open adrianvanderwal opened 6 years ago

adrianvanderwal commented 6 years ago

Enhancement - allow users to select the order in which items are purchased, allowing them to set what is more important for them.

For example, I don't always care if my secondary weapon or armour is purchased, but I always want to have my selected grenades.

bind "kp_home" "buy p90; buy p250; buy vesthelm; buy defuser; buy flashbang; buy hegrenade; buy smokegrenade;" becomes: bind "kp_home" "buy p90; buy flashbang; buy hegrenade; buy smokegrenade; buy p250; buy vesthelm; buy defuser;"

jessewebb commented 6 years ago

Thanks for the feature request! It won't make it into the next release (1.0) but I will consider this for the following release (1.1).

It will likely involve drag-and-drop form sections for each of primary/secondary/gear/grenades so that you can re-order the selections on the form before generating. I am also open to other suggestions on how this could be achieved.