disc and discreader (how does it work?)
Quote from p0rtalplayer on June 16, 2011, 5:26 pmisn't there an instance for it? and if there isn't, can't you do it yourself?
isn't there an instance for it? and if there isn't, can't you do it yourself?
Quote from DAWH95 on June 16, 2011, 6:24 pmp0rtalplayer wrote:isn't there an instance for it? and if there isn't, can't you do it yourself?well.... i dont really have time for that(im working on my map)
well.... i dont really have time for that(im working on my map) ![]()
Quote from rossman231 on June 16, 2011, 6:26 pmJust like anything else, part of making something is figuring out how to do it. You can't be "too busy" to figure it out if you're not too busy to work on your map 😛
Just like anything else, part of making something is figuring out how to do it. You can't be "too busy" to figure it out if you're not too busy to work on your map 😛
Quote from raulness on June 16, 2011, 7:12 pmDAWH95 wrote:p0rtalplayer wrote:isn't there an instance for it? and if there isn't, can't you do it yourself?well.... i dont really have time for that(im working on my map)
You'll get really far with that attitude.
well.... i dont really have time for that(im working on my map) ![]()
You'll get really far with that attitude.
Quote from iWork925 on June 16, 2011, 8:06 pmI decompiled and had a look. Its actually rather complex and not an instance. You would have to decompile it yourself and have a look / copy it into your map.
I decompiled and had a look. Its actually rather complex and not an instance. You would have to decompile it yourself and have a look / copy it into your map.

PortalStories.com
"Oh, in case you got covered in that repulsion gel, here's some advice the lab boys gave me: DO NOT get covered in the repulsion gel."
Quote from NocturnalGhost on June 17, 2011, 7:36 pmThe setup basically consists of a prop_physics_override for the disc, which you take to the reader. The reader has a trigger in front of it. The trigger detects the disc (using a filter), kills the disc prop and enables another disc in the correct place in front of the reader. This disc is parented to a func_door, which pulls it into the reader model. After this, it plays a movie, via a vgui_movie_display.
There's a bit more to it, effects-wise, but that's the basic setup.
The setup basically consists of a prop_physics_override for the disc, which you take to the reader. The reader has a trigger in front of it. The trigger detects the disc (using a filter), kills the disc prop and enables another disc in the correct place in front of the reader. This disc is parented to a func_door, which pulls it into the reader model. After this, it plays a movie, via a vgui_movie_display.
There's a bit more to it, effects-wise, but that's the basic setup.

