Timberborn

Timberborn

Not enough ratings
Timber Dump
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
Updated
89.486 KB
5 Jul @ 12:51am
5 Jul @ 11:15pm
3 Change Notes ( view )

Subscribe to download
Timber Dump

In 2 collections by Luke ✞ Jesus Saves ✞
U7 Compatible Mods (My mods only)
75 items
Non-gameplay mods
21 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) and GameObjects (Prefabs):
- Multiple specs are merged into one file as a JSON array.
- For each GameObject with a PrefabSpec: look at all components and print out those with [Serialize] attribute.

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