mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-21 15:30:33 +00:00
feat: templated tracer loading and dumping for IW4 and IW5 (#921)
Relates to https://github.com/Laupetin/OpenAssetTools/issues/626
This commit is contained in:
@@ -74,7 +74,7 @@ using `Linker`):
|
||||
| StringTable | ✅ | ✅ | |
|
||||
| LeaderboardDef | ✅ | ✅ | |
|
||||
| StructuredDataDefSet | ✅ | ✅ | The format is custom due to lacking information about original format. |
|
||||
| TracerDef | ✅ | ❌ | |
|
||||
| TracerDef | ✅ | ✅ | |
|
||||
| VehicleDef | ✅ | ❌ | |
|
||||
| AddonMapEnts | ⁉️ | ❌ | MapEnts String can be exported. Binary data currently not. |
|
||||
|
||||
@@ -119,7 +119,7 @@ using `Linker`):
|
||||
| StringTable | ✅ | ✅ | |
|
||||
| LeaderboardDef | ✅ | ✅ | |
|
||||
| StructuredDataDefSet | ❌ | ❌ | |
|
||||
| TracerDef | ❌ | ❌ | |
|
||||
| TracerDef | ✅ | ✅ | |
|
||||
| VehicleDef | ❌ | ❌ | |
|
||||
| AddonMapEnts | ⁉️ | ❌ | MapEnts String can be exported. Binary data currently not. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user