Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Bump libthermite #133

Merged
merged 4 commits into from
Jan 13, 2023
Merged

refactor: Bump libthermite #133

merged 4 commits into from
Jan 13, 2023

Conversation

GeckoEidechse
Copy link
Member

This updates to version 0.4.0 of libthermite.

In the process, we now also no longer write the Thunderstore mod string to the Northstar mod's mod.json but rather copy the manifest.json from the Thunderstore mod into the Northstar mod and add a file called thunderstore_author.txt that contains the author name of the Thunderstore mod to uniquely map a Northstar mod to a Thunderstore mod.
This is done to increase compatibility with Viper and VTOL. See also the discussion here: 0neGal/viper#165

Reading mod.json for Thunderstore string is still supported for the time being. In the future it will be changed to a "converter" and then later will be fully deprecated.

And update broken code in FlightCore accordingly
And update broken code in FlightCore accordingly
Instead of reading `mod.json`, we now build Thunderstore mod string
using `manifest.json` and `thunderstore_author.txt`.

The old method for reading is still supported for now but will likely
be replaced by a converted function in the future.

See also discussion in 0neGal/viper#165
Copy link
Contributor

@Alystrasz Alystrasz left a comment

Choose a reason for hiding this comment

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

Confirmed working on Windows.

@Alystrasz Alystrasz merged commit eb6726f into main Jan 13, 2023
@Alystrasz Alystrasz deleted the chore/bump-libthermite branch January 13, 2023 00:01
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