drdteam.org forum
Skip to content
Moderator: Graf Zahl
Post by MaxED » Fri Mar 06, 2015 13:27
Spoiler: DECORATECode: Select allactor TestLightActor1 4510 { States { Spawn: POSS A 1 goto Stand Stand: POSS A -1 stop } } actor TestLightActor2 4511 { States { Spawn: POSS A 1 goto Stand Stand: "####" "#" -1 stop } }
Code: Select all
actor TestLightActor1 4510 { States { Spawn: POSS A 1 goto Stand Stand: POSS A -1 stop } } actor TestLightActor2 4511 { States { Spawn: POSS A 1 goto Stand Stand: "####" "#" -1 stop } }
Spoiler: GLDEFSCode: Select allpointlight TESTLIGHT { color 0.49 0.04 0.00 size 16 offset 0 6 0 } object TestLightActor1 { frame POSS { light TESTLIGHT } } object TestLightActor2 { frame POSS { light TESTLIGHT } }
pointlight TESTLIGHT { color 0.49 0.04 0.00 size 16 offset 0 6 0 } object TestLightActor1 { frame POSS { light TESTLIGHT } } object TestLightActor2 { frame POSS { light TESTLIGHT } }
Spoiler: ResultTestLightActor1 to the left, TestLightActor2 to the right: Screenshot_Doom_20150306_151858.jpg
Post by Graf Zahl » Sun Mar 15, 2015 12:24
Return to “Closed Bugs”