Page 1 of 1

Entity Info Joiner

Posted: Sat Jun 16, 2007 5:20 pm
by OwnZ joO
Well I needed to join a bunch of entity info files together to save time, and didn't want to copy and paste all of them. I needed to mess around with a new button in visual studio and I didn't know of any utilities that do this so I wrote a program for myself and others to use.

This allows you to select multiple files with the first dialog box and save them as one file, so you need to move all the ones you need to merge into one folder(I could have used a listbox and another button or something to make it so you could add from more than one folder, but didn't feel like it). Then it opens a save file dialog box to save the new merged info file as. It won't write a file more than once in the new info if more than one of the info's that are being merged have that file.

I included the source with this, It's really nothing special. I commented it, in kind of a wierd way. I didn't write any comments while coding it, then I decided I would release it so I went back through and commented it for extreme beginners.

So here it is, hope it helps somebody with their modding or programming, or both. You do need .Net framework 2.0.

Posted: Sat Jun 16, 2007 5:30 pm
by blackdiamond
so what does this do in one newby short sentence

Posted: Sat Jun 16, 2007 6:00 pm
by SPARTAN-OMEGA
lol

Posted: Sat Jun 16, 2007 6:30 pm
by patchesreusch
it makes it so when you save 2 or more things in entity you can combine them and build them at once

Posted: Sat Jun 16, 2007 9:48 pm
by OwnZ joO
Yeah, it can save time on building things into your map, you don't have to click build, wait for the MessageBox, then click build and wait again, this will combine all your infos that you need into one, and you only have to click build once then.