PDA

View Full Version : Lights to move?



Loveboy
9th August 2013, 13:30
Hello,
is it possible to move lights on maps? (rightclick -> light)
so per script, define it as example: lighter = getent("lightname","targetname");

then do:

lighter movex(2083,21);

or lighter linkTo("name"); ?

RobsoN
9th August 2013, 13:35
Nope it's not possible. Maybe it won't throw an error but light is compiled in CoD2CompileTools with map data .d3dbsp

kung foo man
9th August 2013, 13:37
Only possible with DirectX 9: moving .fx with light

randall
9th August 2013, 15:46
dx7 doesnt support dynamic lights

Loveboy
10th August 2013, 09:45
ah ok thanks, better i build an clip, then the clip movez with an object, and every secound it play an light fx :D
If you want to know what i want to build: An plane :D

But i have a other problem too, that with surfaces and vertiges and.. have too much (limit), and i have to hack the limit, but idk how. vanfreddy had made it, but i can't contact him and ask for that.