Releasing A Portal 2 Map: Difference between revisions
Jump to navigation
Jump to search
Bug:The addons system does not work as expected as of Oct. 4, 2011 with the "Peer Review" update. No information was given as to why this has gone offline/changed. [todo tested in ?]
Tip: To fix this, get GCFScape and extract the contents of the VPK to the portal2 folder, or rename the VPK to pak01.vpk and place it in portal2_dlc3
Tip:As an added convenience, a folder can also be dragged onto a shortcut of '
Note:The last Website is for PTi maps
FelixGriffin (talk | contribs) No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
# To load a single player map, type in the console: <code>map ''mymap''</code> and replace ''mymap'' with the name of your map. | # To load a single player map, type in the console: <code>map ''mymap''</code> and replace ''mymap'' with the name of your map. | ||
# To load a Co-op map, start a Co-op game with your friend, once you enter the hub type in console: <code>changelevel ''mymap''</code> replace ''mymap'' with the name of your map. | # To load a Co-op map, start a Co-op game with your friend, once you enter the hub type in console: <code>changelevel ''mymap''</code> replace ''mymap'' with the name of your map. | ||
==Useful Websites== | |||
You can upload your map in many websites. Here are some of them: | |||
*http://www.thinkingwithportals.com | |||
*http://www.map-factory.org/ | |||
*http://www.portal2maps.net | |||
*http://steamcommunity.com/workshop/ | |||
{{Note|The last Website is for PTi maps}} | |||
You can also Upload them to file-sharing websites like Rapidshare or Mediafire. | |||
== See also == | == See also == |
Revision as of 02:44, 20 July 2012


Now that you have made your brilliant map you need a way to get this out to the public. If your map happens to have custom content such as sounds, scripts and materials the best way to release it is putting it inside a VPK. This collects all of your content into a single file and makes it easy to distribute.
Creating the VPK
- Create a folder and label it with your addon name.
- This folder should now mimic the structure of the '
Portal 2\portal2\
' folder. - Start with adding a folder called
maps
and add in your compiled .BSP. - If you have any scripts be sure it lies in the same relative folder inside
scripts\vscripts
. - The same applies for
sounds
andmaterials
. - Inside '
Portal 2\bin\
' there is an executable called 'vpk.exe
'. Drag your folder you created in step 1 onto this executable. - You will now have a .VPK file in the same folder with the same name.

vpk.exe
' (provided in Portal 2) in any location.Installing the VPK
- Create a folder in '
Portal 2\portal2\
' calledaddons
.
- If you have the Sixense MotionPack DLC, you will most likely have to create the folder in '
Portal 2\portal2_sixense.
'
- Place your .VPK file inside the
addons
folder. - If Portal 2 was running during step 2, type the following in the console:
update_addon_paths
. Otherwise, skip to the next step. - To load a single player map, type in the console:
map mymap
and replace mymap with the name of your map. - To load a Co-op map, start a Co-op game with your friend, once you enter the hub type in console:
changelevel mymap
replace mymap with the name of your map.
Useful Websites
You can upload your map in many websites. Here are some of them:
- http://www.thinkingwithportals.com
- http://www.map-factory.org/
- http://www.portal2maps.net
- http://steamcommunity.com/workshop/

You can also Upload them to file-sharing websites like Rapidshare or Mediafire.