Linz wrote:Anyone know any western music packs?
Captain J wrote:It's true that Dynamite suits both perfectly and retrospectively to the western spaghetti theme, but i think small, light compact hand grenades would do because you throw them quickly and bounce on everywhere in the game. Feels like it's something dyna would never do.
StroggVorbis wrote:On a side note: In Strife the player has a MaxStepHeight of 16, while all other games have 24. AFAIK, it's not possible to change that inside HND's options menu.
Linz wrote:Anyone know any western music packs?
Pickup:
TNT1 A 1
{
if (CountInv("SMGs") == 1)
{
A_GiveInventory("ElBullets",40);
}
else if (CountInv("SMG") == 1)
{
A_GiveInventory("SMGs",1);
if (CountInv("UsingSMGs") == 1) { A_SelectWeapon("SMGs"); }
if (CountInv("SMGAmmo1") > 0) { A_GiveInventory("SMGAmmo2",CountInv("SMGAmmo1") + 60); }
A_TakeInventory("UsingSMGs",1);
}
else
{
A_GiveInventory("SMG",1);
}
}
stop;
Pickup:
TNT1 A 1
{
if (CountInv("SMG") == 1)
{
A_GiveInventory("ElBullets",40);
}
else
{
A_GiveInventory("SMG",1);
}
}
stop;
Users browsing this forum: Alptraum and 17 guests