EDIT: I will no longer be updating this thread. Please see http://tolp.net16.net/forum/index.php?topic=166.0, or check out the github repo (see below) for further updates
I hope that I'm posting this in the right place... though I don't see where else I could post this because the rest of the forums have been archived...

After taking a look at Dav999's VVVVVV script dumping tool (see
http://distractionware.com/forum/index.php?topic=1269.msg12887) and trying my own hand at scripting in a level, I've decided to create a cross-platform toolkit that would allow anyone to use an external text editor to edit VVVVVV scripts, instead of using the (awful) internal script editor. As of right now,
I've only completed the tool that can extract the scripts from a .vvvvvv level file (EDIT: both exporter and importer are complete!).
The next thing I'm going to make is a tool that can re-encode the scripts and put it back into the level file. Done.I've written this tool in Python, which means that it will run on Windows, Mac OS X, and Linux. For Windows, I've used py2exe to create an .exe file so that you don't have to install a Python interpreter to run the program. Otherwise, the .py source file should run out-of-the-box on both Linux and OSX.
If you find any bugs please let me know.
DISCLAMER: Even though I've taken precautions against destroying data, I am not responsible if this program causes your level or other data to be destroyed. Please backup your data.
RequirementsWindows, Mac OS X, Linux
VVVVVV v2.0+ (to edit/test the level)
This is not needed for the use of the Windows binaryPython 2.7 (older versions may or may not work; Python 3 will definitely not work unless you put the .py files through 2to3)
Downloads:Windows (exe):
https://mega.co.nz/#!cYczFYIZ!enEKbg2b9iG-eVoH75RNLUP6dIAmHcTyxeLZzKZy2poAll others (Incl. Windows, Mac OS X, Linux):
https://mega.co.nz/#!cQVnCZpL!JMLAznJnBqXbtReTgec1y0HQc9hioVNUzip6VrXzU3AOtherwise, if you wish to get the latest code (this means the entire toolset, which has two complete tools: the script importer and the script extractor), you may download the latest version from my git repo:
https://github.com/kylemsguy/vvvvvv-scripting-toolkitAlso, there are no viruses in this program. All the source code is available on github. If you don't trust my coding, feel free to take a look at the code. Furthermore, the cross-platform (i.e. the non-windows-specific version) IS the source code file.
Anyhow, thanks for taking a look at my tool
