This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
v0.21 (Pre-release 22)
Pre-release
Pre-release
- WIP Gun Definition Table (GDT) sanitizer; throws error when a mandatory field hasn't been defined, and assigns default values to non-existent optional fields (e.g. sounds).
- Hardcoded headshot damage buff of 50% has been removed, for the following reasons:
- The head can vary depending on the model used, and hardcoding the head region with respect to the default MTG player model can get in the way of other mods and is generally a bad idea.
- Mods might want to do something thing else in addition to/instead of adding a damage buff, and a hardcoded damage buff will complicate things.
- With the following points in mind, it seems quite sensible to allow mods to detect headshots and take appropriate action all by themselves in a yet-to-be-implemented
on_hit
callback.
- Hardcoded scoping damage buff has been removed as it was temporary right from the beginning, serving as a placeholder until scoping in actually reduces inaccuracy while shooting, which has now been implemented.
Changelog: v0.20-pre...v0.21-pre