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
Doomed Soul
Posts: 203
Joined: Sun Apr 30, 2006 16:54
Location: In front of my monitor working on Hell Opps.
Contact:

Post by Doomed Soul »

Stupid glitchy shotguns.....grr....I'll try to fix it...somehow...I hope....
User avatar
Alter
Posts: 851
Joined: Wed Oct 05, 2005 8:55
Location: Poland, Lodz

Post by Alter »

Here's the G3 assault rifle (not that from wrw)
set on slot 0 there was a bug that reloading was after shooting 29 bullets instead of 30 but i finded way around it without using hacks :D
Attachments
G3.rar
Credits to nmn for his graphics
(24.4 KiB) Downloaded 167 times
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

The G3 is a decent weapon, but there's a couple things I have issues with:

First, there is no real reload animation. The weapon just clicks and it's loaded again. And honestly, I don't see the point of a reload system like this one.

Second, the muzzle flash has some odd green bits around it.

I'm probably going to stick it in anyway, though...
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

If the animation was longer, and had a manual reload, it would be pretty cool. I dunno, I kinda like Duke Nukem style reloading as long as it can be triggered manually.
User avatar
Alter
Posts: 851
Joined: Wed Oct 05, 2005 8:55
Location: Poland, Lodz

Post by Alter »

No possible way of making real reload in G3!
-No arms in a weapon (not my fault)
-No reloading frames delivered with sprites
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

Reloading sprites can be sorta hacked together. Any frame where the weapon points away from the target is nice for performing some sort of reloading action. As for arms? There are arm resources around- it's not that hard to plop a leading arm on the weapon. If there are no other frames available, just adding an arm can be enough to give the sense of reloading!

Manual reloading was a cinch, though. Here's what the fire state looked like before and after.
Spoiler: before
Spoiler: after
User avatar
TheDarkArchon
Posts: 1000
Joined: Wed Jul 06, 2005 11:58
Location: What's that fucking smell
Contact:

Post by TheDarkArchon »

Doomguy hands resource: http://tda.drdteam.org/HANDS001.png
User avatar
Alter
Posts: 851
Joined: Wed Oct 05, 2005 8:55
Location: Poland, Lodz

Post by Alter »

@doomrater:Thanks for adding more sense to the code!

@TDA:Thanks but i don't know how to ideally paste the doomguy hands onto gun!
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

XWE is the resource of choice for extracting the graphics. From there, you can paste the arms on and place the resource back in there. You might have to readjust the offset, but XWE makes that easy too.

This will require time, though. It's worth learning if you want to make weapons.
User avatar
TheDarkArchon
Posts: 1000
Joined: Wed Jul 06, 2005 11:58
Location: What's that fucking smell
Contact:

Post by TheDarkArchon »

On a better note:

http://tda.drdteam.org/AK47.zip

NOTE TO PEOPLE ASIDE FROM TEH WEASEL MAN - This is designed for the final Armory WAD, as such, it depends on the fact the reloading stuff is in the armory WAD and the weapon cannot reload without it. To "fix" this, add this to the DECORATE

Code: Select all

ACTOR IsReloading : Inventory
{
      Inventory.MaxAmount 1
}
And give it via the console every time you run out.
User avatar
DoomRater
Posts: 397
Joined: Tue Jul 19, 2005 4:14
Location: Programmer's Room, talking to Will Harvey
Contact:

Post by DoomRater »

Why don't we have the code sitting aside in a lump people can download and include? That way one simply inserts the DECORATE code into a WAD that needs it.
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

Work has begun at last on the ARW compilation. Here's the way it's laid out.

ARW.WAD - the actual resource wad
ARW-GZ.WAD - any weapons that require GZDoom
ARWDEMO.WAD - The demo map (does anybody know who made the wrwdemo map? I've based the new demo map off that one)
Lord Mattus
Posts: 38
Joined: Thu Dec 29, 2005 1:42
Location: At UAC headquarters!
Contact:

Post by Lord Mattus »

@ww: I think domrem has made the wrwdemo map.
User avatar
DomRem
Posts: 6
Joined: Mon Jul 11, 2005 1:54
Location: #DMClub
Contact:

Post by DomRem »

wildweasel wrote:ARWDEMO.WAD - The demo map (does anybody know who made the wrwdemo map? I've based the new demo map off that one)
The monster spawning room and the scripts before v2.1 for it were simply lifted from the Human Resource WAD's demo map, which was created by Killingblair (I received permission from him). The Power Level rooms were created by me and simply based off of Blair's design. Finally, the scripts for the level (2.1) were written by Sir_Alien, which I strongly recommend using over the ugly scripts found in previous versions.
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

I've gotten rid of pretty much all of the scripts anyway. I don't need them.
Locked

Return to “Doom Armory”