how do you make a map on to bonus maps
Quote from pizalover1000 on October 25, 2009, 5:59 pmi have a map and yes i looked on the tutorials but they were too confusing personaly just give me some way in which i can play my map without having to open sdk and then hammer then the map i just want to play it like any normal portal map by just loading it on portal i does not have to be in the bonus section it can be anywhere
i have a map and yes i looked on the tutorials but they were too confusing personaly just give me some way in which i can play my map without having to open sdk and then hammer then the map i just want to play it like any normal portal map by just loading it on portal i does not have to be in the bonus section it can be anywhere
Quote from ASBusinessMagnet on October 25, 2009, 6:03 pmpizalover1000 wrote:i have a map and yes i looked on the tutorials but they were too confusing personaly just give me some way in which i can play my map without having to open sdk and then hammer then the map i just want to play it like any normal portal map by just loading it on portal i does not have to be in the bonus section it can be anywhereIn the console, type in "map map_name".
If you don't have a console, enable it in Options -> Keyboard -> Advanced -> Enable developer console (~).
------------------------------------------------------------------------
EDIT: The title is misleading. It should say something like "opening a map on Portal" or something like that.
Answering the title anyway:
So your map is in (Steam path)/steamapps/username/portal/portal/maps/. You create a new folder called "Whatever_Your_Map_Is_Called", put a BSP there and create a new file "map_name.bns":
- Code: Select all
"Map Name"
{
"map" ".map_name"
"image" ".map_image.tga" (if you include an image)
"comment" "A comment on your map"
"lock" "0"
}And here you go.
If you are including some info on the folder, create a new file "folderinfo.bns":
- Code: Select all
"Folder Name"
{
"comment" "A comment on your folder"
(foldericon.tga will serve for an image)
}EDIT: I just realized there's some information here.
In the console, type in "map map_name".
If you don't have a console, enable it in Options -> Keyboard -> Advanced -> Enable developer console (~).
------------------------------------------------------------------------
EDIT: The title is misleading. It should say something like "opening a map on Portal" or something like that.
Answering the title anyway:
So your map is in (Steam path)/steamapps/username/portal/portal/maps/. You create a new folder called "Whatever_Your_Map_Is_Called", put a BSP there and create a new file "map_name.bns":
- Code: Select all
"Map Name"
{
"map" ".map_name"
"image" ".map_image.tga" (if you include an image)
"comment" "A comment on your map"
"lock" "0"
}
And here you go.
If you are including some info on the folder, create a new file "folderinfo.bns":
- Code: Select all
"Folder Name"
{
"comment" "A comment on your folder"
(foldericon.tga will serve for an image)
}
EDIT: I just realized there's some information here.