FFXIVClientStructs
FFXIVClientStructs copied to clipboard
Remaining CExporter issues
Current offset exceeded the next field's offset (0x228 > 0x1E0): Client::Graphics::Render::RenderTargetManager.OffscreenRenderTarget_1
Current offset exceeded the next field's offset (0x18E8 > 0x18C8): Client::UI::AddonWeeklyBingo.SecondChanceButton
Current offset exceeded the next field's offset (0x8 > 0x1): Client::Game::Character::Character::ForayInfo.Element
Current offset exceeded the next field's offset (0x4280 > 0x3E90): Client::UI::Agent::AgentMap.MiniMapMarkerArray
Current offset exceeded the next field's offset (0x8F8 > 0x8F1): Client::Graphics::Scene::Human.Sex
Current offset exceeded the next field's offset (0x1A0 > 0x198): Client::Game::UI::Buddy.Pet
Unhandled type: FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable
I think the ForayInfo is an issue in how the program calculates offsets. WeeklyBingo has buttons in the wrong struct i think? but the offsets need to be recalculated. I'm not sure whats going on with BuddyPet.
for Buddy.Pet it's probably that StatusManager is 0x190 bytes and it's set as field at offset 0x10 in BuddyMember so the struct becomes 0x1A0 in size