DES or Destiny's Edge
Posted: Mon Apr 07, 2008 9:03
Sorry if this is not GZDoom related but I didn't know where else to ask.
Who made this mod? It credits a load of people from these drd forums but doesn't credit him/herself.
I have it on my hard drive but I've no idea where I got it from. Is there an updated verion?
The version I have is 2.2 but doesn't work with the latest version of gzdoom 1.1.02.
Script error, "inventry" line 233:
"powerup.type" requires an actor of type "PowerupGiver"
I've looked in the wad and it refers to this line*
ACTOR BerserkerPack : Berserk 2023
{
Game Doom
SpawnID 134
Inventory.PickupMessage "$GOTBERSERKPACK"
Inventory.Amount 1
Inventory.MaxAmount 2
Inventory.Icon PICKPACK
Inventory.PickupSound "misc/i_pkup"
Inventory.UseSound "grunt1"
Powerup.Type "Strength" <-----this line
+COUNTITEM
+INVBAR
- INTERHUBSTRIP
States
{
Spawn:
PSTR A -1 BRIGHT
Stop
}
}
Who made this mod? It credits a load of people from these drd forums but doesn't credit him/herself.
I have it on my hard drive but I've no idea where I got it from. Is there an updated verion?
The version I have is 2.2 but doesn't work with the latest version of gzdoom 1.1.02.
Script error, "inventry" line 233:
"powerup.type" requires an actor of type "PowerupGiver"
I've looked in the wad and it refers to this line*
ACTOR BerserkerPack : Berserk 2023
{
Game Doom
SpawnID 134
Inventory.PickupMessage "$GOTBERSERKPACK"
Inventory.Amount 1
Inventory.MaxAmount 2
Inventory.Icon PICKPACK
Inventory.PickupSound "misc/i_pkup"
Inventory.UseSound "grunt1"
Powerup.Type "Strength" <-----this line
+COUNTITEM
+INVBAR
- INTERHUBSTRIP
States
{
Spawn:
PSTR A -1 BRIGHT
Stop
}
}