Page 1 of 1
Custom 'backpacks'...
Posted: Tue May 27, 2008 14:08
by BaronOfStuff
Ok, in short, I'm in the middle of messing around with Decorate (I'm new to it, only really been a (somewhat crude) mapper until recently), and was wondering:
Is it possible to have various pickups, each increasing the limit of only certain ammo types? For example, a belt that only increases the shotgun shell limit, etc?
Posted: Wed May 28, 2008 21:08
by BaronOfStuff
Nobody?

Posted: Wed May 28, 2008 21:41
by Azure Agony
It's look like there is no way to do that (I hope it's not a true!) but maybe I'm wrong. In each Doom type game backpack "contains a sample of each ammunition type and extends the carrying capacity of each ammunition type". More in here:
http://zdoom.org/wiki/Classes:BackpackItem
Decorate of Backpack doesn't contains no info about ammunition type:
ACTOR Backpack : BackpackItem 8
{
Game Doom
SpawnID 144
Height 26
Inventory.PickupMessage "$GOTBACKPACK"
States
{
Spawn:
BPAK A -1
Stop
}
}
Posted: Thu May 29, 2008 9:39
by BaronOfStuff
Ah man, doesn't look like it is possible. Well that sucks. Thanks for the help anywho
