Emergency Lighting Modifications possible anymore?
Cabinetduck1147
The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
in Modding
Hey, there is a much older thread on changing to client color of the emergency lights in Ns2.
Is this still possible?
Because there are MANY files that I can't find in the Lua folder.
Thanks!
Link to original Thread: https://forums.unknownworlds.com/discussion/114367/custom-emergency-light-colors
Is this still possible?
Because there are MANY files that I can't find in the Lua folder.
Thanks!
Link to original Thread: https://forums.unknownworlds.com/discussion/114367/custom-emergency-light-colors
Comments
to renderLight:SetDirectionalColor(RenderLight.Direction_Right, color2)
and to do the same with the identical file on a lower line, but the 'identical' one looks like this
renderLight:SetDirectionalColor(RenderLight.Direction_Right, renderLight.originalRight)
how am I suppose to do that? Thanks for all the help, this is the first modding I've ever done for Ns2 :P
Subscribe to your own mode and look inside your "%appdata%\Natural Selection 2\Workshop" folder, the first part of the name of the folder should be the mod id. eg "ma1b2c3d_123456" means the mod id is a1b2c3d
Hope that helps. There are guides on the modding forums about how to set up your own server.
Um, ok. Can I ask what do I do about the different luas?