HL: Containment

Half-Life HL
HL: Containment by Valak
Posted 19 years ago2004-10-11 12:04:44 UTC • Unfinished • Half-Life
Loading...
Screenshot Thumbnail
Name
HL: Containment
By
Valak Valak
Type
Map
Engine
Goldsource
Game
Half-Life
Category
Unfinished
Included
BSP, RMF/VMF
Created
19 years ago2004-10-11 12:04:44 UTC
Updated
19 years ago2004-10-11 15:32:35 UTC
Views
1208
Downloads
464
Comments
4
Download

In-progress map for my HL prequel story, HL: Containment

4 Comments

Commented 19 years ago2004-10-11 17:42:40 UTC Comment #4405
Ok, I do have some tips for ya: only the .bsp and .nod files are necessary for the player. All those other prt, pts, p0 and so on files should be left out. There's no need for them. Also, you don't have to provide the game dll's with your mod. There's a way to set up your liblist.gam so, that you don't need these dlls as your mod will use Half-Life's ones. Check out my map 'The Playtest's liblist.gam to see how that's done.
Oh, and don't include your savegames in a final release. Neither should you provide your config.cfg as it'll mess up other people's key configuration. I made that mistake once... ;)

Also, you should make a models folder in your own mod folder.

As for your maps, I strongly recommend using Snap to Grid and toggling between grid sizes (goes pretty easy with the [ and ] keys). Not working on the grid easily ends you up with leaks, and it's always better to prevent them as to solve them later on.
In mylevel, the back wall of the office room, opposite of the fire alarm, left a little space between the ceiling. A half-unit thick space. Be advised with scaling objects. Try to prevent getting vertextes off the grid, as that may cause you several problems while you won't know where they come from.

I hope that helps you getting further a bit. :)
Commented 19 years ago2004-10-13 15:49:38 UTC Comment #4485
Thanks for the heads up Captain P, but i just put the MAP and RMF files in b/c chicken_man is working with me on this, and his email was acting up, so this is the only way I could get it to him.
Commented 19 years ago2004-10-13 16:21:57 UTC Comment #4487
Ok, I see.

Mhh, still those other files could be left out, they're only used during the compile process and serve no other purpose. For the map's source, only the .map or .rmf are necessary. You don't even need to provide both, as they both contain the essential data, the .rmf only stores some extra information for the editor like camera viewpoints and vis-groups.
For the playable maps, the .bsp and .pts files are all you need, and for some maps (that use info_nodes) you should also provide the .nod files. All other files can (and should, as it's quite ugly to have them in the maps folder and it also adds unnecessary to the downloads filesize) be left out.

Just so you know that... :)
Commented 19 years ago2004-10-13 16:22:51 UTC Comment #4488
Yeah, I know it's just to give him the maps, but it may be good to know what's necessary and what isn't. Just for future releases, ya know...

You must log in to post a comment. You can login or register a new account.