+ Reply to Thread
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 56

Thread: Holo stuff: sniper, pedobear, RC heli and MUCH more

  1. #21
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    I used smoother for the leg positions, I can make them smoother, but then the animation would be too slow.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  2. #22
    Wiremode Helper Techni's Avatar
    Join Date
    Jul 2008
    Posts
    773
    Blog Entries
    1

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    You know, giving pedobear a set of genitalia kind of ruins the whole concept of it. The closer we get to the reality of the subject the more we lose the irony and instead start going down that road. TLDR: it's distasteful.

  3. #23
    Wire Sofaking smellslike's Avatar
    Join Date
    May 2009
    Location
    in a lonley world
    Posts
    412

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    So you released none of it, or have just not gotten to it yet? Id say release the pedo and cannon(was really hoping on the cannon, will help with a contraption im building), but then ignore what others said. Its like you show off these great contraptions, take out the 3 best things, then won't release the rest =(. Kills mah hope, all of this of course if you aren't going to release the stuff.
    Working on military pack.
    Remember
    amateurs build the ark....
    Professionals build the titanic

  4. #24
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    Ok, I will release the cannon today, but I think its just the servo you need right?
    ---

    Originally made for a fin plane, make the Hold=1 to disable coming back to 0. edit to your wish. Credz to fyzik for the quats example, main part of code by me.
    Code:
    @name servo
    @inputs Up Servo:entity Hold
    @outputs A:angle Add Weld S:string
    @persist 
    @trigger 
    @model models/hunter/plates/plate1x1.mdl
    E=entity()
    
    Add+=Up*0.3
    Add=clamp(Add,-45,45)
    if(Up==0&Add!=0&!Hold)
    {
        Dir=Add>1 ? -1 : 1
        if(inrange(Add,-1.5,1.5)){Add=0}
        else{Add+=Dir}
    }
    
    if(first())
    {
        runOnTick(1) 
        holoCreate(1)
        holoAng(1,E:angles())
        holoParent(1,E)
    }
    A=E:toWorld(ang(0,Add,0))
    holoAng(1,A)
    
    E=Servo
    TarQ = quat(A) 
    CurQ = quat(E) 
    
    Q = TarQ/CurQ
    S=(toString(Q))
    
    V = E:toLocal(rotationVector(Q)+E:pos())
    
    
    E:applyTorque((150*V - 12*E:angVelVector())*E:inertia())  
    
    Weld=S=="1"#(E:angles():yaw()==Servo:angles():yaw())
    Last edited by Unsmart; 12-11-2009 at 06:05 AM.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  5. #25
    T3h
    T3h is offline
    Wire Amateur T3h's Avatar
    Join Date
    May 2009
    Location
    In that place.... you know...
    Posts
    84

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    LAWL Nice one :P
    NO THATS THE WRONG ANSWER.

    Chocolate: I'M HORNY
    Chocolate: SRS
    T3h: NOWAISRS
    Chocolate: YASRS
    T3h: SAME HIGH FIVE
    Chocolate: WOOT
    Chocolate: *High fives T3h*

  6. #26
    Wire Sofaking smellslike's Avatar
    Join Date
    May 2009
    Location
    in a lonley world
    Posts
    412

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    Quote Originally Posted by Unsmart View Post
    Ok, I will release the cannon today, but I think its just the servo you need right?
    ---

    Originally made for a fin plane, make the Hold=1 to disable coming back to 0. edit to your wish. Credz to fyzik for the quats example, main part of code by me.
    Code:
    @name servo
    @inputs Up Servo:entity Hold
    @outputs A:angle Add Weld S:string
    @persist 
    @trigger 
    @model models/hunter/plates/plate1x1.mdl
    E=entity()
    
    Add+=Up*0.3
    Add=clamp(Add,-45,45)
    if(Up==0&Add!=0&!Hold)
    {
        Dir=Add>1 ? -1 : 1
        if(inrange(Add,-1.5,1.5)){Add=0}
        else{Add+=Dir}
    }
    
    if(first())
    {
        runOnTick(1) 
        holoCreate(1)
        holoAng(1,E:angles())
        holoParent(1,E)
    }
    A=E:toWorld(ang(0,Add,0))
    holoAng(1,A)
    
    E=Servo
    TarQ = quat(A) 
    CurQ = quat(E) 
    
    Q = TarQ/CurQ
    S=(toString(Q))
    
    V = E:toLocal(rotationVector(Q)+E:pos())
    
    
    E:applyTorque((150*V - 12*E:angVelVector())*E:inertia())  
    
    Weld=S=="1"#(E:angles():yaw()==Servo:angles():yaw())
    Oh my god, u just saved mah life. which actual gun will u use, ill base modifications from there.
    Working on military pack.
    Remember
    amateurs build the ark....
    Professionals build the titanic

  7. #27
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    I used it with 1*1 plates, im sure you will figure out how to use it, if not, you dont deserve to have the code.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  8. #28
    Wire Sofaking smellslike's Avatar
    Join Date
    May 2009
    Location
    in a lonley world
    Posts
    412

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    oh i c what u did thar! lemme try it out here
    EDIT: got it working and pretty sweet, could easily hit any point on the map using my cam satellite
    Working on military pack.
    Remember
    amateurs build the ark....
    Professionals build the titanic

  9. #29
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    Ok, since people don't like the pedobears dick, I remade the code, so he only "shows" it when the victim/target is in range (50 units max on 2 X+Y [XY:length()], and 10 on Z).


    ----------------------
    Ok, I can announce the upcoming contraption: Gatling cannon, ~20 holograms
    Last edited by Unsmart; 12-15-2009 at 01:34 PM.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  10. #30
    Wire Noob dangermuffin's Avatar
    Join Date
    Oct 2009
    Posts
    2

    Default Re: Holo stuff: sniper, pedobear, RC heli and MUCH more

    Omg, that sniper is epic. I love those animations.. I wish ik new how to e2.. 1 n33dz t0
    h4z d4t

+ Reply to Thread
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. How to make heli stay at air
    By tuvan in forum Installation and Malfunctions Support
    Replies: 12
    Last Post: 10-06-2009, 09:20 AM
  2. Sniper Scope
    By DrSinn in forum Installation and Malfunctions Support
    Replies: 2
    Last Post: 04-03-2009, 06:46 AM
  3. [help] with Auto stable Heli
    By Chocolate9897 in forum Installation and Malfunctions Support
    Replies: 3
    Last Post: 12-10-2008, 08:29 AM
  4. Tibbles Mini Attack Heli [MAH]
    By Officer Tibbles in forum Finished contraptions
    Replies: 4
    Last Post: 10-06-2008, 03:39 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