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"); ?
Printable View
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"); ?
Nope it's not possible. Maybe it won't throw an error but light is compiled in CoD2CompileTools with map data .d3dbsp
Only possible with DirectX 9: moving .fx with light
dx7 doesnt support dynamic lights
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.