Skip to content

codebyfire/mod-content-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/mod-content-creator.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). Currently supported are buildings, animals and resources. (Full docs in the wiki: https://github.com/codebyfire/mod-content-creator/wiki) 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages