header general

Gatling Laser

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 8 months ago - 8 years 6 months ago #11 by Blue Shadow
Replied by Blue Shadow on topic Gatling Laser

badmojo91 wrote: unless I figured out how to set ammo types to randomly change at spawn, so say 50 percent chance a cell would be the new ammo type when level starts.. if you know what I mean.. any thoughts on that? Or even if it's possible in decorate or acs?

Easily done with RandomSpawner . However, that would require the energy cells actor to be replaced, something you're not allowed to do in a submission.
Last edit: 8 years 6 months ago by Tormentor667.

Please Log in or Create an account to join the conversation.

  • BadMojo
  • BadMojo's Avatar Topic Author
  • Wicked
  • Wicked
More
8 years 8 months ago #12 by BadMojo
Replied by BadMojo on topic Gatling Laser
Yea i thought as much, but at least it can be done for a mod im working on, thanks :)

Please Log in or Create an account to join the conversation.

  • MagicWazard
  • MagicWazard's Avatar
  • Moderator
  • Moderator
More
8 years 6 months ago #13 by MagicWazard
Replied by MagicWazard on topic Gatling Laser
If you're still contemplating custom ammo, perhaps you could try one of the sprite edits from here . :)

Please Log in or Create an account to join the conversation.

  • BadMojo
  • BadMojo's Avatar Topic Author
  • Wicked
  • Wicked
More
8 years 6 months ago #14 by BadMojo
Replied by BadMojo on topic Gatling Laser
*saved in database of doom resources* They look sweet as, maybe for another project, ive kind of drifted away from doom for a while anyway, but for the sake of sticking with the environment of doom, i feel its best to keep this as it stands, i think i did some more modifications to it in the megawad project i was working on, but its been a while so i cant remember lol... but when i get back into it all again ill start from where i left off, ive made it easy for me to do that when im ready. :)

No more cocoa demon? :(

Please Log in or Create an account to join the conversation.

  • MagicWazard
  • MagicWazard's Avatar
  • Moderator
  • Moderator
More
8 years 6 months ago #15 by MagicWazard
Replied by MagicWazard on topic Gatling Laser

badmojo91 wrote: No more cocoa demon? :(

Nah, I'm trying to go with a more consistent branding across websites. We'll see how long that sticks.

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 4 months ago #16 by Blue Shadow
Replied by Blue Shadow on topic Gatling Laser
I think the damage should be reduced. The weapon has a higher firing rate than the plasma rifle (which gives it a better stun capabilities) and its projectiles travel very fast.

It doesn't need to be a boss-killer. Using it to mow down low-to-medium tier enemies is a good use for this weapon.

An inevitably, I'm going to complain about weapon recoil, here.

Please Log in or Create an account to join the conversation.

  • BadMojo
  • BadMojo's Avatar Topic Author
  • Wicked
  • Wicked
More
8 years 4 months ago - 8 years 4 months ago #17 by BadMojo
Replied by BadMojo on topic Gatling Laser
I agree with the strength of the weapon, it was originally lower, I'll make the necessary changes when I get home.

As of your "complaints"... No, let's not call it that, its a criticism, which is what I'm after, has been noted and will see what I can do in terms of that :)


Edit: Okay, so Ive made some changes. Firstly, i lowered the damage to about half as what the plasma rifle deals, i havent tested it in game yet so let me know how that feels in say, a pit of zombies or something :)

Secondly, I noticed my pitch values were set to +0.25 then -0.15... or something like that, which resulted in what id like to call the "quake 2 machinegun effect".. so i changed it to +0.15 -0,15 so that it still gives a bit of feedback, but doesnt mess with your view..

Also, my apologies, i was wrong, I thought it did shift the view back to normal automatically after recoil, as i too am a keyboard style user, or at least mouse with horizontal only set on... but i was wrong, and yea, that recoil was terrible lol, anyway let me know your thoughts on it :lol:
Last edit: 8 years 4 months ago by BadMojo. Reason: update

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 4 months ago #18 by Blue Shadow
Replied by Blue Shadow on topic Gatling Laser
I did some thinking, and found that this weapon should have around the same power as the plasma rifle, yet consume more ammo. The ammo consumption could be justified by the fact, as I mentioned in my previous post, that the weapon has a higher firing rate and fast projectiles.

I performed some tests, and as such, I suggest the following two changes:
  • Make the weapon consume one point of ammo per shot.
  • Change the damage of the projectile to this:
    Code:
    Damage (5 * Random(1, 5))

With the above changes, it'd take around the same time to kill a baron, a spider mastermind or a cyberdemon with this weapon as it would with the plasma rifle.

Please Log in or Create an account to join the conversation.

  • BadMojo
  • BadMojo's Avatar Topic Author
  • Wicked
  • Wicked
More
8 years 4 months ago #19 by BadMojo
Replied by BadMojo on topic Gatling Laser
I never thought of randomizing the damage, Ill definitely have a play with that.

The only issue I can think of is ammo consumption, it would chew it up really quickly if I did 1 per shot but deal the same damage as the plasma rifle. At the moment, its 1 every 2 shots, which slows down the ammo consumption at the cost of the damage it inflicts, so essentially it should take the same amount of ammo to kill those higher tier enemies, but fire more entities that you have to manage, that deal half the damage as the plasma rifle.... if that makes sense at all :)

So basically my idea is, this being a low tier plasma weapon, early on in the game you would find this, possibly before the plasma rifle, ammo is scarce, and there are plenty of low tier enemies like imps, zombies and pinky demons, maybe the odd caco, and lost soul here or there, it deals slightly more damage than the chaingun, it doesn't spread like the shotgun, and the projectile speed is a whole lot quicker than the plasma rifle, so range wont be much of an issue. It could be tactically used in plenty of situations and its an improvement over the chaingun, there's definitely a window of usage there at least. Then as you progress and find the plasma rifle and so on, there are still plenty of tactical situations where you would get that gatling laser repeater out again and mow down a corridor of zombies and such and enjoy all the glory of a successful gibbing :P

Ill have to think about it for a while I think, I understand your idea, but Im not sure weather thats the direction Id like to see this weapon go, in terms of it essentially being a faster plasma rifle, I think it has a bit more potential than that. But I appreciate the suggestion, and I will experiment with it when I have time :)

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 4 months ago #20 by Blue Shadow
Replied by Blue Shadow on topic Gatling Laser
That's fair. It's a reasonable idea after all, I can't disagree on that. So I guess it can stay as is (unless MagicWazard has another opinion).

I don't have more to add except mentioning this little niggle: you know when the weapon is charging up? There is this thing on the weapon that gradually gets more red, and then it goes back to normal (again, gradually) when you release the trigger. Sometimes it just instantly goes back to normal after you release the trigger instead of gradually.

Please Log in or Create an account to join the conversation.