[Request] weapons

Requests go in THIS forum!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
WWII44
Posts: 169
Joined: Thu Nov 25, 2010 5:32 pm

[Request] weapons

Post by WWII44 »

I would be very greatful if some one could make the fallowing weapons.

Browing GP-35
Remmington 870 Wingmaster
Ithaca 37 Shotgun
Remington Model 1100 Shotgun,
Remington 40XB BR Rifle
Thompson M1928A1 w/ clip magazine
MK2 Lewis gun
Browing Model
User avatar
Tragos
Posts: 624
Joined: Tue Jun 02, 2009 5:59 pm
Location: [Getting frisky with Xeno's]
Contact:

Re: [Request] weapons

Post by Tragos »

User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: [Request] weapons

Post by wildweasel »

What? Where's he going to find weapon resources on the Wiki?
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: [Request] weapons

Post by NeuralStunner »

I think that was a subtle "learn how to make them yourself".
User avatar
Tragos
Posts: 624
Joined: Tue Jun 02, 2009 5:59 pm
Location: [Getting frisky with Xeno's]
Contact:

Re: [Request] weapons

Post by Tragos »

NeuralStunner wrote:I think that was a subtle "learn how to make them yourself".
Right on. Besides learning is fun! :wink:
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: [Request] weapons

Post by wildweasel »

If it was that easy, we wouldn't have a Resources forum.
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: [Request] weapons

Post by NeuralStunner »

I think this was more on the coding side, as that's a large part of "making weapons".
User avatar
XutaWoo
Posts: 4005
Joined: Sat Dec 30, 2006 4:25 pm
Location: beautiful hills of those who are friends
Contact:

Re: [Request] weapons

Post by XutaWoo »

Code: Select all

actor BeeBomber : Weapon
{
  weapon.ammotype "BeeAmmo"
  weapon.ammouse 1
  weapon.ammogive 20
  inventory.pickupsound "You bagged the bee bomber!"
  obituary "%o encountered %k's BEEEEEEEEEEES."
  states
  {
  Spawn:
   BEEH A -1
   stop
  Ready:
   BEEG A 1 A_WeaponReady
   loop
  Select:
   BEEG A 1 A_Raise
   loop
  Deselect:
   BEEG A 1 A_Lower
   loop
  Fire:
   BEEG BCD 5
  Hold:
   BEEF AAAAAAAAAAAAAA 2 A_FireCustomMissile ("BeeBomb", frandom(-3, 3), 0)
   BEEF A 2 A_FireCustomMissile ("BeeBomb")
   BEEG EFGFE 3
   BEEG A 5 A_Refire
   goto Ready
  }
}

actor BeeBomb
{
  speed 36
  radius 4
  height 6
  damage 3
  seesound "bee/buzz"
  deathsound "bee/shotx"
  PROJECTILE
  +SEEKERMISSILE
  states
  {
  Spawn:
   BEES ABC 3 A_SeekerMissile (0, 9, SMF_LOOK)
   loop
  Death:
   BEES DEFGH 5 bright
   stop
  }
}
Done in a couple minutes.

Major part, yes, but not nearly as time consuming. :P
User avatar
Tragos
Posts: 624
Joined: Tue Jun 02, 2009 5:59 pm
Location: [Getting frisky with Xeno's]
Contact:

Re: [Request] weapons

Post by Tragos »

Bee bomb? lol

What kind of bee's make milk?
User avatar
Xaser
 
 
Posts: 10772
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: [Request] weapons

Post by Xaser »

Tragos wrote:What kind of bee's make milk?
Image
CaptainToenail
Posts: 3975
Joined: Fri Jul 06, 2007 9:16 am

Re: [Request] weapons

Post by CaptainToenail »

An exploding cow? :shock:
User avatar
Ethril
Posts: 2677
Joined: Sun Nov 16, 2008 2:59 am
Location: with you in the dark

Re: [Request] weapons

Post by Ethril »

Tragos wrote:What kind of bee's make milk?
Please don't go there. It's quite juvenile. :glare:
User avatar
Tragos
Posts: 624
Joined: Tue Jun 02, 2009 5:59 pm
Location: [Getting frisky with Xeno's]
Contact:

Re: [Request] weapons

Post by Tragos »

Ethril wrote:
Tragos wrote:What kind of bee's make milk?
Please don't go there. It's quite juvenile. :glare:
Just having a little fun. :oops: I think it's hilarious Xaser don't get it.
User avatar
WWII44
Posts: 169
Joined: Thu Nov 25, 2010 5:32 pm

Re: [Request] weapons

Post by WWII44 »

I meant more along the lines of sprite creation, because frankly I suck at it, can't seem to get them to turn out right and the look cartoony.
User avatar
Xaser
 
 
Posts: 10772
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: [Request] weapons

Post by Xaser »

I feel like I'm missing a meme somewhere. I think I'll stay in the dark for now. :P
Post Reply

Return to “Requests”