Entity Info Joiner

Utilities designed primarily for the xbox version of Halo 2.
Post Reply
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Entity Info Joiner

Post 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.
Attachments
InfoJoiner.rar
The Info Joiner Program
(104.91 KiB) Downloaded 34 times
InfoJoiner_src.rar
The Info Joiner Source (C#.net)
(1.18 MiB) Downloaded 23 times
User avatar
blackdiamond





Posts: 764
Joined: Fri Feb 16, 2007 7:18 pm
Location: Virginia

Post by blackdiamond »

so what does this do in one newby short sentence
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.

http://www.mindistortion.net/iwantyours ... am=dapoopy
User avatar
SPARTAN-OMEGA





Posts: 497
Joined: Sun Dec 24, 2006 10:09 am
Location: stuck on delta halo...
Contact:

Post by SPARTAN-OMEGA »

lol
Image
Join Halo 2.5 at http://halo25pro.yourfreebb.com/index.php
dont delete its not over the 5 line max in rules
User avatar
patchesreusch





Posts: 541
Joined: Wed Nov 29, 2006 3:49 pm
Location: jail because i got caught I-doseing
Contact:

Post by patchesreusch »

it makes it so when you save 2 or more things in entity you can combine them and build them at once
How to get a girl: put a potato in the front of your pants.
How not to get a girl: put a potato in the back of your pants.
Image
http://youtube.com/watch?v=JPONTneuaF4
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post 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.
Post Reply