Elevator: Lighting and Doors -solved-
Quote from Brainstone on August 3, 2011, 5:51 pm1. I know, that there must be a dynamic light somewhere in the departure elevator. I want to turn it on when the map ends. Until now, all my departure elevators are dark. But no matter how often I scan through the damn exit elevator, I can't find out what its name is.
2. Did you know, if you name your doors "@Exit_door" and "@Entry_door" the entry door is opened at the start and the exit door is closed at the end automatically by the elevator instances?
1. I know, that there must be a dynamic light somewhere in the departure elevator. I want to turn it on when the map ends. Until now, all my departure elevators are dark. But no matter how often I scan through the damn exit elevator, I can't find out what its name is.
2. Did you know, if you name your doors "@Exit_door" and "@Entry_door" the entry door is opened at the start and the exit door is closed at the end automatically by the elevator instances?
Quote from Rubrica on August 3, 2011, 6:21 pmOne - try using entity report to find any lights. I'm in bed right now, so I can't find it for you, sorry.
Two - what, do you name the instances that or the prop_dynamics themselves? Or the prop_test chamber_doors? Do they open on map spawn or as the player approaches? If the latter, that sounds really useful, thanks.
One - try using entity report to find any lights. I'm in bed right now, so I can't find it for you, sorry.
Two - what, do you name the instances that or the prop_dynamics themselves? Or the prop_test chamber_doors? Do they open on map spawn or as the player approaches? If the latter, that sounds really useful, thanks.
Quote from ChickenMobile on August 3, 2011, 9:34 pmBrainstoneX wrote:1. I know, that there must be a dynamic light somewhere in the departure elevator. I want to turn it on when the map ends. Until now, all my departure elevators are dark. But no matter how often I scan through the damn exit elevator, I can't find out what its name is.2. Did you know, if you name your doors "@Exit_door" and "@Entry_door" the entry door is opened at the start and the exit door is closed at the end automatically by the elevator instances?
For 1. I'm guessing it would be some kind of projected texture entity. Try using the entity report (map->Entity Report) to filter all the env_projectedtexture's in the map and see if any are in the elevator instance.
2. I never knew that it did it automatically but I knew that the name of the doors were referenced in scripts.
2. Did you know, if you name your doors "@Exit_door" and "@Entry_door" the entry door is opened at the start and the exit door is closed at the end automatically by the elevator instances?
For 1. I'm guessing it would be some kind of projected texture entity. Try using the entity report (map->Entity Report) to filter all the env_projectedtexture's in the map and see if any are in the elevator instance.
2. I never knew that it did it automatically but I knew that the name of the doors were referenced in scripts.
Quote from iWork925 on August 3, 2011, 10:18 pmIf its the default turbine elevators used by valve, I know for a fect that the default instances use projected textures, they automatically turn of when you leave the turbine room.
If its the default turbine elevators used by valve, I know for a fect that the default instances use projected textures, they automatically turn of when you leave the turbine room.

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 Brainstone on August 4, 2011, 4:47 amQuote:Two - what, do you name the instances that or the prop_dynamics themselves? Or the prop_test chamber_doors? Do they open on map spawn or as the player approaches? If the latter, that sounds really useful, thanks.You got to name the prop_testchamber_doors "@Entry_door" and "@Exit_door" and they will open and close when the player passes a trigger, which is in the elevator instances. I discovered that while searching for the projected light in them.
You got to name the prop_testchamber_doors "@Entry_door" and "@Exit_door" and they will open and close when the player passes a trigger, which is in the elevator instances. I discovered that while searching for the projected light in them.
Quote from Brainstone on August 4, 2011, 6:25 amOk. Guess what? The departure elevator has NO dynamic or projected light anywhere. I solved my problem by stumbling over this thread: post45197.html?hilit=elevator%20lighting#p45197
Ok. Guess what? The departure elevator has NO dynamic or projected light anywhere. I solved my problem by stumbling over this thread: post45197.html?hilit=elevator%20lighting#p45197
Quote from KenJeKenny!? on August 5, 2011, 6:44 amiWork925 wrote:If its the default turbine elevators used by valve, I know for a fect that the default instances use projected textures, they automatically turn of when you leave the turbine room.Sadly, they don't :S I couldn't get any other env_projectedtexture's working because my elevator light wouldnt go out.
BrainstoneX wrote:Ok. Guess what? The departure elevator has NO dynamic or projected light anywhere. I solved my problem by stumbling over this thread: post45197.html?hilit=elevator%20lighting#p45197Actually they do
(it's in the lift-module)... so have the trigger (that also opens the door right after the elevator) send an output to the instance like this: instance:light_elevator_dynamic;TurnOff and the TurnOn variant for your exit elevator.
Turning shadows on/off on the floor model is just a workaround...
Sadly, they don't :S I couldn't get any other env_projectedtexture's working because my elevator light wouldnt go out.
Actually they do
(it's in the lift-module)... so have the trigger (that also opens the door right after the elevator) send an output to the instance like this: instance:light_elevator_dynamic;TurnOff and the TurnOn variant for your exit elevator.
Turning shadows on/off on the floor model is just a workaround...
Quote from Brainstone on August 5, 2011, 9:28 am@kenjekenny:
Well, I used the entity report and I didn't have any other env_projectedtextures or light_dynamics in my map except for the one in the arrival elevator and the one in my chamber. (Actually, I just tell it to TurnOn, it works fine for me, don't know what your problem is). What I was referiing to this thread was to compile the map in HDR and LDR final. But unless you can tell me the exact name of the light in the departure elevator is, I don't believe there is one.
@kenjekenny:
Well, I used the entity report and I didn't have any other env_projectedtextures or light_dynamics in my map except for the one in the arrival elevator and the one in my chamber. (Actually, I just tell it to TurnOn, it works fine for me, don't know what your problem is). What I was referiing to this thread was to compile the map in HDR and LDR final. But unless you can tell me the exact name of the light in the departure elevator is, I don't believe there is one.

