Page 1 of 3

[app] MultiSign

Posted: Fri Oct 06, 2006 12:47 am
by bitfox
This is my first app, so please don't flame. I realize there are a billion other resigners out there, I just needed something to learn. This adds multiple maps to a listbox and signs them.

Posted: Fri Oct 06, 2006 12:56 am
by smacktalker
yay map resigner.
nice concept tho, but keep your new stuff to yourself in stead of posting the 1000th resigner on this forum.

Posted: Fri Oct 06, 2006 12:59 am
by Geo
I like it, it has a very simple yet professional UI, and it does the job perfectly. Well done.

Posted: Fri Oct 06, 2006 1:09 am
by kibito87
Haven't seen many signer's that fix multiple map's signatures. That's a good idea. 8)

Posted: Fri Oct 06, 2006 1:11 am
by PyroBlizzard
I would love this if u can save the location of your maps in the signer, so when i click sign all maps it will look in the location list instead of me searching.

Posted: Fri Oct 06, 2006 3:46 am
by SpecOp44
Although there are many resigners already, yours stands out by allowing many maps signed at once. Good job on that.

Posted: Fri Oct 06, 2006 4:01 am
by StalkingGrunt911
Good job learning to program. I like it but I don't use resigners anymore now that Yelo has Bypass Checksum. :)

Posted: Fri Oct 06, 2006 4:02 am
by latinomodder
wow this is a great resigner! Its perfect when ftping and you need to alot of maps very fast. Also an ftp uploader would be nice 8)

Posted: Fri Oct 06, 2006 4:57 am
by Shadow LAG
does it do anything other than just fix all maps encryption signiture? Does it sign DLC? it would be a handy app to have if it did both. BTW nice looking app.

Posted: Fri Oct 06, 2006 6:04 am
by -DeToX-
Well it looks nice. Still very easy,

Code: Select all

Dim ofd as new openfiledialog
ofd.filter = "Halo 2 Maps|*.map"
ofd.title = "Open a Halo 2 map"
If ofd.showdialog = windows.dialog.result.ok then
Listbox1.Items.add(ofd.filename)
End if
And for the resigner code would be the same, only the path would be the selected listbox item's text...

it would add 1 to the selected index every time it finished, and once it got to the end, it would have..

Code: Select all

msgbox("Done")
or something.
That would be something like that for VB. :P

Posted: Fri Oct 06, 2006 6:08 am
by Kochon le best
great program, but to make it unique, you should add some new functions, such as sign only the selected map, or improve the graphics, but never put a background, 'cause they always look ugly. Cool app! 8)

Posted: Fri Oct 06, 2006 7:33 am
by GametagAeonFlux
heh, at least you didn't try to give it a flashy background or anything, simple and gets the job done. Keep up the programming, hope to see more out of you. =)

Posted: Fri Oct 06, 2006 8:05 am
by Prodigy
GametagAeonFlux wrote:hope to see more out of you. =)
heh i just noticied that in about every resigner topic theres always someone who says this.. and we never do :P

Posted: Fri Oct 06, 2006 8:11 am
by MrBalll
StalkingGrunt911 wrote:I like it but I don't use resigners anymore now that Yelo has Bypass Checksum. :)
Good job learning how to do coding and stuff. Good luck on future projects.

Posted: Fri Oct 06, 2006 11:28 am
by Supa1337
kibito87 wrote:Haven't seen many signer's that fix multiple map's signatures. That's a good idea. 8)

Posted: Fri Oct 06, 2006 12:39 pm
by xXtR1Xm1Xx
Yeah gj on learning how to program.(you have me beat on that)

Posted: Fri Oct 06, 2006 12:43 pm
by Loonycgb2
idc how many resigners their r but this 1 really stands out it signs easier so i dont have to pick maps 1 by 1

Posted: Fri Oct 06, 2006 2:36 pm
by Battery
this is really usefull, now i wnt be able to use it yet, so how fast does it resign?

Posted: Fri Oct 06, 2006 2:58 pm
by DoorM4n
high 6 wrote:There have been TRILLLLLLIONS of Mass Resigners including mine. I was the first to make the mass resigner and then everyone went nutts over them....


http://files.halomods.com/viewtopic.php ... s+resigner

Posted: Fri Oct 06, 2006 3:42 pm
by TehBanStick
Glad to see another new face in the coding group.
A nice job for a first app.