Skip to content

Fix typo in mod loading console log message - #63

Closed
Ybalrid wants to merge 35 commits into
StarMapLoader:feature/external/pr-63-yba-typofrom
Ybalrid:yba/typo
Closed

Fix typo in mod loading console log message#63
Ybalrid wants to merge 35 commits into
StarMapLoader:feature/external/pr-63-yba-typofrom
Ybalrid:yba/typo

Conversation

@Ybalrid

@Ybalrid Ybalrid commented Feb 21, 2026

Copy link
Copy Markdown

"Not loading" instead of "Nod loading"

Mods can implement the IStarMapOnUi to access OnBeforeUi and OnAfterUi which are called before and after the OnDrawUi of Program in KSA, this can be used to add or overwrite ui elements using ImGui
Only publish API when there is a change
Switch interface to use attributes instead of interfaces
Resolve issue in attribute resolution
Fixed issue with StarMap.API forcing dummy KSA dll
StarMapBeforeMainAttribute attribute + Fix issue with ALCs unloading after initialization
Change actions to publish StarMap.API to nuget instead of github
Make the AssemblyLoadContexts not collectable (StarMapLoader#42)
Do not try to unload the assembly load contexts (StarMapLoader#44)
Add StarMap hook for after onFrame
@github-actions
github-actions Bot changed the base branch from main to feature/external/pr-63-yba-typo February 21, 2026 14:48
@Ybalrid

Ybalrid commented Feb 22, 2026

Copy link
Copy Markdown
Author

I do not know why there is all those merge commits in this PR. I may not have patched the right branch. I see no guidance on how to contribute 🤔

@KlaasWhite

Copy link
Copy Markdown
Member

The commit probably was based on main instead of dev

KlaasWhite and others added 2 commits February 23, 2026 20:37
* Only run internal PR actions on internal PR's

* Fix release flow
@Ybalrid

Ybalrid commented Feb 23, 2026

Copy link
Copy Markdown
Author

The commit probably was based on main instead of dev

I have updated my branch so this is just one commit applied on top of upstream dev branch

KlaasWhite and others added 9 commits February 23, 2026 20:47
* Support local mods folder from KSA v2026.2.34.3656

RuntimeMod.TryCreateMod() now checks both Content/ and the local mods
folder (Documents/My Games/Kitten Space Agency/mods/) when resolving
mod directories, matching the game's own fallback behavior.

Also removes unused path variables in ModLoader.PrepareMods() and
updates the README mod location section.

* Update dummy

---------

Co-authored-by: Maximilian Neßlauer <maximiliannesslauer@gmail.com>
Feature/external/pr 65 fix local mods folder dev (StarMapLoader#69)
Fix OnDrawUi harmony patch for KSA 2026.4.6.4036 (StarMapLoader#71)
* Fix package release

* Add config option for game CLI arguments

---------

Co-authored-by: arthomnix <35371030+arthomnix@users.noreply.github.com>
Add config option for game CLI arguments
@Ybalrid

Ybalrid commented Apr 27, 2026

Copy link
Copy Markdown
Author

@KlaasWhite I think you could merge this? It really just fix one line. There are no more issues with the commit history.

@KlaasWhite

Copy link
Copy Markdown
Member

@KlaasWhite KlaasWhite closed this Jul 16, 2026
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.

2 participants