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

[BUG] Invalid meta.lsx #2

Open
CamilleHbp opened this issue Aug 31, 2023 · 0 comments
Open

[BUG] Invalid meta.lsx #2

CamilleHbp opened this issue Aug 31, 2023 · 0 comments

Comments

@CamilleHbp
Copy link

Hello! I think your tool does not generate a valid meta.lsx file. I think it is because the type for the UUID should be FixedString, not guid. The generated meta.lsx was causing my modsettings.lsx to be deleted on game start. :)

<attribute id="UUID" type="guid" value="320asd593-90c3-45f4-8420-3697b1dde0fa"/>

should be

<attribute id="UUID" type="FixedString" value="32005593-90c3-45f4-8420-3697b1dde0fa"/>
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