1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Implement loading of cube data from JSON file

This commit is contained in:
NGnius (Graham)
2025-03-09 16:28:03 -04:00
parent 303f72f010
commit 9b87b25131
20 changed files with 9541 additions and 64 deletions

View File

@@ -0,0 +1,9 @@
# Asset Retrieval
[UABE](https://github.com/SeriousCache/UABE) is pretty great for this.
## Cubes
Cube data is contained in `cubetypelist_steam` as a sub-asset (UABE dumps the actual asset as `unnamed asset-CAB_e94be3f69d8179602fb05811b2ba5579-4300557138948789011`).
I've written a Python script to process that asset (exported as JSON) into the JSON format I've designed.

8271
assets/robocraft/cubes.json Normal file

File diff suppressed because it is too large Load Diff