Skip to content

Tool to help build asset bundles for use in mods for The Colonists

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

codebyfire/colonists-mod-asset-bundle-builder

Repository files navigation

Mod Content Creator

A Unity Package to help you build asset bundles for mods for The Colonists (https://store.steampowered.com/app/677340/The_Colonists/)

Requirements

Usage

  1. Create a new project in Unity
  2. Open the Package Manager (Window -> Package Manager)
  3. Add a package from git URL with https://github.com/codebyfire/colonists-mod-asset-bundle-builder.git (Plus icon in the top left)
  4. Create a prefab for your in-game asset, naming it following the mod naming conventions (e.g. building_200). (Full docs on The Colonists wiki: http://codebyfire.com/colonists/wiki/index.php/Mods) How to create a prefab in Unity: https://docs.unity3d.com/Manual/CreatingPrefabs.html
  5. Assign the prefab to an asset bundle name (bottom of Inspector panel when prefab is selected - any name is fine, the game will read in all assetbundles)
  6. Open the Asset Bundle Builder panel (Tools -> Asset Bundle Builder)
  7. Enter the full path of your mod in the output directory
  8. Click Build to build all asset bundles in the project and copy them to the specify mod folder
  9. Run your mod!

About

Tool to help build asset bundles for use in mods for The Colonists

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages