Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.35 KB

File metadata and controls

56 lines (38 loc) · 1.35 KB

Examples

Collection of examples for using tbcml.

Note that not all examples show the loader initialization or mod applying as it is basically the same for all examples. The following code is used to initialize the loader and apply the mod:

import tbcml

loader = tbcml.ModLoader("en", "13.1.1") # Change to your language and version
loader.intialize_apk()

...
# Apply mod
loader.apply(mod)

Examples

Apk

Cats

Scripting

BCU

Map

Misc