Resource system: Difference between revisions
Jump to navigation
Jump to search
→Cases where the AoC file device is used
imported>Leoetlino |
imported>Leoetlino |
||
Line 51: | Line 51: | ||
If the AoC version is >= 0x200 (in most cases) or >= 0x300 (for DLC Pack 2 content), and if the canonical resource name (without the <code>Aoc/0010/</code> prefix) matches any of the below patterns: | If the AoC version is >= 0x200 (in most cases) or >= 0x300 (for DLC Pack 2 content), and if the canonical resource name (without the <code>Aoc/0010/</code> prefix) matches any of the below patterns: | ||
* <code>Terrain/A/AocField*</code> | * <code>Terrain/A/AocField*</code> | ||
* <code>Pack/ | * Any dungeon pack (<code>Pack/%s.pack</code>): shrines, divine beasts, Final Trial (for shrines, the dungeon number must be > 119) | ||
* <code>UI/StaffRollDLC/*</code> | * <code>UI/StaffRollDLC/*</code> | ||
* <code>Map/MainField/*</code> (if Pack/AocMainField.pack was loaded successfully) | * <code>Map/MainField/*</code> (if Pack/AocMainField.pack was loaded successfully) |