Please or Register to create posts and topics.

portal 2 mapping with alien swarm sdk

so the other day i started making a portal 2 map in alien swarm sdk and i have to say it works pretty well, but after i compiled the map and tried to open it on portal 2 via the console my map didnt show up on the drop down and wouldnt open. HELP!

Did you put the map in your Portal 2 maps folder?

Hello! This is the part where I kill you!

yes but it was a vmf i cant find the bsp

Then you need to find the .bsp file, or:

In Hammer use

Tools > Options > Build Programs > Place compiled maps in this directory

To set the .bsp output folder to your maps folder.

awsome thanks alot, but theres one other thing do you know how to make the player start with a portal gun and be able to move

qadqwerty wrote:
awsome thanks alot, but theres one other thing do you know how to make the player start with a portal gun and be able to move

You can put a weapon_portalgun right on top of the player spawn. Not sure if that's the correct way though.

Player1 wrote:
qadqwerty wrote:
awsome thanks alot, but theres one other thing do you know how to make the player start with a portal gun and be able to move

You can put a weapon_portalgun right on top of the player spawn. Not sure if that's the correct way though.

Yes, this is correct. It gets a little more complicated when you're using a trigger_changelevel, but that's not important for a first-time mapper.

Hello! This is the part where I kill you!