Timberborn

Timberborn

Not enough ratings
Timber Dump
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
Updated
90.510 KB
5 Jul @ 12:51am
30 Jul @ 10:36pm
4 Change Notes ( view )

Subscribe to download
Timber Dump

In 2 collections by Luke ✞ Jesus Saves ✞
Luke's U7 Compatible Mods
94 items
Non-gameplay mods
26 items
Description
Probably only useful for modders or wiki writers. It create a button on the Main Menu (on top of Continue). It will dump all live data of the game into JSON files in Documents\Timberborn\TimberDump. This is different from AssetRipper because it's live data meaning if you are running the game with mods, the data is "merged"!

Currently it dumps:
- All Specs (Blueprints): Multiple specs are merged into one file as a JSON array.
- GameObjects (Prefabs): For each GameObject with a PrefabSpec: look at all components and print out those with [Serialize] attribute.
- UXML and USS of the UI.
- Localization: localizations.csv file is created from the live ILoc data, which means it only includes the current game's language but it includes all mods' localization data as well.

This is intended for referencing and my later mods. Also nice to look at the component values without opening Unity or the game.

===
Mod source code and donation: https://github.com/datvm/TimberbornMods

v7.1.2: Now also dump a localizations.csv file.
v7.1.1: Specs dump now includes the original image paths. It now requires Harmony.
v7.1.0:
- Now also dump UI (UXML + USS).
- Added a button "Dump Images" to dump all textures as well. Will take quite a long time and the dump is about 800MB.
- Dumping folder is no longer deleted. The warning is changed to "data may be overwritten" and stale data that should not be there anymore would still exist unless you manually delete the folder.