Is it possible to OPEN pre-existing map files?
I've been fiddling with the map editor to no avail, and I've browsed this forum for a bit without finding an answer...
I'm just looking for a way to open a pre-existing .map file and edit/change content.
Also, has anyone found a way to edit single player yet? I'd like to add the 'cattle rifle' to the arsenal ((Or replace something else with it)) just for giggles. Blowing stuff up is always fun.
Forgive for what's probably a fairly noobish post, please.
Re: Is it possible to OPEN pre-existing map files?
Nope. Please create your own content and do not try to edit/rip others work without their permission....
Just make your own stuff man, its far more rewarding.
Re: Is it possible to OPEN pre-existing map files?
Honestly, I was asking more for the single-player aspects. Y'know, just to add a bit of extra fun. I remember having a blast with the time freeze hack in Halo 1... Particularly the needler.
I don't intend to rip/steal anyone's work, this is just for my own amusement, and maybe a few of my buddies who are soon to get the game. None of us know anything about modeling, but I can generally putter my way through basic features...
However, thanks greatly for the quick response!
Re: Is it possible to OPEN pre-existing map files?
You will have to wait until tag extractors are made to decompile the maps into their source format.
Re: Is it possible to OPEN pre-existing map files?
How long does that usually take?
Re: Is it possible to OPEN pre-existing map files?
Took steelix over a year or so to complete the Halo CE tag converter. But the tag formats for h2 are pretty similar in the .map files as they are in the source formats so it might be a hell of allot easier. It doesn't require byte swapping like in h1, but just swapping around the structure of the data blocks from direct access to sequential access and adding on the tag header for many different types of tags. I haven't look much into the map tag structures for h2v yet so I'm not sure, but i'm assuming it's similar to halo 2 xbox. Give it a few months before someone posts progress on a tag converter for h2. I plan to look into building one myself once I figure out more about h2 guerrilla tag structures.
Re: Is it possible to OPEN pre-existing map files?
Re: Is it possible to OPEN pre-existing map files?
Quote:
Originally Posted by
jahrain
But the tag formats for h2 are pretty similar in the .map files as they are in the source formats so it might be a hell of allot easier.
That is whar u r wrong lawl.
Re: Is it possible to OPEN pre-existing map files?
I remember byte swapping compiled tags back to source tags, for just meta data anyway.. good times :p
Re: Is it possible to OPEN pre-existing map files?
Quote:
Originally Posted by
Kornman00
That is whar u r wrong lawl.
I meant similar as in not byte swapped :P