If somebody has some time and is industrious enough, it would be nice to get these bugs and other feedback compiled somewhere I can easily reference it. It could be a post in the tech support section or a wiki page. Some of them, like the lock assignments on E3M2, I will try to correct soon enough.
Index: wadsrc/sndinfo.txt===================================================================--- wadsrc/sndinfo.txt (revision 110)+++ wadsrc/sndinfo.txt (working copy)@@ -358,9 +358,10 @@ // Lost Soul -skull/active dsdmact-skull/pain dsdmpain-skull/melee dssklatk+skull/sight dsflem2+skull/active dsflem3+skull/pain dsflem2+skull/melee dsflem1 skull/death dsfirxpl // Spider MastermindIndex: wadsrc/decorate/doom/lostsoul.txt===================================================================--- wadsrc/decorate/doom/lostsoul.txt (revision 110)+++ wadsrc/decorate/doom/lostsoul.txt (working copy)@@ -16,6 +16,7 @@ PainChance 256 Monster +FLOAT +NOGRAVITY +MISSILEMORE +DONTFALL +NOICEDEATH+ SeeSound "skull/sight" AttackSound "skull/melee" PainSound "skull/pain" DeathSound "skull/death"@@ -25,25 +26,25 @@ States { Spawn:- SKUL AB 10 BRIGHT A_Look+ SKUL AB 10 A_Look Loop See:- SKUL AB 6 BRIGHT A_Chase+ SKUL AB 6 A_Chase Loop Missile:- SKUL C 10 BRIGHT A_FaceTarget- SKUL D 4 BRIGHT A_SkullAttack- SKUL CD 4 BRIGHT+ SKUL C 10 A_FaceTarget+ SKUL D 4 A_SkullAttack+ SKUL CD 4 Goto Missile+2 Pain:- SKUL E 3 BRIGHT- SKUL E 3 BRIGHT A_Pain+ SKUL E 3+ SKUL E 3 A_Pain Goto See Death:- SKUL F 6 BRIGHT- SKUL G 6 BRIGHT A_Scream- SKUL H 6 BRIGHT- SKUL I 6 BRIGHT A_NoBlocking+ SKUL F 6+ SKUL G 6 A_Scream+ SKUL H 6+ SKUL I 6 A_NoBlocking SKUL J 6 SKUL K 6 Stop
After several requests I have uploaded the source to chex3.exe. www.chucktropolis.com/downloads/chex3_gzdoom.zipIt was compiled with Visual Studio Express Edition, which is free from Microsoft. You will also need to install Microsoft Windows SDK v6.1. You're on your own at this point. I don't really have the time to teach people how to get this to compile if you don't know how already. I figured it out by going to the ZDoom wiki, I recommend anyone having trouble do that too.Also here is the Doombuilder config file:www.chucktropolis.com/downloads/ZDoom_Chex3.cfg
okay I am a huge idiot..