MrTrip on 25/4/2013 at 18:11
Ello all! I'm back, I am finally able to use ShockEd again with the new patches and I'm loving it.
#1 - I have a door, that when I hit the switch for I want to turn on two flashing red lights, then after the door closes, turn those lights off. I'm not total noob to ShockEd so I don't need a full tutorial unless somebody would like to post one for future search sake.
#2 - The screen size of the editor window... I've always hated this. edit_screen_size has its limitations. I'm currently at "edit_screen_size 1280,1024" but this looks odd on my resolution of 1920x1080 - solutions?
Glad to see there are still some people getting into this :thumb:
SlyFoxx on 25/4/2013 at 20:38
It's been a while but here's a guess.
Give the door a "switch" script. (Whatever shock ed calls it)
Make the light animated with a zero min and X max brightness and give it AminLight script.
The CD link from the door to the light.
As for screen resolutions you seem to have 4:3 and widescreen ratios in use at the same time. I'd try a wide screen resolution one step below your desk top.
Yandros on 26/4/2013 at 04:21
I'm using edit_screensize 1440,900 on the same desktop resolution and it's fine.
john9818a on 26/4/2013 at 09:21
I would simply CD link the switch to the door and two lights, and make the two lights animated.
ZylonBane on 26/4/2013 at 20:35
Note that in SS2, ControlDevice links are called SwitchLink links.
MrTrip on 26/4/2013 at 21:12
Quote Posted by ZylonBane
Note that in SS2, ControlDevice links are called SwitchLink links.
Thank you, I was wondering what the heck a CD was lol
Edit- lol, now my light blinks when its "off" and stays solid when its hit with the switch.... Wheeee
john9818a on 27/4/2013 at 22:49
Quote Posted by ZylonBane
Note that in SS2, ControlDevice links are called SwitchLink links.
Oh wow :) I never used SS2 but I thought it was the same as Thief :o