Skip to content

Update MountCustomize#235

Merged
WorkingRobot merged 1 commit into
xivdev:latestfrom
Haselnussbomber:fix-mountcustomize
Jul 9, 2026
Merged

Update MountCustomize#235
WorkingRobot merged 1 commit into
xivdev:latestfrom
Haselnussbomber:fix-mountcustomize

Conversation

@Haselnussbomber

Copy link
Copy Markdown
Contributor

The game uses the same function (E8 ?? ?? ?? ?? 33 FF 85 C0 78 7.51hf2) to calculate the index as for OrnamentCustomizeGroup.Customize.

It seems that they added some more columns to Scale, so the current schema was misaligned already. Using an array here, just as the game accesses these fields, is even more beneficial since Scale is ushort and CameraHeight is byte, so we would know if the arrays size got larger due to the validation. :)

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

✅ Validation succeeded

@WorkingRobot
WorkingRobot merged commit cb3aed8 into xivdev:latest Jul 9, 2026
2 checks passed
@Haselnussbomber
Haselnussbomber deleted the fix-mountcustomize branch July 16, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants