Author |
Message |
Rawtoast
Joined: Mon Apr 06, 2009 9:41 am Posts: 712 Location: New York
|
Re: Harpoon Gun V1.0 ))AAL Product
zalo wrote: Oh, Awesome. I saw this commented out in the Pistols.ini and I was waiting for it Here's a gif: I noticed that the other day, too, when I was trying to make a giant pistol for one of your huge-ass clones. They tend to just shoot themselves with smaller guns. Downloaded.
|
Thu May 28, 2009 2:12 pm |
|
|
madmonkey43
Joined: Mon Sep 10, 2007 4:42 pm Posts: 59 Location: your miiiiiind
|
Re: Harpoon Gun V1.0 ))AAL Product
very nice, didnt think it was possible till i saw the gif. so i tried it and its awesome, really p15535 off my brother : D
|
Thu May 28, 2009 6:28 pm |
|
|
mbbird
Joined: Thu Feb 12, 2009 8:14 am Posts: 110
|
Re: Harpoon Gun V1.0 ))AAL Product
vagyr wrote: pinning your enemys to wall with a harpoon is one thing... pinning them on the wall with 20 stakes would be more avesome... what i mean is we need a mega stake machinegun! basicaly a minigun but it will throw many stakes! This would only work if the harpoons attached to the actors instead of the other way around.
|
Thu May 28, 2009 11:41 pm |
|
|
MECAGUY03
Joined: Thu Aug 30, 2007 4:36 am Posts: 65
|
Re: Harpoon Gun V1.0 ))AAL Product
I think this shows that it is time to make tourqe bow! LETS DO IT!
|
Thu May 28, 2009 11:51 pm |
|
|
songblade
Joined: Fri Mar 27, 2009 4:48 am Posts: 3
|
Re: Harpoon Gun V1.0 ))AAL Product
MECAGUY03 wrote: I think this shows that it is time to make tourqe bow! LETS DO IT! Lol Gears Of War mod here we come XD
|
Fri May 29, 2009 12:03 am |
|
|
robolee
Joined: Fri May 11, 2007 4:30 pm Posts: 1040 Location: England
|
Re: Harpoon Gun V1.0 ))AAL Product
I love this gun, 'tis rather awesome if I do say so myself. however there are a few things buggin' me, so I dun editted it! my vesion has slightly random X placement on the harpoon (per harpoon, not on a per actor basis*), harpoon slows down after impaling, after the lifetime of the harpoon the actor is unpinned. I love it so much I made a gif: (the weird y placement has been removed from the code, it should now actually look like it goes through the centre of the actor mostly) * could do a check on the actor to see whether any other actors are nearby, except "self"... but it's is a slight waste of CPU especially when there aren't any actors guaranteed to be there.CODE: [tab][tab][tab][tab]actor.PinStrength = 0;--nothing changed before this line [tab][tab][tab][tab]actor.Pos.X = self.Pos.X+rand; [tab][tab][tab][tab]actor.Pos.Y = self.Pos.Y; [tab][tab][tab][tab]if (actor.Vel.X >= 1) and (actor.Vel.X <= -1) and (self.Compare.Vel == 1) then [tab][tab][tab][tab][tab]self.Vel.X = self.Vel.X + ((self.Vel.X - actor.Vel.X)/3); [tab][tab][tab][tab][tab]self.CompareVel = 0; [tab][tab][tab][tab]end [tab][tab][tab][tab]actor.Vel = self.Vel; [tab][tab][tab][tab]actor.Vel.X = 0; [tab][tab][tab][tab]actor.PinStrength = 5; [tab][tab][tab][tab]if self.hurtTimer:IsPastSimMS(self.hurtInterval) then [tab][tab][tab][tab][tab]actor.Health = actor.Health - 1; [tab][tab][tab][tab][tab]self.hurtTimer:Reset(); [tab][tab][tab][tab][tab]if actor.Health < 0 then [tab][tab][tab][tab][tab]actor:GibThis() ; [tab][tab][tab][tab][tab]end [tab][tab][tab][tab]self.Vel.X = self.Vel.X/1.5; [tab][tab][tab][tab][tab]if self.Vel.Y < 0 then [tab][tab][tab][tab][tab][tab]self.Vel.Y = self.Vel.Y/2; [tab][tab][tab][tab][tab]end [tab][tab][tab][tab]end [tab][tab][tab][tab]if self.LTimer:IsPastSimMS(3800) then [tab][tab][tab][tab][tab]actor.PinStrength = 0; [tab][tab][tab][tab]end--nothing changed after this line
Last edited by robolee on Fri May 29, 2009 4:15 pm, edited 1 time in total.
|
Fri May 29, 2009 2:39 pm |
|
|
SpacePope
Joined: Sat May 24, 2008 5:10 am Posts: 167 Location: In Belgium!!!!
|
Re: Harpoon Gun V1.0 ))AAL Product
numgun wrote: Btw I got inspired to do this when I saw Spacepope's spike gun.
If I knew Lua ,I 'd have done it before you ! Hey,who's awesome? Numgun's awesome. and me obviously
|
Fri May 29, 2009 4:12 pm |
|
|
Darklink
Joined: Wed Jan 03, 2007 3:49 am Posts: 88 Location: computer chair
|
Re: Harpoon Gun V1.0 ))AAL Product
Hey numgun... Remember back when you first made the MPAM? Remember the Giant compound bow it came with?
any chance of remaking it with the effect of the harpoon gun?
|
Fri May 29, 2009 4:17 pm |
|
|
piipu
Joined: Mon Jun 30, 2008 9:13 pm Posts: 499 Location: Finland
|
Re: Harpoon Gun V1.0 ))AAL Product
Harpoons with physics part one: The harpoon uses only lua to collide. Note that the attaching thingy sucks a bit still.
|
Fri May 29, 2009 7:32 pm |
|
|
Mattie2009
Joined: Wed Jan 28, 2009 7:35 pm Posts: 13 Location: On my computer, where else?
|
Re: Harpoon Gun V1.0 ))AAL Product
Man the harpoons. *Is shot*
Why did this person think it would be a good idea to Necro a 2 month old thread?
|
Wed Jul 29, 2009 6:04 pm |
|
|
superking208
Joined: Mon Jun 22, 2009 3:16 am Posts: 43
|
Re: Harpoon Gun V1.0 ))AAL Product
Ha ha, oh wow; I am thoroughly enjoying this. Good work.
|
Wed Jul 29, 2009 7:30 pm |
|
|
kingzogre
Joined: Mon Sep 14, 2009 2:17 am Posts: 6
|
Re: Harpoon Gun V1.0 ))AAL Product
Now this is truly worthy of being called awesome.
|
Mon Sep 14, 2009 3:26 am |
|
|
billy joe bob
Joined: Sun Aug 10, 2008 7:12 am Posts: 59
|
Re: Harpoon Gun V1.0 ))AAL Product
Kingzogre, could you not bump old threads, especially one after the other? *hands Kingzogre flame retardant Pyro suit*
And poo, Numgun removed the link on this mod too. :/
|
Mon Sep 14, 2009 4:22 am |
|
|
Jonny-B
Joined: Thu Feb 15, 2007 4:03 am Posts: 30
|
Re: Harpoon Gun V1.0 ))AAL Product
Could someone re-upload this?
|
Tue Sep 15, 2009 12:55 am |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Harpoon Gun V1.0 ))AAL Product
billy joe bob wrote: Numgun removed the link on this mod too. So no.
|
Tue Sep 15, 2009 12:59 am |
|
|
|