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
Plugin not submitting
Moderators: Scenario Moderators, Plugin Moderators
- Lobby
- Developer
- Posts: 3719
- Joined: 26 Oct 2008, 12:34
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Plugin not submitting
There's a superfluous comma in line 5888:
https://jsonlint.com/
It works in the game because different JSON parsers handle invalid JSON differently.
A useful tool to debug issues like this one: It works in the game because different JSON parsers handle invalid JSON differently.
Re: Plugin not submitting
it finally works now thanks!