Jump to content
DerelictStudios Forums
Sign in to follow this  
jonwil

I Am Thinking Of Making An Xml Editor For C&c3

Recommended Posts

I am soliciting ideas for an XML editor for C&C3 that I am thinking of making (or would start making once I get my hands on the XML files for the game).

 

Possible ideas so far:

Ability to open multiple XML files at once

Ability to see and open all XML files that are included by this XML file

Ability to select an identifier (such as a weapon name) and jump to that item in whichever XML file contains that identifier

Ability to validate the XML files using schemas

Ability to export data (such as hit points, armor, speed, cost etc) to a CSV file (comma delimited file, Excel and other spreadsheet programs can read them in and spit them back out) to make it easier to see all the numbers used for balance in the one place (being able to re-import the data would be much harder which is why if I added it, it would come later on)

 

I may well base this off some existing XML editor or IDE that can do the base functionality that we want and then add the C&C3 specific stuff to it.

If I write this, it will be released under GNU GPL. (unless I base it on some IDE that is released under another license)

 

Does anyone have any other feature requests for me to look into?

Any ideas of existing projects that could be used as a base?

Share this post


Link to post
Share on other sites

-color coding of tags

-search option to look through all xml files.

This would help to build up a tag or module inventory...

Share this post


Link to post
Share on other sites

Yeah, a "find in all files" option would be nice :)

And I think I can do it.

 

Color coding on the other hand might be difficult.

As for finding all known modules and tags and stuff, once I get hold of the SDK, I intend to pull it to bits in my disassembler and build up a list of all valid tags, modules etc.

Share this post


Link to post
Share on other sites

I am seriously considering the existing http://scintilla.sourceforge.net/SciTE.html SciTE editor program with some specific features and customizations for C&C3 work (such as the "select an xml tag and search for an identifier" feature)

It already has features like "find in all files" and XML syntax highlighting and other nice features.

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×