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

Added the mod verification logic #62

Merged
merged 4 commits into from
May 30, 2024
Merged

Added the mod verification logic #62

merged 4 commits into from
May 30, 2024

Conversation

nexus4880
Copy link
Contributor

@nexus4880 nexus4880 commented May 29, 2024

In this PR I changed the BepInPlugin ID for FikaPlugin from "com.fika.core" to "com.project-fika.core". Any mods that required the ID to mark their plugin as required/incompatible will need to be updated to reflect this.

This notation is known as a "package" or "namespace". Typically the makeup is tld.domain.packagename. This is used to link back to the source. Typically developers who do not own a domain would use me.nexus4880.packagename though we own the domain project-fika.com, therefore we should be using that.

This wouldn't normally be something I'd even bring up though at the time of writing this fika.com is a registered domain and in my opinion we shouldn't attribute this package to them as they are not affiliated with this project.

@seionmoya seionmoya added the enhancement New feature or request label May 29, 2024
Copy link
Contributor

@seionmoya seionmoya left a comment

Choose a reason for hiding this comment

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

Besides the breaking change, everything looks good to me! Maybe split it in a separate PR? Comfortable with merging the rest.

@@ -46,7 +46,7 @@ namespace Fika.Core
/// Originally by: Paulov <br/>
/// Re-written by: Lacyway
/// </summary>
[BepInPlugin("com.fika.core", "Fika.Core", "0.9.8906")]
[BepInPlugin("com.project-fika.core", "Fika.Core", "0.9.8906")]
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be in a separate PR as this is a breaking change for mods.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have reverted that commit from this PR.

@Lacyway Lacyway merged commit fb87eaf into project-fika:3.9-dev May 30, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants