Page 1 of 1

Plugin not submitting

Posted: 06 Jul 2024, 11:46
by kavgrkxz
Does anyone know what is wrong with my plugin? It just says:
Error while reading your plugin: 4: Syntax error in "/sample_dsc.json"
when the game loaded and functioned normally and the json is just "sample_dsc.json", no slash
runways.zip
(256.75 KiB) Downloaded 240 times

Re: Plugin not submitting

Posted: 06 Jul 2024, 12:45
by Lobby
There's a superfluous comma in line 5888:
image.png
A useful tool to debug issues like this one: https://jsonlint.com/
It works in the game because different JSON parsers handle invalid JSON differently.

Re: Plugin not submitting

Posted: 08 Jul 2024, 09:13
by kavgrkxz
it finally works now thanks!