1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/assets/robocraft/asset_notes.md

10 lines
377 B
Markdown
Raw Normal View History

# 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.