Double Firing Speed Trouble
Posted: Sat Nov 16, 2013 6:18 am
So I downloaded the Double Firing Speed power up in Realm667 and it's not working. Is it meant for GZDoom/Zdoom, and is there a way to make it work for Zandronum
Leading the way in newschool multiplayer Doom online
https://zandronum.com/forum/
I probably can't. I'm new to DECORATE. Anyway's, I checked the ZDoom wiki about this Double Firing Speed and it seemed more stable in GZDoom and ZDoom. Is there another way to create an ACTOR that's similar to the Rage Rune?Mr.Man wrote: I think you'll have to add it yourself, if you can.
Code: Select all
ACTOR RageRune : RuneGiver 5101
{
Game Doom
Game Heretic
Game Hexen
SpawnID 181
+COUNTITEM
+NOGRAVITY
+INVENTORY.AUTOACTIVATE
Inventory.Icon RAGRA0
Inventory.MaxAmount 0
Rune.Type DoubleFiringSpeed
Inventory.PickupMessage "$PICKUP_RAGE"
Inventory.PickupAnnouncerEntry "rage"
States
{
Spawn:
RAGR ABCDEFGH 6
Loop
}
}