Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → really simple, need (GBK's) DL correction cog
really simple, need (GBK's) DL correction cog
2004-05-31, 11:11 AM #1
^s^u^b^j^e^c^t^
Thanks.

------------------
Major projects working on:
SATNRT
JK Pistol Mod
Aliens TC
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2004-05-31, 12:53 PM #2
Code:
# DLFP, Dynamic Light Flicker Prevention
#
# Version 0.1
#
# 11/2002 GBK
Flags=0x240
Symbols
Message Created
Message Removed
Message Timer

Sector Player_sec	Local
Thing Light		Local
Vector Pos		Local
Vector PYR		Local
Template Type		Local

Flex Time=0.1		Local
End
Code
Created:
Light = Getsenderref();
Pos = Getthingpos(Light);
PYR = Getthinglvec(Light);
Type = Getthingtemplate(Light);
Settimer(Time);
Stop;

Timer:
Destroything(Light);
Stop;

Removed:
Player_sec = Getthingsector(JKgetlocalplayer());
Createthingatpos(Type, Player_sec, Pos, PYR);
Stop;
End


I think that's what you want.

------------------
~ Vader's Corner ~
My JK Level Design | 2005 JK Hub Level Pack (Plexus) | Massassi Levels
2004-05-31, 1:59 PM #3
Yes, thank you.

------------------
Major projects working on:
SATNRT
JK Pistol Mod
Aliens TC
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2004-06-01, 2:49 PM #4
Dont use that, it doesnt work right. I dont know how anyone got ahold of it, but I never could get it to work reliably.


Download OTS (link in sig), there is a fully functional DL controller in the gob. I think the filename is ``lights.cog``...

------------------
Have you seen junior's grades!?
:wq
And when the moment is right, I'm gonna fly a kite.
2004-06-01, 3:17 PM #5
Thanks, you da l33t man.

------------------
Major projects working on:
SATNRT
JK Pistol Mod
Aliens TC
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2004-06-01, 3:56 PM #6
[http://forums.massassi.net/html/biggrin.gif]

------------------
Have you seen junior's grades!?
:wq
And when the moment is right, I'm gonna fly a kite.

↑ Up to the top!