NemesisX00

Exile Configurator

4 posts in this topic

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. :D 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!

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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 by Bulleit

Share this post


Link to post
Share on other sites
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 9_9).

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.