Jump to content

cbox


Recommended Posts

Posted
will someone please post a tut or program on how to take a custom game and mod it so there is forge. I used dark splitstream's program for a while but i deleted it and when i go to dl it it isnt there. Anyone have a porgram or is will to post a tut on how to do it in hex editor.
Posted

It's quite simple, really...

 

In the gametype, at offset 0x147 of the BLF image (after all the CON info and crap), there is an enum:

 

enum Gametype

{

CTF = 1,

Slayer = 2,

Oddball = 3,

KingoftheHill = 4,

Forge = 5,

VIP = 6,

Juggernaut = 7,

Territories = 8,

Assault = 9,

Infection = 10

}

 

Simply change the current enum to 5 and it will be a forge gametype.

 

Then obviously re-hash and re-sign.

Posted
hey not to be annoying but im kinda new to modding halo 3 stuff, but can u please explain it to me in more in depth details like do i use hxd or what and how do i fing the enum or whateva. sorry to ask. im learning.
  • 7 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...