Workshop Compatibility

Join the Initiative

Maps built using the Portal 2 Authoring Tools must have certain map instances added to them in order to work correctly with Steam Workshop. To make your maps Workshop compliant, simply follow these steps:

  1. Add a func_instance to your map and set the filename to: sdk_content/maps/instances/p2editor/global_pti_ents.vmf.
  2. To trigger the end of the map and open the voting dialog menu, trigger the logic_relay named @relay_pti_level_end.
  3. Finally, to suppress the automatic voice over commentary by Cave Johnson, set the $disable_pti_audio keyvalue to 1. This step is optional and only necessary if you have your own dialog or story to tell.