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

ZChecker v0.87 is broken in the latest version of GZDoom #4

Closed
GeminiCrafterMan opened this issue Jun 10, 2024 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@GeminiCrafterMan
Copy link

Script error, "ZChecker_v0.87.pk3:zscript/core/zcmapscripts.zsc" line 55:
Expression must be a modifiable value
Script error, "ZChecker_v0.87.pk3:zscript/core/zcmapscripts.zsc" line 56:
Expression must be a modifiable value
Script error, "ZChecker_v0.87.pk3:zscript/core/zcmapscripts.zsc" line 57:
Expression must be a modifiable value
Script error, "ZChecker_v0.87.pk3:zscript/core/zcmapscripts.zsc" line 58:
Expression must be a modifiable value
Script error, "ZChecker_v0.87.pk3:zscript/core/zcmapscripts.zsc" line 59:
Expression must be a modifiable value

I'm not sure what this is about, but since ZChecker was written in DECORATE rather than ZScript, merely rolling back the ZScript version wouldn't fix this.

@MorthimerMcMare
Copy link
Contributor

@GeminiCrafterMan, thank you for the feedback! Commit a54e42b should fix the bug. I think it's better to upload the bugfix to the main page.

image

I'm not sure what this is about, <...>

In GZDoom 4.12.x, the FColormap fields became readonly; ZChecker uses them as a convenient storage cell...

<...> since ZChecker was written in DECORATE rather than ZScript, <...>

Not at all: DECORATE isn't used in the ZChecker :) . It is just developed to be useful for the modders on DECORATE, ZScript and, as far as possible, ACS.

@MorthimerMcMare MorthimerMcMare added the bug Something isn't working label Jun 15, 2024
@GeminiCrafterMan
Copy link
Author

...How in the world did I not see that.
Anyway, glad it's fixed now -- finally I can autoload it again :)

@MorthimerMcMare
Copy link
Contributor

New release: "v0.87_bugfix_gzdoom_4.12_compatibility".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants