+ Reply to Thread
Page 2 of 20
FirstFirst 1 2 3 4 12 ... LastLast
Results 11 to 20 of 196

Thread: Wire - Field Generator(s)

  1. #11
    Wire Noob cyberpunk is on a distinguished road cyberpunk's Avatar
    Join Date
    Jun 2007
    Posts
    9

    Default Re: Wire - Field Generator(s)

    hmmm does it ignore any props its attached too? also, Does it repel objects? for instance missiles? :P

  2. #12
    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,192

    Default Re: Wire - Field Generator(s)

    heh, this add-on can be a disaster if you have a server. I updated all my wire stuff and got this but never looked at it and someone was playing around and made a black hole.... At first I was LMAO at all the crap flying towards the center of the map then it crashed. Now I have it set to admin only. But now I have all kinds of fun with it. BTW is there any way you could get it to affect players?


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

  3. #13
    UWSVN Contributor AlgorithmX2 is on a distinguished road AlgorithmX2's Avatar
    Join Date
    Sep 2008
    Posts
    35

    Default Re: Wire - Field Generator(s)

    Hmm, I guess I could add option for it to affect players as well. I also need to look in to making it ignore the props its attached to as it seems to be pretty unstable when you mount chips and what not to it.

    I had a feeling it might be a little unwieldy on servers online, but I couldn't think of any good ways to limit the effects, any ideas?

  4. #14
    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,192

    Default Re: Wire - Field Generator(s)

    I have no idea how hard this might be but think you integrate to work with like PP or something?


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

  5. #15
    General Purpose Madman

    Free Fall is on a distinguished road Free Fall's Avatar
    Join Date
    Dec 2007
    Location
    Got digitalized and now lives in his PC's RAM
    Posts
    292

    Default Re: Wire - Field Generator(s)

    Integrating PP support should be pretty easy. "Just" call the "PhysgunPickup" hook for every prop that is gonna be affected by the field, then PP can decide, if it may or not.

    it should be
    Code:
    gamemode.Call("PhysgunPickup",ply,ent)
    
    where "ent" is the "gonna-be-affected" entity, and "ply" must be set by the owner of the field. Most STools put the owner to "self.ply" (just as tip)

    Nice addon, btw
    Needz moar Lua

  6. #16
    UWSVN Contributor AlgorithmX2 is on a distinguished road AlgorithmX2's Avatar
    Join Date
    Sep 2008
    Posts
    35

    Default Re: Wire - Field Generator(s)

    Hmm That would definitely help in a server environment, although I'm not sure how this will effect things if I allow the fields to affect players, it wouldn't affect your props but you would get sucked into a vortex.

    it does repel Combine Energy Spheres, which is fun, it also affects grenades, but I'm not entirely sure if it works well on missiles.
    Last edited by AlgorithmX2; 09-15-2008 at 11:09 AM.

  7. #17
    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
    848

    Default Re: Wire - Field Generator(s)

    UWSVNed for those who didn't know
    Signature.

  8. #18
    UWSVN Contributor AlgorithmX2 is on a distinguished road AlgorithmX2's Avatar
    Join Date
    Sep 2008
    Posts
    35

    Default Re: Wire - Field Generator(s)

    I'm currently working on the new version:

    2 New Motion Fields: Wind (linear motion ) and Vortex ( circular motion )
    3 New Effect Fields: Flame (ignites anything inside it), Crushing ( hurts anything inside it ), Electromagnetic ( disrupts wire components )

    Support for Prop Protection

    Can now Toggle Ignore Self.
    Can now Toggle Affect Players.

    The new version also effects NPC's and rockets and the like correctly.

    Also the 2 new field types have a new input, Direction ( vector or not )
    which controls the direction of force ( wind ), or the axis of the spin ( vortex ).

    [ame="http://www.veoh.com/videos/v159086605xyWGPnH"]Vortex Preview[/ame]

    I'm still not sure I want to add support for players, and if I do not sure what limits, and such to apply to it, obviously this can't be solved with prop protection, and if it does effect players its more likely it will be dangerous in on a server, and I want to do my best not to cause issues with running this in a shared environment.

    I got the idea for the 2 new fields from Shandolum's suggestion of a tornado. I'd also like to thank Free Fall, Jat Goodwin, and cyberpunk for their suggestions, if any one has any other ideas let me know.

    I did find one excellent use for the static field, if you crank up the Multiplier, and the distance, its a great way to slow small renegade creations, or similar, so you can either catch them or remove them.
    Last edited by AlgorithmX2; 09-17-2008 at 12:05 AM. Reason: Updated New version details

  9. #19
    Wire Noob LightDemon666 is on a distinguished road LightDemon666's Avatar
    Join Date
    May 2007
    Location
    Seventh level of Hell third door on the right.
    Posts
    28

    Default Re: Wire - Field Generator(s)

    Can you leave an option to allow the field to effect what is it welded to. I was using it as a nice gravity controller on a ship so I could land and reapply gravity.

  10. #20
    UWSVN Contributor AlgorithmX2 is on a distinguished road AlgorithmX2's Avatar
    Join Date
    Sep 2008
    Posts
    35

    Default Re: Wire - Field Generator(s)

    Sure thing, I'll make it a spawn option.

+ Reply to Thread
Page 2 of 20
FirstFirst 1 2 3 4 12 ... LastLast

LinkBacks (?)

  1. 02-12-2010, 12:43 AM
  2. 01-31-2010, 07:08 PM
  3. 01-27-2010, 12:09 PM

Similar Threads

  1. Target Finder Entity Field
    By EntropyGuardian in forum Help & Support
    Replies: 5
    Last Post: 12-10-2008, 10:10 AM
  2. Volumetric buttons / sensor field
    By andy1976uk in forum Ideas & Suggestions
    Replies: 6
    Last Post: 03-12-2008, 06:28 PM
  3. wire battle field table
    By jason the wolf in forum Help & Support
    Replies: 6
    Last Post: 06-29-2007, 11:47 PM
  4. Wire + Life Support generator and motor...
    By Infinity in forum Ideas & Suggestions
    Replies: 16
    Last Post: 06-09-2007, 02:06 PM
  5. Waveform Generator
    By eth0 in forum Ideas & Suggestions
    Replies: 28
    Last Post: 04-24-2007, 01:10 AM

Tags for this Thread

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