31
Modding / Re: SSWE - StarSector Weapon Editor 0.0.2
« on: June 11, 2014, 01:55:36 AM »I'm really interested in this tool, especially if it has a visual workflow, but it definitely needs to handle both cases; I use comment lines liberally and most of the JSON is using Vanilla conventions for brackets and quotes
This version is quite limited, it will read jsons, create and "save" them (they look quite nice after you save them), once the reader loses these "limitations" (tho, pure JSONs don't support # comments and dont accept enums).
It will however make any jsons into "pure"/"vanilla" json files, readable by any lib currently on the web.
As for a visual workflow, it will happen, just need to figure out how do i make it as easy and appealing possible.
[EDIT]Tried it, and it's not compiled for 32-bit. That's kind of a show-stopper for those of us on XP and may cause issues for Linux users on WINE[/EDIT]
Strange, i did build it to support both CPU architecture, are you sure all/latest the Microsoft Framework are installed on the XP;
As for Linux, its completely outside my know-how, ill google search for "how-to make c# window forms compatible with Linux" but i cant promise results.