mirror of https://github.com/AxioDL/metaforce.git
DGRP Extract Fix
This commit is contained in:
parent
fccd52e155
commit
56320d2442
|
@ -65,7 +65,7 @@ static const std::vector<FourCC> DecalTypes =
|
|||
SBIG('NCDL'),SBIG('DDCL'),SBIG('CODL'),SBIG('MEDL'),
|
||||
SBIG('GRDL'),SBIG('ICDL'),SBIG('GODL'),SBIG('WODL'),
|
||||
SBIG('WTDL'),SBIG('3MUD'),SBIG('3LAV'),SBIG('3SAN'),
|
||||
SBIG('CHDL'),SBIG('ENDL')
|
||||
SBIG('CHDL')
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ struct DGRP : BigYAML
|
|||
{
|
||||
DECL_YAML
|
||||
DNAFourCC type;
|
||||
UniqueID32 id;
|
||||
IDType id;
|
||||
};
|
||||
|
||||
Vector<ObjectTag, DNA_COUNT(dependCount)> depends;
|
||||
|
|
|
@ -62,14 +62,14 @@ static const std::vector<FourCC> GeneratorTypes =
|
|||
SBIG('3SVA'),SBIG('3RPR'),SBIG('3MTR'),SBIG('3PDS'),
|
||||
SBIG('3FLB'),SBIG('3DRN'),SBIG('3MRE'),SBIG('CHSH'),
|
||||
SBIG('JZSH'),SBIG('5ISE'),SBIG('5BSE'),SBIG('5ATB'),
|
||||
SBIG('5ATA'),
|
||||
SBIG('5ATA')
|
||||
};
|
||||
static const std::vector<FourCC> DecalTypes =
|
||||
{
|
||||
SBIG('NCDL'),SBIG('DDCL'),SBIG('CODL'),SBIG('MEDL'),
|
||||
SBIG('GRDL'),SBIG('ICDL'),SBIG('GODL'),SBIG('WODL'),
|
||||
SBIG('WTDL'),SBIG('3MUD'),SBIG('3LAV'),SBIG('3SAN'),
|
||||
SBIG('CHDL'),SBIG('ENDL')
|
||||
SBIG('CHDL')
|
||||
};
|
||||
|
||||
using CPF = CParticleDataFactory;
|
||||
|
|
|
@ -16,7 +16,7 @@ class CDecalDescription;
|
|||
|
||||
enum class EWeaponCollisionResponseTypes
|
||||
{
|
||||
Unknown0, Unknown1, Metal, Grass,
|
||||
Default, Unknown1, Metal, Grass,
|
||||
Ice, Goo, Wood, Water,
|
||||
Mud, Lava, Sand,Unknown11,
|
||||
Unknown12,Unknown13,Unknown14,Unknown15,
|
||||
|
|
Loading…
Reference in New Issue