Double Firing Speed Trouble
Double Firing Speed Trouble
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
RE: Double Firing Speed Trouble
Could you give it? Or the decorate?
RE: Double Firing Speed Trouble
I might be wrong, but i think he used the code DoubleFiringSpeed, which its function isnt added to zandronum.
I think you'll have to add it yourself, if you can.
I think you'll have to add it yourself, if you can.
RE: Double Firing Speed Trouble
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.
RE: Double Firing Speed Trouble
Can't you look p the decorate for the ragerune? If it doesnt work, you'll have to either remove that code, or shorten the tics of the weapon.
RE: Double Firing Speed Trouble
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
}
}


