What makes the Cheshire Cacodemon hang ZDoom, anyway? Sometimes, I see it open its mouth to attack and then time stops forever. It has weird powers, but I'm sure ruining my game isn't one of them

Poor coding. (Specifically, an unmitigated 0-tic loop.) We investigated the problem, and the Realm667 version was fixed and updated.Baby Bonnie Hood wrote:What makes the Cheshire Cacodemon hang ZDoom, anyway?
Code: Select all
actor ZombieSpawner1 : RandomSpawner replaces ZombieMan
{
+ISMONSTER
DropItem "NewZombieMan" 256 10
DropItem "NewShotgunGuy" 256 3
DropItem "ChainsawZombie" 256 1
DropItem "FemaleZombie" 256 2
DropItem "PistolZombie" 256 2
DropItem "FemaleSergeant" 256 1
DropItem "RapidFireTrooper" 256 2
DropItem "ZSecPistol" 256 2
DropItem "ZSpecOpsShotgun" 256 1
DropItem "UziZombie" 256 1
DropItem "SMGGuy" 256 1
}
Code: Select all
actor ShotgunSpawner : RandomSpawner replaces Shotgun
{
DropItem "NewShotgun" 256 10
DropItem "NewSSG" 256 2
DropItem "AutoShotgun" 256 2
DropItem "CannonShotgun" 256 1
DropItem "SuperPump" 256 1
DropItem "AlphaRifle" 256 1
}
Insightguy somewhat missing the point thereinsightguy wrote:And you can screw all what I said and play AEOD. It's much better than this. trust me.![]()
![]()
![]()
![]()
Code: Select all
actor NewBFGReplacer : RandomSpawner replaces NewBFG
{
DropItem "NewPlasmaRifle" 256 1
}
insightguy wrote:And you can screw all what I said and play AEOD. It's much better than this. trust me.![]()
![]()
![]()
![]()
Spoiler:Not everyone wants to play AEOD. Anyways. Going to give this a try, seems rather fun.
We all have our own opinions.Hellser wrote:insightguy wrote:And you can screw all what I said and play AEOD. It's much better than this. trust me.![]()
![]()
![]()
Spoiler:Not everyone wants to play AEOD. Anyways. Going to give this a try, seems rather fun.
Relax, nothing is being removed from the new version, but you'll have to wait until it's ready™. You can expect a pretty major upgrade, though. Not just in terms of content, but gameplay too.atar wrote:I really looking foward playing the updated version of 667 mode!Please give it to us!And also please don't remove older weapons/monsters if it is possible.Thnx in advance.