Creating a Portal Radio: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{otherlang2
| ru = Creating_a_Portal_radio:ru
| fr = Creating_a_Portal_radio:fr}}
== Introduction ==
== Introduction ==
{{portal}} This tutorial will show you how to create the Portal radios that usually play the fast instrumental version of the '''Still Alive''' song.
{{portal}} This tutorial will show you how to create the Portal radios that usually play the fast instrumental version of the '''Still Alive''' song.

Revision as of 15:56, 30 September 2010

Introduction

Portal This tutorial will show you how to create the Portal radios that usually play the fast instrumental version of the Still Alive song.

Construction

  1. Create a prop_physics_override entity and set its World Model keyvalue to radio_reference.mdl. Place it where you want in your map.
  2. Name the radio radio_1.
  3. Create an ambient_generic entity and place it near the radio. Name it radio_sound_1.
  4. Make the radio_sound_1's Sound Name Portal.room1_Radio. Make its Source Entity Name radio_1.
  5. Make sure none of radio_sound_1's flags are checked.


The radio is now complete!