+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 11

Thread: Holo Cube Invasion

  1. #1
    Wirererer adadr is on a distinguished road adadr's Avatar
    Join Date
    Jan 2009
    Location
    South Dakota, USA
    Posts
    204

    Talking Holo Cube Invasion

    Hello wiremod users, i would like to show you something i made awhile ago and finally decided to post about it. i call it Holo Cube Invasion. pictures below. basically its just a bunch of rolling cubes, but i find it oddly satisfying. note that it uses quite a lot of ops for 25 cubes because it needs 2 holos per cube because of ranger issues





    Code:
    @name Holo Cube Invasion!
    @inputs 
    @outputs 
    @persist R:ranger V:vector A:angle Z N Ar:array
    @trigger 
    interval(25)
    timer("A",100)
    if(N<25&clk("A")) {
    N++
    holoCreate(N)
    holoCreate(N*100)
    holoAlpha(N*100,0)
    holoColor(N,randvec()*255)
    Ar[N,vector]=entity():pos()+(randvec()*100):setZ(0)
    Ar[N*1000,number]=random(1,3)
    }
    for(I=1,25) {
    rangerHitWater(1)
    R = rangerOffset(12,holoEntity(I*100):pos()+vec(0,0,6),vec(0,0,-1))
    Ar[I,vector]=Ar[I,vector]+vec(0.71*Ar[I*1000,number],0,0)
    Ar[I+100,angle]=Ar[I+100,angle]+ang(4*Ar[I*1000,number],0,0)
    holoAng(I,Ar[I+100,angle])
    Z = cos(Ar[I+100,angle]:pitch()*4+180)*0.9+8
    holoPos(I,Ar[I,vector]:setZ(Z+R:position():z()))
    holoPos(I*100,Ar[I,vector]:setZ(R:position():z()))
    }
    
    I am a metalhead gamer livin in a small town in a place where corn is more abundant than people

  2. #2
    Banned SGT_KILL is on a distinguished road SGT_KILL's Avatar
    Join Date
    Apr 2009
    Location
    Tasmania,Australia
    Posts
    90

    Default Re: Holo Cube Invasion

    nice 1

    (small things amuse large minds) <<< L.O.L

  3. #3
    Wire Sofaking ShadowBrain will become famous soon enough ShadowBrain's Avatar
    Join Date
    Oct 2008
    Location
    Where you live.
    Posts
    483

    Default Re: Holo Cube Invasion

    Theres actually only like 16 cubes in both the pics...
    YOU'RE DOING IT WRONG.

  4. #4
    Wirererer hzzzln is on a distinguished road hzzzln's Avatar
    Join Date
    Dec 2008
    Location
    :noitacoL
    Posts
    105

    Default Re: Holo Cube Invasion

    2 pictures, so 16+16=32
    DO YOU HEAR THE VOICES TOO?

  5. #5
    Banned Ehmmett has a little shameless behaviour in the past Ehmmett's Avatar
    Join Date
    Sep 2009
    Location
    owner():pos()
    Posts
    316

    Default Re: Holo Cube Invasion

    Quote Originally Posted by hzzzln View Post
    2 pictures, so 16+16=32
    It's really neat that you know how to do math, but what the hell is your point?

  6. #6
    Wire Sofaking ShadowBrain will become famous soon enough ShadowBrain's Avatar
    Join Date
    Oct 2008
    Location
    Where you live.
    Posts
    483

    Default Re: Holo Cube Invasion

    Not sure about his point, but my point was that he claimed there were 25 cubes, eventhough there are only 16.
    YOU'RE DOING IT WRONG.

  7. #7
    Wirererer jacoby6000 is an unknown quantity at this point jacoby6000's Avatar
    Join Date
    Feb 2008
    Location
    behind you when you aren't looking
    Posts
    278

    Default Re: Holo Cube Invasion

    ever think that maybe it didnt show all the cubes? or maybe that he wasnt using all the cubes that he could be? He meant its capable of 25 cubes, not that the picture showed 25
    Quote Originally Posted by mattwd0526 View Post
    >.< So yours echoes everything back, except in rainbow? That's like having Richard Simmons follow you around...
    I'm not stupid!
    "In [his] experience that was a sentence never to be uttered except to prove its own inaccuracy" --Orson Scott Card

  8. #8
    Wire Noob saszasta is on a distinguished road saszasta's Avatar
    Join Date
    Mar 2009
    Location
    On Earth
    Posts
    24

    Default Re: Holo Cube Invasion

    Quote Originally Posted by jacoby6000 View Post
    ever think that maybe it didnt show all the cubes? or maybe that he wasnt using all the cubes that he could be? He meant its capable of 25 cubes, not that the picture showed 25
    That. I just wanted to say.
    e2 Code:
    1. if(A != A){Impossible = 1} else {Impossible = 0}
    **StefanMajonez**

  9. #9
    Wire Sofaking ShadowBrain will become famous soon enough ShadowBrain's Avatar
    Join Date
    Oct 2008
    Location
    Where you live.
    Posts
    483

    Default Re: Holo Cube Invasion

    I'm more leaning towards the fact that you can't create more then 30 holos a second and then something happened which enabled him to make 32...
    YOU'RE DOING IT WRONG.

  10. #10
    Banned Ehmmett has a little shameless behaviour in the past Ehmmett's Avatar
    Join Date
    Sep 2009
    Location
    owner():pos()
    Posts
    316

    Default Re: Holo Cube Invasion

    if(N<25&clk("A")) {
    there you go

+ Reply to Thread
Page 1 of 2
1 2 LastLast

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