Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Conversation

@Zzyxz
Copy link
Contributor

@Zzyxz Zzyxz commented Nov 12, 2024

TESObjectWEAP

  • New Classes Added: Introduced several classes related to weapon data handling, including:

  • WeaponAmmoData, WeaponDamageData, WeaponFiringData, WeaponDataFlags, WeaponDataGeneral, WeapDataMelee, WeaponDataPower, WeapDataReload, WeapDataTurret, WeapDataVariableRange, WeapDataVisuals, WeapDataShipWeapon, WeaponDataAudio, WeaponDataCharge, and WeaponDataAim.

  • Class TESObjectWEAPInstanceData Updated: Modified to include pointers to these new weapon data classes.

  • Static Assertions Added: Included multiple static_assert statements to validate offsets within the new classes, ensuring proper memory alignment for each member variable.

BGSMod

  • New Class (BGSAddonNode): Added to the RE namespace.
  • Property Structure: Introduced a new Property structure inside Data, supporting different value types (bool, float, int). Used for OMOD Properties.

@Zzyxz Zzyxz changed the title Updated BGSMod and TESObjectWEAP headers feat: Updated BGSMod and TESObjectWEAP headers Nov 12, 2024
@qudix
Copy link
Contributor

qudix commented Nov 12, 2024

you should change all uses of stl::enumeration<T, E> to REX::EnumSet<T, E>, under the hood stl::enumeration is just an alias for EnumSet for compatibility reasons

Zzyxz and others added 5 commits November 12, 2024 18:19
Co-authored-by: qudix <17361645+qudix@users.noreply.github.com>
Co-authored-by: qudix <17361645+qudix@users.noreply.github.com>
@ThirdEyeSqueegee ThirdEyeSqueegee merged commit fe09e4d into Starfield-Reverse-Engineering:main Nov 15, 2024
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants