mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
More Evp stuff, update libs, fix archive extraction part 1.
This commit is contained in:
parent
37ad1f68b0
commit
ae842720ee
6 changed files with 38 additions and 21 deletions
|
|
@ -9,7 +9,8 @@ namespace Penumbra.Meta.Files;
|
|||
// NumModels x [ModelId:ushort]
|
||||
// Containing the relevant model IDs. Seems to be sorted.
|
||||
// NumModels x [DataArray]:512 Byte]
|
||||
// Containing Flags in each byte, 0x01 set for Body, 0x02 set for Helmet. Unsure where the index into this array comes from.
|
||||
// Containing Flags in each byte, 0x01 set for Body, 0x02 set for Helmet.
|
||||
// Each flag corresponds to a mount row from the Mounts table and determines whether the mount disables the effect.
|
||||
public unsafe class EvpFile : MetaBaseFile
|
||||
{
|
||||
public const int FlagArraySize = 512;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue