Emergency Lighting Modifications possible anymore?

Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
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

Comments

  • SamusDroidSamusDroid Colorado Join Date: 2013-05-13 Member: 185219Members, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Gold, Subnautica Playtester, NS2 Community Developer, Pistachionauts
    All those files still exist. Are you sure you are looking in Natural Selection 2/ns2/lua
  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    edited October 2015
    Just checked. The description still works just the lines changed slightly and some stuff was moved to PowerPointLightHandler.lua
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
    awesome thanks bro
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
    Yeah, the file if renderLight:GetType() == RenderLight.Type_AmbientVolume then (the second one) has HEAVILY changed. The guy said to change( for example ) renderLight:SetDirectionalColor(RenderLight.Direction_Right, color)
    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
  • SamusDroidSamusDroid Colorado Join Date: 2013-05-13 Member: 185219Members, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Gold, Subnautica Playtester, NS2 Community Developer, Pistachionauts
    In case you don't know you won't be able to run this on any server unless it runs the mod itself
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
    I figure I will just start a private server
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
    I have a backup lua folder on my desktop for both paths, so if I want to play on public servers I can just switch back the lua folders
  • YojimboYojimbo England Join Date: 2009-03-19 Member: 66806Members, NS2 Playtester, NS2 Map Tester, Reinforced - Supporter, Reinforced - Silver, Reinforced - Shadow
    edited October 2015
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
  • twilitebluetwiliteblue bug stalker Join Date: 2003-02-04 Member: 13116Members, NS2 Playtester, Squad Five Blue
    edited October 2015
    You need to use Launche.exe to create a new Steam Workshop mod, and set the server to load the mod.

    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.
  • Cabinetduck1147Cabinetduck1147 The city outside of Ns2_Eclipse Join Date: 2015-09-08 Member: 207832Members
    You need to use Launche.exe to create a new Steam Workshop mod, and set the server to load the mod.

    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?
Sign In or Register to comment.