Skip to content

v1.2.0 - Mod repository folders & visual polish - #112

Merged
jake-white merged 16 commits into
stablefrom
development
Aug 18, 2026
Merged

v1.2.0 - Mod repository folders & visual polish#112
jake-white merged 16 commits into
stablefrom
development

Conversation

@jake-white

@jake-white jake-white commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Breaking change for mods - past Collab versions will not be compatible with future mod repositories that use folder structure

  • Added support for loading mods within folders in a mod repository
  • Updated Mod Packager to v6.1.0
  • Added about page content & credits
  • Finalized controller shell mesh & material design
  • Changed button icon to match radial menu
  • Replaced hand tool mesh with outlet cover
  • Added 7-segment clock display to controller
  • Moved eraser tip to match model

Privnoval016 and others added 3 commits August 4, 2026 13:55
* Support to read mods from and upload into folders

Updated RepositoryMetaData to store string "path + guid" rather than guid.
Updated mod packager to index mods within folders and specify a folder to upload into when building mod.

* Hides unnecessarily serialized TargetFolder field on mod metadata

* updated s3client
@jake-white jake-white changed the title v1.2.0 v1.2.0 - Mod repository folders Aug 12, 2026
@jake-white
jake-white requested a review from arocull August 12, 2026 21:17
@jake-white jake-white changed the title v1.2.0 - Mod repository folders v1.2.0 - Mod repository folders & visual polish Aug 14, 2026
jake-white and others added 3 commits August 14, 2026 12:53
updating mod packager version to v6.1.0
Also resolved a null reference from the ToolUI script.

I think it is a deprecated script? Should consider removing.

@arocull arocull left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! May want to test in person just to double-check some things

public Dictionary<Guid, string> rootFolderLookUp;

[OnDeserialized]
private void ConstructLookUpTable(StreamingContext context)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicate code from the ModPackager. Can we just use that?

* bumping bundle version & mod packager

* formatting
@jake-white
jake-white merged commit f1a612c into stable Aug 18, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants