+ Reply to Thread
Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 76

Thread: Olympus Technologies open testing

  1. #11
    Wire Sofaking Bobsymalone's Avatar
    Join Date
    Jul 2008
    Posts
    770

    Default Re: Olympus Technologies open testing

    There's a bit of a problem in your lethe cloaking thing, where you've tried to access array entries with Base(Entry) and whatnot. You have to use Base:number(Entry) or Base:setNumber(Entry,Value). Unless that's a new thing I haven't heard of.

    I might have a go building some rough versions of these bots at some point, I'll let you know of any typos or bugs.

  2. #12
    Wirererer eduardo's Avatar
    Join Date
    Jan 2009
    Posts
    399

    Default Re: Olympus Technologies open testing

    i love lying in bed hes amazing

  3. #13
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    Quote Originally Posted by Bobsymalone View Post
    There's a bit of a problem in your lethe cloaking thing, where you've tried to access array entries with Base(Entry) and whatnot. You have to use Base:number(Entry) or Base:setNumber(Entry,Value). Unless that's a new thing I haven't heard of.
    Huh, that would be the only array method I've ever encountered that isn't Array(Index) then.

    Should be fixed now.
    Last edited by Lyinginbedmon; 04-20-2009 at 01:53 PM.

  4. #14
    Wire Sofaking Bobsymalone's Avatar
    Join Date
    Jul 2008
    Posts
    770

    Default Re: Olympus Technologies open testing

    Quote Originally Posted by Lyinginbedmon View Post
    Huh, that would be the only array method I've ever encountered that isn't Array(Index) then.
    In Lua you use square brackets and whatnot, but there's no real native support for arrays and tables in E2. Both extensions are kinda hacky.

    http://wiki.garrysmod.com/wiki/?titl...ression2#Array

  5. #15
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    The Archer entity tracker Mk-I is now in the Miscellaneous expressions post.

  6. #16
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    I've just added the Hecate entity tracker to the Miscellaneous expressions post.

    Whilst the Archer entity tracker is designed to allow a drone to accurately retrace the path of a target entity, the Hecate entity tracker is designed for using the entity more as a scout, and keeping apace of it's position and distance realtime. So if the Archer entity tracker is a herding animal, the Hecate entity tracker is a stalking predator.

  7. #17
    Wirererer Nikolas's Avatar
    Join Date
    Feb 2009
    Posts
    284

    Default Re: Olympus Technologies open testing

    Quote Originally Posted by BlackholeWM View Post
    Your stuff is always so awesome. I envy you.
    WORD! You hit that spot on


    My both attempts to make a Youtube videos. They are made in crysis and they are HD^_^
    Jungel
    Icy complication


    OMG! Wiremod got dwarf king

  8. #18
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    Quote Originally Posted by Nikolas View Post
    WORD! You hit that spot on
    Well I can't take all the credit. If the concept didn't amaze so many people I'd never have the motivation to keep going.
    Quote Originally Posted by Bobsymalone View Post
    I might have a go building some rough versions of these bots at some point, I'll let you know of any typos or bugs.
    And advance on this Bobsy?

    And in conceptual news: I'm considering a kind of "familiarity" system, so the drones recognise locators on other drones and increase a number associated with them in a table as they stay around longer. The end result being that in cases such as the Buddy system they gravitate towards drones with higher familiarity values.

    Extending that, groups of drones formed either via familiarity or the buddy system average out their general (Director) action so they synchronise on something they al prefer.

    And now why I'll likely never code that: Imagine a large group of drones, and then ticking one or two off until they decide to switch to Attack.

    Yup. That's why. I've finally conceptualised a protocol even I don't want to give them.

  9. #19
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    I've just added the dumb version (Flies in a line then explodes) of the Cycnus missile prototype expression.

    It almost certainly has issues, because I've never used applyForce before, but the signals and detonation should work so at the very least they're small landmines. If you happen to be on a server with Gcombat enabled, they can also serve as expression C4.
    Last edited by Lyinginbedmon; 04-24-2009 at 07:47 PM.

    The Olympus Technologies drones, totally not SkyNet in Gmod form.
    Cronus: The Ultimate Drone, definitely SkyNet in Gmod form.
    The gBrain Project, the drone controls system that thinks it's better than you

  10. #20
    Wiremod Helper Lyinginbedmon's Avatar
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,659

    Default Re: Olympus Technologies open testing

    Okay, signals are presently busted, but after some testing with a slightly modified version (Using radios instead of signals) I discovered a few faults with the Lethe system.

    At first, it didn't activate period, partially because the signals are broken and partially because of the way the code was made to activate interfering with itself.
    Next, if stopped mid-transition, the arrays got messed up and wound up with part of a contraption that turned invisible and back and part that just stayed invisible. This is because activating decloak whilst cloak was still running messed with the arrays and set some entries to 0, so the Alpha would be 0 for some props. It didn't help that activating the cloak again overwrote the previous array.

    I've fixed these issues now, so it should work perfectly once signals are operational again. As usual it seems subroutine pinging was the solution.

    One curious little flaw in the Lethe chips right now is that the cloaking chips don't cloak themselves, so you end up with an invisible contraption and small seemingly-levitating expression chip. This wouldn't be hard to fix (entity():setAlpha(0) and entity():setAlpha(255)) but as of right now I haven't done so to the first page's code.
    Last edited by Lyinginbedmon; 05-05-2009 at 11:23 AM.

    The Olympus Technologies drones, totally not SkyNet in Gmod form.
    Cronus: The Ultimate Drone, definitely SkyNet in Gmod form.
    The gBrain Project, the drone controls system that thinks it's better than you

+ Reply to Thread
Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. Olympus Technologies
    By Lyinginbedmon in forum Finished contraptions
    Replies: 110
    Last Post: 08-03-2010, 02:44 PM
  2. Testing Video Stuffs!
    By -=Fox=- in forum Off-Topic
    Replies: 1
    Last Post: 09-09-2008, 02:15 PM
  3. Replies: 3
    Last Post: 08-23-2008, 07:13 PM
  4. Wire 2 Testing Server
    By -orb- in forum Servers
    Replies: 18
    Last Post: 02-03-2008, 12:41 PM

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
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots