
[Apps] Custom Map Signers For You!
-
- Posts: 663
- Joined: Thu Aug 04, 2005 8:22 pm
- Location: dunno...but the padded walls look nice
- Contact:
![]() |
![]() |
i think he has no idea wut this thing does or he wants to know how it works
Please read the new signature policies!
Three lines of text maximum!
Three lines of text maximum!
-
- Posts: 237
- Joined: Sat May 22, 2004 2:44 pm
![]() |
![]() |
-
- Posts: 663
- Joined: Thu Aug 04, 2005 8:22 pm
- Location: dunno...but the padded walls look nice
- Contact:
![]() |
![]() |
why dont u just donwload the newer frameworks,,, alot of other things need it anyway
Please read the new signature policies!
Three lines of text maximum!
Three lines of text maximum!
- dak is back
- Readers Club
- Posts: 45
- Joined: Sun May 01, 2005 3:49 pm
- Contact:
-
- Posts: 123
- Joined: Sat Apr 30, 2005 7:42 am
omg tsf's one did have its usedonuthole1010 wrote:does anyone know how to make these in C or C++. i am just starting programming and i want to know how to do this. i have the basics down, i think....

check out his map resigner thread...it has the source so itll help you understand the coding he used for it so you can use it as an example
-
- Posts: 565
- Joined: Wed Nov 17, 2004 8:41 am
- Location: Vancouver, BC This is where people put their modding team because they feel important.
- Contact:
![]() |
![]() |
XOR all the Dwords after the initial 2048byte header together and write it to signature in the following structure( which is the 2048 byte header)donuthole1010 wrote:does anyone know how to make these in C or C++. i am just starting programming and i want to know how to do this. i have the basics down, i think....
Taken from IF's white paper, not ansi C so youll have to modify it to work.
struct mapHeader {
char[4] head;
int version;
int filesize;
int zero;
int indexOffset;
int indexSize;
int metaSize;
int nonRawSize; // Meta Size + Index Size + BSP Size
char[256] mapOrigin;
char[32] build;
byte[20] unknown;
int sizeOfStrangeFileStrings;
int offsetToStrangeFileStrings;
int unknown;
int offsetToScriptReference128;
int scriptReferenceCount;
int sizeOfScriptReference;
int offsetToScriptReferenceIndex;
int offsetToScriptReferenceStrings;
byte[36] unknown;
char[32] mapName;
int zero;
char[256] scenarioPath;
int unknown;
int fileCount;
int fileTableOffset;
int fileTableSize;
int filesIndex;
int signature;
byte[1320] zero;
char[4] foot;
}
-
- Posts: 21
- Joined: Sun Feb 13, 2005 6:06 pm
here's my signer i made, if its a new map click sign dlc it will sign the map to orginal sig if its a "old" Disk map click Sign Disk map and it will sign the map to a working sig. Also try clicking the background image.

- Attachments
-
- Halo 2 Map Signer.rar
- (43.33 KiB) Downloaded 22 times
Last edited by METAL_MULISHA69 on Mon Oct 10, 2005 7:15 am, edited 3 times in total.
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
-
- Posts: 21
- Joined: Sun Feb 13, 2005 6:06 pm
because this is coded in vb it cant handle the math like C# can, your not supposed to go click crazy on it lol
Last edited by METAL_MULISHA69 on Mon Oct 10, 2005 8:52 am, edited 1 time in total.
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
Hey , Can you Make That Signer On A Dot 1.0 Framework? for some reason 2.0 Dosnt Work For me. (I tryed download 2.0 a thousand Times)METAL_MULISHA69 wrote:here's my signer i made, if its a new map click sign dlc it will sign the map to orginal sig if its a "old" Disk map click Sign Disk map and it will sign the map to a working sig. Also try clicking the background image.
-
- Posts: 21
- Joined: Sun Feb 13, 2005 6:06 pm
i could probably do that for you im at work till late tonight so ill see what i can do for you tomorrow if still needed
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
-
- Posts: 59
- Joined: Mon Oct 03, 2005 6:32 pm
![]() |