+ Reply to Thread
Results 1 to 4 of 4

Thread: Vector gates are already there.

  1. #1
    *

    Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael's Avatar
    Join Date
    Aug 2007
    Posts
    1,351

    Default Vector gates are already there.

    In lua/autorun/wiregates.lua. This should enable them for use (but I've not tested it yet):
    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"
    
    Just thought I'd let you all know.

    EDIT: posts! Woohoo!
    Last edited by Azrael; 09-27-2008 at 02:25 AM. Reason: 2^8 posts!
    <Anticept> i always thought that piss comes out of a womans ass....

  2. #2
    Faron's Assistant


    Anticept will become famous soon enough Anticept will become famous soon enough Anticept's Avatar
    Join Date
    Feb 2008
    Location
    Ohio, USA
    Posts
    835

    Default Re: Vector gates are already there.

    BP said vector gates work, but wire wasn't designed to use them. They are kinda hacked into wire, and the devs felt it better to just keep them disabled until wire 2.
    Last edited by Anticept; 09-28-2008 at 05:16 PM.
    Signature.

  3. #3
    *

    Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael's Avatar
    Join Date
    Aug 2007
    Posts
    1,351

    Default Re: Vector gates are already there.

    Awwwww.

    Anyway, I tested a few and they all seem to work fine. It's a shame to not use it so can't you just add it, pretty please?
    <Anticept> i always thought that piss comes out of a womans ass....

  4. #4
    Official Bastard of Wire


    Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin is a splendid one to behold Jat Goodwin's Avatar
    Join Date
    Aug 2008
    Location
    Colorado Springs
    Posts
    1,188

    Default Re: Vector gates are already there.

    There's gates? So we could have been using these the entire time! Heh, ill activate them on my server just to confuse people. Nice find Azrael.


    I Require More Minions! Join us on the IRC!
    List of Reasons to idle on the IRC: Wire QDB

+ Reply to Thread

Similar Threads

  1. Entity Gates, Vector Gates, and other stuff
    By DuFace in forum Wiremod Addons
    Replies: 31
    Last Post: 01-10-2009, 01:04 PM
  2. Outputting a vector from expression to vector thruster
    By Paper Clip in forum Help & Support
    Replies: 2
    Last Post: 10-16-2008, 04:37 AM
  3. Advanced gates / Custom gates
    By IEF015 in forum Wiremod Website Chat
    Replies: 1
    Last Post: 07-22-2008, 02:04 AM
  4. Vector Gates
    By DuFace in forum Wiremod Addons
    Replies: 5
    Last Post: 07-13-2008, 02:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts