Armory Resource WAD

Here you can chat about the Doom Armory itself, weapon mods, and whatever else that might be related somehow. [Home]

Moderator: wildweasel

User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

New Weapon!

Prototype Rifle.

Power Level 5.
8 fire modes!


if it's overpowered i'll fix it. If it's underpowered or doesn't use enough ammo i'll fix it. If there's any problems, hell, i'll fix it. :)

edit; ok, one of the fire modes is massively overpowered. fixing. x_x

http://rapidshare.de/files/29197828/pro ... e.zip.html

edit 2: fixed. blargh.
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

Man, I can't wait to get back into this a little more and build a power level 5. As it is, I'm still fixing up the flamethrower to make sure it can't kill Cybies too easily. moreso, trying to rebalance the Heavy Rifle (though somehow I think it's way overpowered as is, even for a level 5. it's supposed to be level 4, possibly 3) and give it some spice with som better firing frames, etc.
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

DoomRater wrote: moreso, trying to rebalance the Heavy Rifle (though somehow I think it's way overpowered as is, even for a level 5. it's supposed to be level 4, possibly 3) and give it some spice with som better firing frames, etc.
is that directed at my prototype rifle? x_x
User avatar
Chronoteeth
Posts: 824
Joined: Wed Jul 06, 2005 10:01

Post by Chronoteeth »

Mooload please :(
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

No, I'm referring to my submission of Mouse's Heavy Rifle from her mod Bittersweet. I changed it to be a railgun, but that seems to have been a mistake now. I'm still working on it.

Anyway, comments directed at your gun would be like, I like how the weapon essentially tries to handle every situation out there. What I don't like is how I can't cycle backwards through the list, or even select a weapon setting via some other command. It could be done through the inventory hack that was demonstrated with reloading, or a simpler set with only two inventory items per list (basically, you would remove the cancel from the list and make the weapon take the item away instead)
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

DoomRater wrote:
Anyway, comments directed at your gun would be like, I like how the weapon essentially tries to handle every situation out there. What I don't like is how I can't cycle backwards through the list, or even select a weapon setting via some other command. It could be done through the inventory hack that was demonstrated with reloading, or a simpler set with only two inventory items per list (basically, you would remove the cancel from the list and make the weapon take the item away instead)
*sigh*..
unfortunately, :(..I did the only thing I can. ><.
I can't even do normal reloading yet, so something like that would have to come later and what I did for this will have to suffice. I'm still barely getting my grips on A_JumpifInventory. x_x
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

Okay, then mind if I write in a go backwards system? It'd really make the weapon a bit more versatile.
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

DoomRater wrote:Okay, then mind if I write in a go backwards system? It'd really make the weapon a bit more versatile.
Sure, do whatever you wish, I don't mind. My Decorate is open-source. Want to modify it, fine by me, just as long as I get credit :)
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

On a seperate note: Weasel, can we assume that things like CheapAlert and IsReloading are already included? If so, let's write up a seperate DECORATE resource for everyone to include into their projects so that it's the same in everyone's submission. That should make integration a bit easier as well.
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

Yo Bounce. Replace your AltFire code with this.

Code: Select all

  AltFire:
    BFGN A 0 A_Playsound("weapons/prototyperifleswitch")
    BFGN A 0 A_GiveInventory("firemodechecker2",1)
    BFGN A 0 A_JumpIfInventory("firemodechecker2",0,2)
    BFGN R 10 
    goto Ready
    BFGN R 10 A_TakeInventory("firemodechecker2",20)
    goto Ready
Also, make sure you change the MaxAmount of firemodechecker2 to 8 as well, or it'll skip the last mode.
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

Yay, more clean coding. Thanks :)
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

DoomRater wrote:On a seperate note: Weasel, can we assume that things like CheapAlert and IsReloading are already included? If so, let's write up a seperate DECORATE resource for everyone to include into their projects so that it's the same in everyone's submission. That should make integration a bit easier as well.
I'll add this to the first post.
User avatar
Bouncy
Posts: 34
Joined: Fri Dec 02, 2005 8:29
Location: Somewhere in an arctic region. wait. no. just Michigan.

Post by Bouncy »

need a review of my prototype rifle. :P

slot 7, btw. {accident, didn't realize it should've been put in slots 8 9 or 0 ><}
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

MaxPower8905 wrote:Alright, the death bug is fixed now.

http://www.mooload.com/new/file.php?fil ... mp_bat.zip
Please reupload to a different server - I can't get this download to work. At all.
Locked

Return to “Doom Armory”