timer question and gameModeFadeOut
Re: timer question and gameModeFadeOut
Sorry if I am stating the painfully obvious, but....
this green filter effect can be changed to whatever colour you wish with -
(some very nice effects to be had
)
SpoilerShow
Code: Select all
{
class = "Model",
name = "coloureffect",
model = "mod_assets/models/gel.fbx",
material = "greeneffect",
emissiveColor = vec(-255,255,-255),
onInit = function(self)
self:disable()
end
},SpoilerShow
--party.coloureffect:setEmissiveColor(vec(-255,-255,255)) = BLUE
--party.coloureffect:setEmissiveColor(vec(255,-255,-255)) = RED
--party.coloureffect:setEmissiveColor(vec(155,155,-255)) = YELOW
--party.coloureffect:setEmissiveColor(vec(255,255,255)) = NORMAL
--party.coloureffect:setEmissiveColor(vec(-155,-155,-155)) = PITCH BLACK
--party.coloureffect:setEmissiveColor(vec(255,-255,-255)) = RED
--party.coloureffect:setEmissiveColor(vec(155,155,-255)) = YELOW
--party.coloureffect:setEmissiveColor(vec(255,255,255)) = NORMAL
--party.coloureffect:setEmissiveColor(vec(-155,-155,-155)) = PITCH BLACK
Labyrinth of Lies (viewtopic.php?f=14&t=4400)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)
Legacy of Lies (viewtopic.php?f=22&t=12983&hilit=+legacy)