mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-26 18:00:38 +00:00
feat: templated vehicle loading and dumping for IW4 and IW5 (#929)
* feat: templated vehicle loading and dumping for IW4 and IW5 * chore: restructure vehicle tests into separate files --------- Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
@@ -75,7 +75,7 @@ using `Linker`):
|
||||
| LeaderboardDef | ✅ | ✅ | |
|
||||
| StructuredDataDefSet | ✅ | ✅ | The format is custom due to lacking information about original format. |
|
||||
| TracerDef | ✅ | ✅ | |
|
||||
| VehicleDef | ✅ | ❌ | |
|
||||
| VehicleDef | ✅ | ✅ | |
|
||||
| AddonMapEnts | ⁉️ | ❌ | MapEnts String can be exported. Binary data currently not. |
|
||||
|
||||
## IW5 (Call of Duty: Modern Warfare 3)
|
||||
@@ -120,7 +120,7 @@ using `Linker`):
|
||||
| LeaderboardDef | ✅ | ✅ | |
|
||||
| StructuredDataDefSet | ❌ | ❌ | |
|
||||
| TracerDef | ✅ | ✅ | |
|
||||
| VehicleDef | ❌ | ❌ | |
|
||||
| VehicleDef | ✅ | ✅ | |
|
||||
| AddonMapEnts | ⁉️ | ❌ | MapEnts String can be exported. Binary data currently not. |
|
||||
|
||||
## T4 (Call of Duty: World at War)
|
||||
|
||||
Reference in New Issue
Block a user