In lua/autorun/wiregates.lua. This should enable them for use (but I've not tested it yet):
Just thought I'd let you all know.Code:Index: lua/wire/stools/gates.lua =================================================================== --- lua/wire/stools/gates.lua (revision 693) +++ lua/wire/stools/gates.lua (working copy) @@ -33,6 +33,10 @@ language.Add( "Tool_wire_gate_trig_desc", "Spawns a trig gate for use with the wire system." ) language.Add( "Tool_wire_gate_trig_0", "Primary: Create/Update Trig Gate" ) + language.Add( "Tool_wire_gate_vector_name", "Vector Gate Tool (Wire)" ) + language.Add( "Tool_wire_gate_vector_desc", "Spawns a vector gate for use with the wire system." ) + language.Add( "Tool_wire_gate_vector_0", "Primary: Create/Update Vector Gate" ) + language.Add( "Tool_wire_gates_name", "Gate Tool (Wire)" ) language.Add( "Tool_wire_gates_desc", "Spawns a gate for use with the wire system." ) language.Add( "Tool_wire_gates_0", "Primary: Create/Update Gate" ) @@ -139,7 +143,10 @@ openTOOL() buildTOOL( "Trig", "sin" ) +openTOOL() +buildTOOL( "Vector", "vector_add" ) + openTOOL() TOOL.Mode = "wire_gates" TOOL.Category = "Wire - Tools"
EDIT:posts! Woohoo!


LinkBack URL
About LinkBacks


posts! Woohoo! 



Reply With Quote






Bookmarks