How to turn on MAC spotlight?
aeroripper
Join Date: 2005-02-25 Member: 42471NS1 Playtester, Forum Moderators, Constellation
in Modding
<div class="IPBDescription">code incomplete?</div>Been looking through the code in MAC.lua and Effects.lua (effects.lua references the light used in the main menu movie which is light.cinematic in the \marine\mac\ folder)
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->// For cinematics and sounds, you can specify the asset names like this:
// Set to "cinematics/marine/rifle/shell.cinematic" or use a table like this to control probability:
// { {1, "cinematics/marine/rifle/shell.cinematic"}, {.5, "cinematics/marine/rifle/shell2.cinematic"} } // shell2 triggers 1/3 of the time
// TODO: Account for GetRicochetEffectFrequency
// TODO: Sentry:OnAnimationComplete
// TODO: Add hooks for sound parameter changes so they can be applied to specific sound effects here
// TODO: system for IP spin.cinematic (and MAC "fxnode_light" - "cinematics/marine/mac/light.cinematic")<!--c2--></div><!--ec2-->
It looks like it hasn't been coded in yet. Anybody good with lua that knows how to enable it? I know the MAC has some other lights too (brake light, spinny light on top) but I don't think there is any code for those at all yet.
Any idea?
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->// For cinematics and sounds, you can specify the asset names like this:
// Set to "cinematics/marine/rifle/shell.cinematic" or use a table like this to control probability:
// { {1, "cinematics/marine/rifle/shell.cinematic"}, {.5, "cinematics/marine/rifle/shell2.cinematic"} } // shell2 triggers 1/3 of the time
// TODO: Account for GetRicochetEffectFrequency
// TODO: Sentry:OnAnimationComplete
// TODO: Add hooks for sound parameter changes so they can be applied to specific sound effects here
// TODO: system for IP spin.cinematic (and MAC "fxnode_light" - "cinematics/marine/mac/light.cinematic")<!--c2--></div><!--ec2-->
It looks like it hasn't been coded in yet. Anybody good with lua that knows how to enable it? I know the MAC has some other lights too (brake light, spinny light on top) but I don't think there is any code for those at all yet.
Any idea?
Comments
Not everything have to be a research.
And this time I really don't think that it should be a research.
:P