PDA

View Full Version : [APP] JMS Read/Write DLL



formlesstree4
March 9th, 2010, 08:59 PM
Well, this little guy is in Tool #, so I thought I'd release it for anyone who's interested. Basically, you add it to a .NET program, and compile it along side (or you can compile the DLL separately and link it to the program).

It's not really commented, and I still wanna redo the writer, but I thought I'd post it for you all if you want to use it.

Fortunately, the JMS format is not very difficult, being plaintext and all made this much easier. Not to mention there are ways to see when the Material List has started/ended. The format is very consistent, with minor differences between models and maps. The dll can read both and write both as well.

The zip file [removed] contains both the source file and the compiled DLL (for those who don't feel like messing with the source).

Enjoy, and if used in a program, credit would be highly appreciated.

EDIT: Realized that it was slightly broken and could corrupt JMS files. I'll release a new version at a later date that isn't broken.