Loobinex / keeperfx-unofficial

KeeperFX - Unofficial release
60 stars 7 forks source link

Make shots' firing and shot sounds configurable #132

Closed AdamPlenty closed 4 years ago

AdamPlenty commented 4 years ago

Each shot's firing sound and shot sound can be configured in magic.cfg.

Loobinex commented 4 years ago

Great, thanks.

Could you make new variables where the values are stored? Currently you overwrite the old->shots, but I'm in the process of phasing out the old->shots and get to the new structure.

AdamPlenty commented 4 years ago

You want me to replace old->shots with variables?

Loobinex commented 4 years ago

Yes please, add new variables to 'struct ShotConfigStats', and replace all instances of old->shot_sound with the new variable you just made.