Converting .map into .bsp

Converting .map into .bsp

Re: Converting .map into .bsp Posted by TFY765 on Sat Sep 13th 2008 at 4:35pm
TFY765
2 posts
Posted 2008-09-13 4:35pm
TFY765
member
2 posts 0 snarkmarks Registered: Sep 13th 2008
I have been caught up in a dilemma trying to get .map files to work on Half Life Multiplayer Deathmatch, ofcourse the map files for multiplayer is .bsp but how could I change it to .bsp so it works?
Re: Converting .map into .bsp Posted by Sim on Sat Sep 13th 2008 at 10:51pm
Sim
257 posts
Posted 2008-09-13 10:51pm
Sim
member
257 posts 96 snarkmarks Registered: Sep 30th 2002 Occupation: Student Location: UK
.map contains the map in a format ready to be compiled, .bsp contains compiled data, so you'll need to compile your .map file. Easiest way is to set up Hammer (there are some tutorials on this site) and load up the map.

Make sure there are no problems (Alt+P), especially that no textures appear white, which means you have missing .wad files (texture files). If you do, find out the texture name that's missing and google it, if you're lucky you'll find the wad name.

Finally, compile the map. If you want it done easily with bad quality, do it in Hammer and if the compile succeeded the .bsp should appear in your game folder. For better quality, use something like HLCC+ZHLT and read up on the best parameters to choose. Again, there are tutorials on these.
Re: Converting .map into .bsp Posted by Le Chief on Sun Sep 14th 2008 at 12:31am
Le Chief
2605 posts
Posted 2008-09-14 12:31am
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
Yeah, you need to compile your map which produces a bsp file from a map file. There is heaps of documentation and a few different ways to compile a map.

You need compile tools, either the old Q tools that valve made or the better and updated ZHLT tools.

Once you have the tools, you can either:

1) Configure Hammer with the tools so you can compile the map in Hammer by pressung [F9]

2) Use a batch compiler.

3) Write your own simple bat file.
Aaron's Stuff
Re: Converting .map into .bsp Posted by TFY765 on Sun Sep 14th 2008 at 3:43pm
TFY765
2 posts
Posted 2008-09-14 3:43pm
TFY765
member
2 posts 0 snarkmarks Registered: Sep 13th 2008
But how do I compile in Valve Hammer? Or do I need VHE 3.5?
Re: Converting .map into .bsp Posted by Sim on Sun Sep 14th 2008 at 4:04pm
Sim
257 posts
Posted 2008-09-14 4:04pm
Sim
member
257 posts 96 snarkmarks Registered: Sep 30th 2002 Occupation: Student Location: UK
Any Hammer can compile, I use Hammer 3.4 for HL1 games. Set up Hammer according to http://www.snarkpit.net/index.php?s=articles&article=53 and press F9 to compile. Put CSG, BSP and VIS on Normal and turn RAD off, compile and test. If the map looks fine apart from being full brightness, recompile with RAD on Normal/Extra.