Rogue Modder Posted September 7, 2010 Report Posted September 7, 2010 http://img543.imageshack.us/img543/8038/ihuarduliakpenis.png 1
Goth Posted September 7, 2010 Report Posted September 7, 2010 (edited) you can finaly edit the .maps O: Edited September 7, 2010 by Goth
Rogue Modder Posted September 7, 2010 Author Report Posted September 7, 2010 (edited) yup. More user friendly now/can tell what each tag is, but we always could read them, just tag filenames were encrypted. This is very improper as im just reading from a list of indent's i have mapped. Edited September 7, 2010 by Xerax
Decatur Posted September 7, 2010 Report Posted September 7, 2010 you can finaly edit the .maps O: What the **** do you mean "finally"? The damn game isn't even out yet.
ixGAMEOVERxixx Posted September 7, 2010 Report Posted September 7, 2010 What the **** do you mean "finally"? The damn game isn't even out yet. Chill Full game's been out for a while. And also, VERY VERY impressive Alex
Lockon Posted September 7, 2010 Report Posted September 7, 2010 Chill Full game's been out for a while. And also, VERY VERY impressive Alex Not officially. Nice xD
Rogue Modder Posted September 7, 2010 Author Report Posted September 7, 2010 Chill Full game's been out for a while. And also, VERY VERY impressive Alex He means in stores. haha
ddxcb2 Posted September 7, 2010 Report Posted September 7, 2010 tag renamer and im stump about the offsets???
Rogue Modder Posted September 7, 2010 Author Report Posted September 7, 2010 tag renamer and im stump about the offsets???Nope.
Dan Posted September 7, 2010 Report Posted September 7, 2010 What the **** do you mean "finally"? The damn game isn't even out yet. I think someone needs to take a chill pill
iBotPeaches Posted September 7, 2010 Report Posted September 7, 2010 Are those all named based on previous knowledge? Or what?
Rogue Modder Posted September 7, 2010 Author Report Posted September 7, 2010 Are those all named based on previous knowledge? Or what?I added this to HaloMap.cs if (File.Exists(@"C:\Users\Alexx ily Reed\Desktop\Modding\Halo Reach\Map Offset Bullshit\" + map.Index_Items[0].Map.Map_Header.internalName)) { string[] IdentFile = File.ReadAllLines(@"C:\Users\Alexx Reed\Desktop\Modding\Halo Reach\Map Offset Bullshit\" + map.Index_Items[0].Map.Map_Header.internalName); for (int i = 0; i < fileNameOffsets.Length; i++) { bool has = false; String Currentline = null; foreach (string Currentlines in IdentFile) { if (Currentlines.StartsWith(map.Index_Items[i].Ident.ToString())) { has = true; Currentline = Currentlines; } } if (has == true) { map.Index_Items[i].Name = Currentline.Replace(map.Index_Items[i].Ident.ToString() + ",", ""); } else { map.Index_Items[i].Name = Convert.ToString(map.Index_Items[i].Ident) + " - EncryptedTAG"; } has = false; Currentline = null; } } Then made a file and added this to it in the directory it checks-1982065794,ai\ai_dialogue_globals -511377393,levels\multi\forge_halo\forge_halo_design -511836152,levels\multi\forge_halo\forge_halo -512098299,globals\globals So if the ident matched, it knows the proper name. It's a long and tedious process of mapping. But It's the only way at the moment.
Goth Posted September 7, 2010 Report Posted September 7, 2010 What the **** do you mean "finally"? The damn game isn't even out yet. Actualy it's been out for 2 weeks now The leaked version much? but this is the retail editor not the reviewers version.
gruntmods Posted September 8, 2010 Report Posted September 8, 2010 Actualy it's been out for 2 weeks now The leaked version much? but this is the retail editor not the reviewers version.leaked isnt the retail copy or an official release
lostmodz26 Posted September 8, 2010 Report Posted September 8, 2010 And also, VERY VERY impressive Alex
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now