NemesisX00 1 Report post Posted June 21, 2016 While going through the process of setting up a new private Exile server for my friends and I, I was reminded of just how much busywork is involved in setting up things like weapon packs and vehicle packs in the Exile vendors lists. So I decided to try making something to ease that process a little. I'm calling it Exile Configurator because...it sounds cool. It's an open source (MIT License) application to hopefully make maintaining/trading/modifying item lists easier. At the moment, I'm considering it in a sort of early "alpha" status as there is a lot of standard desktop application functionality that isn't implemented yet. With regard to Exile configuration, right now it only generates and exports syntax for the vendor lists. But I was able to use it to speed up configuring my own server. It's only built for Windows for now. The intention is to look into making it cross-platform in the future. You can find the current release and links to the Bitbucket project/wiki/issues here: http://nemesisx00.bitbucket.org Any feedback would be greatly appreciated! 1 Share this post Link to post Share on other sites
Mezo 1264 Report post Posted June 23, 2016 Was going to try something like this, but I got stuck on the whole c# thing Nice work! Share this post Link to post Share on other sites
Bulleit 19 Report post Posted July 6, 2016 (edited) Is there a way to import my trader's items from config.cpp (or in my case, .hpp's)? Or is the idea that each item gets entered manually to create the JSON file? Edited July 6, 2016 by Bulleit Share this post Link to post Share on other sites
NemesisX00 1 Report post Posted July 6, 2016 3 hours ago, Bulleit said: Is there a way to import my trader's items from config.cpp (or in my case, .hpp's)? Or is the idea that each item gets entered manually to create the JSON file? Right now there isn't a way to import it directly from the config file. The best workaround I have currently would be to copy the relevant bits out of the config and reformat them into your own JSON file, which you could then open with the application. Still a fair amount of work but it may be easier to handle bulk operations like that. On a positive note, I do want to eventually enable the application to work more directly with the config file(s). I need to sit down and work on a real roadmap for this so I have something more concrete to point to for these types of questions (and something to keep me on track ). Share this post Link to post Share on other sites