We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The feature that allows Circuit to have comments in its JSON configs seems to be fragile: ZeroK-RTS/Zero-K-Infrastructure#2596
Converting configs to a format that supports comments directly - e.g. hjson, - rather than in violation of its standard, should address that.
The text was updated successfully, but these errors were encountered:
Also Zero-K-Infrastructure#2596 issue is not relevant: someone forgot to put comma in array declaration, as json parser informed inside infolog.
Sorry, something went wrong.
Added comma for circuit AI. Fixes #699. Fixes ZeroK-RTS/Zero-K-Infras…
bd24674
…tructure#2596. See rlcevg/CircuitAI#103.
Added AngelScript. An option is to replace json config by AS script, supports comments.
Another reason to migrate from json is duplicate key entries - no error raised.
No branches or pull requests
The feature that allows Circuit to have comments in its JSON configs seems to be fragile: ZeroK-RTS/Zero-K-Infrastructure#2596
Converting configs to a format that supports comments directly - e.g. hjson, - rather than in violation of its standard, should address that.
The text was updated successfully, but these errors were encountered: