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

ModIntegrity 2.0.0 marks all .LUA as an unexpected end of file when compiled/not included in the mod #11

Open
AlyMar1994 opened this issue Feb 7, 2021 · 0 comments
Labels
bug Something isn't working prio0 v2.x.x
Milestone

Comments

@AlyMar1994
Copy link

Data\Scripts\AI\GENERATEMAGICGROUNDDEFENSE.LUA: unexpected end of file in GENERATEMAGICGROUNDDEFENSE.LUA
Data\Scripts\AI\GENERATEMAGICGROUNDDEFENSEEASY.LUA: unexpected end of file in GENERATEMAGICGROUNDDEFENSEEASY.LUA
Data\Scripts\AI\GENERATEMAGICGROUNDDEFENSEHARD.LUA: unexpected end of file in GENERATEMAGICGROUNDDEFENSEHARD.LUA
Data\Scripts\AI\GENERATEMAGICGROUNDSTRUCTURE.LUA: unexpected end of file in GENERATEMAGICGROUNDSTRUCTURE.LUA
Data\Scripts\AI\GENERATEMAGICSPACEDEFENSE.LUA: unexpected end of file in GENERATEMAGICSPACEDEFENSE.LUA
Data\Scripts\AI\GENERATEMAGICSPACEDEFENSEEASY.LUA: unexpected end of file in GENERATEMAGICSPACEDEFENSEEASY.LUA
Data\Scripts\AI\GENERATEMAGICSPACEDEFENSEHARD.LUA: unexpected end of file in GENERATEMAGICSPACEDEFENSEHARD.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_EXPANSIONGENERIC_BUILDBUNKER.LUA: unexpected end of file in AI_PLAN_EXPANSIONGENERIC_BUILDBUNKER.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_EXPANSIONGENERIC_BUILDMDUITEM.LUA: unexpected end of file in AI_PLAN_EXPANSIONGENERIC_BUILDMDUITEM.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_EXPANSIONGENERIC_DEPLOYTROOPTRANSPORTS.LUA: unexpected end of file in AI_PLAN_EXPANSIONGENERIC_DEPLOYTROOPTRANSPORTS.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_EXPANSIONGENERIC_GARRISONTARGET.LUA: unexpected end of file in AI_PLAN_EXPANSIONGENERIC_GARRISONTARGET.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_EXPANSIONGENERIC_ORBITALBOMBARDMENT.LUA: unexpected end of file in AI_PLAN_EXPANSIONGENERIC_ORBITALBOMBARDMENT.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_UNDERWORLD_MINESTRUCTURE.LUA: unexpected end of file in AI_PLAN_UNDERWORLD_MINESTRUCTURE.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_UNDERWORLD_REMOTEBOMBFRIENDLYUNIT.LUA: unexpected end of file in AI_PLAN_UNDERWORLD_REMOTEBOMBFRIENDLYUNIT.LUA
Data\Scripts\AI\LANDMODE\AI_PLAN_UNDERWORLD_TYBERMANAGERLAND.LUA: unexpected end of file in AI_PLAN_UNDERWORLD_TYBERMANAGERLAND.LUA

This is just an example of the error. When I integrity checked my mod, these all came up (despite the mod having none of these files). This includes duplicate errors (I imagine if used on multiple units?):

Data\Scripts\GameObject\Palpatine.lua: unexpected end of file in Palpatine.lua
Data\Scripts\GameObject\BobaFettPlan.lua: unexpected end of file in BobaFettPlan.lua
Data\Scripts\GameObject\ObjectScript_PowerToShields.lua: unexpected end of file in ObjectScript_PowerToShields.lua
Data\Scripts\GameObject\ObjectScript_PowerToShields.lua: unexpected end of file in ObjectScript_PowerToShields.lua
Data\Scripts\GameObject\Interdictor.lua: unexpected end of file in Interdictor.lua
Data\Scripts\GameObject\ObjectScript_MissileShield.lua: unexpected end of file in ObjectScript_MissileShield.lua

Just to note, the scripts I did include in my mod aren't listed as unexpectedly ending.

@gruenwaldlk gruenwaldlk added bug Something isn't working v1.x.x v2.x.x and removed v1.x.x labels Feb 7, 2021
@gruenwaldlk gruenwaldlk added this to the Steam Release milestone Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio0 v2.x.x
Projects
None yet
Development

No branches or pull requests

2 participants