Bad Company 2 Mod Tools v2.0

Requires:
.Net Framework 3.5+
Python 2.x

How to use:
1. Extract and open up BC2Mod.exe
2. Click Settings and set the path to your python.exe
3. Hit Ok/Apply.
4. Click Extract and find your FbRB archive.
5. Wait.
6. Edit your dbx file.
7. Hit the Save button (or Ctrl+S).
8. Click Archive.
9. Wait.
10. That's all.

What the buttons do:
Extract: Extract FbRB archive and lists all the files in it.
Archive: Recompress the folder back into a FbRB archive.
Refresh List: Refreshes the archive file list in case you edited it outside manually.
Show Selected Files in Windows: Opens up selected file in Explorer.
Delete XML: Select an XML file you are no longer using and click this button to get rid of it.
Save DBX: Save the DBX file you are editing.
Revert DBX: Discard all changes to the DBX file you have not yet saved.

Changelog:
v2.0
+ Rewritten in C#
+ Uses Frankelstner's script for fbrb archives now
+ Editor is now based on Scintilla, allows coloring, find/replace...etc advanced functionality
+ File list added
+ Basic file functionality added
+ Basic settings added

v1
+ Written in Java

TODO:
+ Work in the coordinate system to allow visual editing
+ Integrate with leaked server files
+ Batch editing support

Authors:
Scripts by Frankelstner (Python)
GUI by rukqoa (C#, XML Editor is ScintillaNET)