Snarkpit Articles


First thing you will need to do is make sure that you have Half-Life set to run at 1024 x 768, with developer mode enabled on the command line. I'm going to assume you know how to do these as their pretty basic things that all mappers really should know by now...

Once you have your map up and running, bring down the console, and type in dev_overview 1

The view should change from the standard first-person perspective to a nice birds eye view of the map, with a set of numbers at the top of the screen. These numbers are the important bit...



Now you have the overview displayed, you may need to alter it slightly to fit all the map into one screen, or if your map is quite small, zoom in slightly to fill the screen better. To zoom in and out, use the left and right mouse buttons. You may also need to move the view slightly, and this is simply done with whatever you have your movement keys bound to (usually W, S, A & D).

Bear in mind that your up/down keys will move the map left/right, and your strafe left/right keys will shift it up/down.

Once your happy with the positioning, write down all the numbers from the overview - except for the one marked Z Min, that one isn't needed.

Making sure you don't change any of the positioning of the overview, bring down the console again, and type dev_overview 2. This will simply remove the numbers from the top of the screen so that you can take a clean screenshot of it.

Take a screenshot (usually F5), which should come out like so...(but with your map instead of mine obviously!)



You can quit out of Half-Life now, and find the screenshot you just made. You will need to rename the screenshot so that it has the same name as your map (which will probably simply mean removing a bunch of numbers from the end).

Once that's done, move the screenshot into your overviews folder, which should be residing within the valve folder in your Half-Life directory. Alternatively, if the overview is for a MOD such as Counter-Strike, find the overview folder within its sub-directory (i.e Half-LifeSierracstrikeoverviews).

Create a new text file within the same folder and call it the same name as the map (e.g mapname.txt).

Paste the following text into it...

// overview description file for mapname.bsp

global
{
ZOOM
ORIGIN
ROTATED
}

layer
{
IMAGE "overviews/mapname.bmp"
HEIGHT
}


All you need to do now is add the numbers you wrote down earlier, and change the overviews/mapname.bmp line to reflect the name of your map. I should tell you now that the HEIGHT value is the Z Max value that you wrote down. All the others are pretty intuitive and have the same names as they did on the overview smiley

An example of what I would have made for the overview above would be:

// overview description file for dm_rampart.bsp

global
{
ZOOM 1.33
ORIGIN 1585 -376.00 -690.00
ROTATED 1
}

layer
{
IMAGE "overviews/dm_rampart.bmp"
HEIGHT -1497.00
}


That's it!


Post ReplyView Topic
Discussion
0 starsPosted by Psychosomatic on Mon Jul 25th 2005 at 11:52am

I wish I knew how you could call up the overview after doing this, without having to do it all again.

but overall, thanks for a good tut.
0 starsPosted by asterix_vader on Tue Mar 30th 2004 at 8:37pm

nice, but not helpful. I can't make an overview with this tut..
0 starsPosted by matt on Sun Jan 25th 2004 at 3:15pm

Also the dev_overview 1 command is usefull when making your map
to check its size proportions.
0 starsPosted by SWATSiLeNt on Sun Nov 9th 2003 at 4:16am

Takes a bit of time but it helps to complete the final version of the map you want to make.
0 starsPosted by Sinner_D on Wed Oct 15th 2003 at 2:09am

really good tut, i always wondered how this was done. GJ

p.s. the origin convertion is SPs glossary, any word listed will be automatically changed into a link directing you to the definition of the word in question. smiley
[author]
Posted by Adam Hawkins on Wed Sep 24th 2003 at 10:24pm

For some reason the word 'Origin' has been converted into a help link so just ignore that fact as this is a different kind of 'origin' to the one it is linking to smiley
0 starsPosted by Tracer Bullet on Wed Sep 24th 2003 at 3:31am

Excelent tut, I was actualy just about to ask this question.
0 starsPosted by wckd on Wed Sep 24th 2003 at 12:29am

i was going to write a tut on overviews, but it seems u beat me to it, gj.
[author]
Posted by Adam Hawkins on Tue Sep 23rd 2003 at 3:52pm

It definitely says to write down the numbers smiley I just re-read it and it is there smiley
0 starsPosted by KoRnFlakes on Tue Sep 23rd 2003 at 3:41pm

n1, but you forgot to tell people to screenshot/note the details after dev_overview 1 & tell them which ones go where in the txt. + that and itl be fine.
Post ReplyView Topic