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

Support for building vanilla mods with vanilla SDK #87

Open
Iridar opened this issue Jan 12, 2022 · 0 comments
Open

Support for building vanilla mods with vanilla SDK #87

Iridar opened this issue Jan 12, 2022 · 0 comments

Comments

@Iridar
Copy link

Iridar commented Jan 12, 2022

build_common.ps1 has the following line:

Set-Content "$($this.xcomModPath)" "[mod]`npublishedFileId=$publishedId`nTitle=$title`nDescription=$description`nRequiresXPACK=true"

Which apparently makes mods compiled with vanilla SDK using X2MBC count as WOTC mods as far as various mod launchers are concerned. For now it's probably possible to set RequiresXPACK=false in the compiled mod, but would be nice for X2MBC to take care of it automatically.

fearlessiron added a commit to fearlessiron/X2ModBuildCommon that referenced this issue Jun 29, 2023
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

No branches or pull requests

1 participant