Lumina icon indicating copy to clipboard operation
Lumina copied to clipboard

A simple, performant and extensible framework for interacting with FFXIV game data

Results 21 Lumina issues
Sort by recently updated
recently updated
newest added

Samples: * ``ui/uld/macro.uld`` fails with ``System.IO.EndOfStreamException: 'Unable to read beyond the end of the stream.'``. * ``ui/uld/jobhudsam1.uld`` fails with ``System.OutOfMemoryException``.

bug
file parsing

The `Recipe` type in `Lumina.Excel.GeneratedSheets` (6.0.2 from nuget) has a property `UnkData5` which is an array of `RecipeUnkData5Obj` - these are `ItemIngredient`s and should be called such. The [SaintCoinach def...

There seem to be multiple different issues, but I only have details on one so far. A number of planner.lgb files have a chunk header that is seemingly different from...

bug
file parsing

https://github.com/ufx/SaintCoinach/blob/master/SaintCoinach/Definitions/Quest.json#L341-L355 more crazy definitions that are missing.

This adds support to read the following sections in a scd file: - Sound - Track (prototype parsing) - Audio - Layout - Attribute The "Routing" section isn't currently being...

I can't find Heal/Place action in both generated sheets [Action](https://www.fuget.org/packages/Lumina.Excel/6.2.1/lib/net6.0/Lumina.Excel.dll/Lumina.Excel.GeneratedSheets/Action) and [PetAction](https://www.fuget.org/packages/Lumina.Excel/6.2.1/lib/net6.0/Lumina.Excel.dll/Lumina.Excel.GeneratedSheets/PetAction). Could you point me to where they are, or resolve them in the sheets?

This changes the following: - Converts endianness of fixed buffers properly. - Gets the right size for managed primitive types (especially bool and char) - Gets the managed field offset...

Generated class for new Attract sheet I've recently added.

Tested with building a SeString using SeStringBuilder and then comparing it to the cells in the Addon sheet. `SeStringBuilderTest` practically is a collection of example usages.