Hello, it seems like the latest (G)ZDoom build causes FLAC music to be not catching up, causing shuttering and pausing for slight moments. Versions : GZdoom g2.1.pre-1159-gfbefe13 ZDoom 2.8pre-1651-gffa77ff I tested this in latest Zandronum, played perfectly. Note that in ZDoom it happens rather ...
How can I make enemy dropping stuff in doom/heretic/strife in hexen format? (not UDMF) I know you can do it by setting unique tag and "thing_SpawnNoFog(tag of this thing,spawned stuff,0,0); But when i have lots of enemies dropping stuff, the count of tags starts to be very huge -_-, so I want to ...
How I can make the "Tackle" attack? I mean in this, the attacker (in this case player) will charge and when he impacts with monster or wall will damage it and he will be recoiled backwards.. My try: ACTOR Tackle : Weapon { Weapon.SelectionOrder 4 Weapon.YAdjust 15 Obituary "%o was tackled by %k ...