My Halo 3 disc finally decided to load the maps (Not working right now though), so here is Snowblow. It is a Snowbound Canvas without the shield doors. Credit to Mason Cain for making the original canvas.
Snowblow
- M715ForLife
- Posts: 555
- Joined: Tue Jun 19, 2007 12:12 pm
- Location: Posts:9,001
- Contact:
- CompKronos
- Posts: 462
- Joined: Mon Sep 03, 2007 6:45 am
- Location: New Jersey
Not those four though. That's why I posted this map.M715ForLife wrote:Woooo.
Bungie already did this.
I replicated Bungie's method of removing the other shield doors, except using a hex editor as I obviously don't have their special Forge which is just changing the chunk type.Eaton wrote:Cool. How did you manage to remove the shield doors?
No, I didn't move them.CompKronos wrote:i think he would have moved them because you can't actually delete them without editing the .map file. (Only a guess, just want to see if i am right)Eaton wrote:Cool. How did you manage to remove the shield doors?
Anyways, the shield doors are kinda stored in the usermap. They are part of the null, but not really null slots. Bungie didn't edit a single thing on the Snowbound map, they just knew what is stored on a usermap because they made them.
- xXMockeyXx
- Readers Club
- Posts: 4
- Joined: Wed Nov 05, 2008 4:53 pm
I think you can make any object "disappear" as long as it has chunk in the usermap. I've did it to the Snowbound turrets and the Elephants so far and it worked. Basically, to do this, null the whole chunk then change the chunk type to Reserved.xXMockeyXx wrote:Very nice... are there other objects in maps like Shield doors in Epitaph and Snowbound that you can "make go away" -sorry I don't really know the word ha.
Maybe a tutorial
- CompKronos
- Posts: 462
- Joined: Mon Sep 03, 2007 6:45 am
- Location: New Jersey
sorry to ask but i am just eager to understand your method; anyway, if i understand you correctly you are saying that you essentially nulled out the place chunk of the shield doors. Also you have "erased" other objects but nullifying them and then moving this nulled chunk into the the reserved slots?
Neat, nice find, both the shield doors and the recycle-bin esque removal of items
Neat, nice find, both the shield doors and the recycle-bin esque removal of items
The shield doors are already null, which is why they appear to be just normal null chunks.CompKronos wrote:sorry to ask but i am just eager to understand your method; anyway, if i understand you correctly you are saying that you essentially nulled out the place chunk of the shield doors. Also you have "erased" other objects but nullifying them and then moving this nulled chunk into the the reserved slots?
Neat, nice find, both the shield doors and the recycle-bin esque removal of items
Yes, nulling then changing the chunk type is what I did for other objects.