Skip to content

normanr/timbertrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timbertrees

Instructions:

If Timberborn is installed in a default location then you may be able to just run:

$ python3 timbertrees.py

Otherwise, if it's in non-standard location then run:

$ python3 timbertrees.py \
    -d .../path/to/Timberborn/Timberborn_Data (or .../Timberborn.app/Contents/Resources/Data for Mac)

If you'd like to parse assets from mods as well, then include the additional mod locations in the command, eg:

$ python3 timbertrees.py \
    -d .../path/to/Timberborn/Timberborn_Data \
    -m .../path/to/mod1-abc \
    -m .../path/to/mod2_1.2.3-xyz

Troubleshooting:

On Windows you may need to set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled to 1 to allow Python to find and read files with very long path names (typically shows up as FileNotFoundError).

About

Quick reference guide for Timberborn resources and buildings. Includes costs for buildings and their recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published