YaLTeR / BunnymodXT

Speedrun and TAS tool for Half-Life & friends.
Other
201 stars 37 forks source link

bxt_print_impulses #211

Closed SmileyAG closed 3 years ago

SmileyAG commented 3 years ago

Print all available values for impulse cmd.

Useless feature in most, but maybe there is some funny new impulse values in other modifications, as like impulse 2 can spawn fake tank in Gunman Chronicles.

YaLTeR commented 3 years ago

As far as I can see, they are just checked programmatically in the server: https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/dlls/player.cpp#L3439. You can't automatically find all available values if they are handled like that.