Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 32
- Joined: Thu Aug 24, 2017 6:14 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
How do I turn off smooth enemies?
-
- Posts: 32
- Joined: Thu Aug 24, 2017 6:14 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
hello, since no one responded to my response, I had decided to make a solution myself. I call this Civvie11 smooth doom since it was inspired by his video (he removed smooth enemies). This version of smooth doom adds the non-smooth enemies as an option, and fixes the smooth bob for the plasma rifle. I hope you enjoy: https://drive.google.com/file/d/1ywy6Ak ... sp=sharing
-
- Posts: 1489
- Joined: Thu Sep 07, 2006 12:24 pm
- Location: Boringland, California
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
What would be the purpose for turning off smooth animations for enemies? Is this for better compatibility with custom enemy mods?
-
- Posts: 219
- Joined: Fri Nov 03, 2017 6:05 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
@Dieagamer101 I thought it was an April Fool's joke, but why not just use any variation of perk_anim?
Perkristian's smooth animations: https://www.doomworld.com/files/file/16 ... nimations/
Nitghfirght's Per anim enhanced: viewtopic.php?f=43&t=32628
Perkristian's smooth animations: https://www.doomworld.com/files/file/16 ... nimations/
Nitghfirght's Per anim enhanced: viewtopic.php?f=43&t=32628
-
- Posts: 74
- Joined: Tue Aug 06, 2019 2:11 am
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Because Smooth Doom has smooth power-ups and other minor things with extra frames.BROS_ETT_311 wrote:@Dieagamer101 I thought it was an April Fool's joke, but why not just use any variation of perk_anim?
-
- Posts: 219
- Joined: Fri Nov 03, 2017 6:05 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Ah, touché! I did sort of forget about effects and decorations, so that's a fair point.
-
- Posts: 32
- Joined: Thu Aug 24, 2017 6:14 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
well, that and the fact that enemies have a way of telegraphing their attacks. Just watch civvie11's video on itlizardcommando wrote:What would be the purpose for turning off smooth animations for enemies? Is this for better compatibility with custom enemy mods?
-
- Posts: 29
- Joined: Fri Mar 05, 2021 12:51 pm
- Location: Wet Floor, Germany
-
- Posts: 615
- Joined: Sat Jun 15, 2013 8:21 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
If you want to play SD without any of the enemies, it seems way more sensible to just play NightFright's Smooth Weapons wad or any of the other various excellent weapon enhancements that will entail a lot less hassle for all involved. I respect Civvie and enjoy his videos, but the concept that there is some magic formula to Doom's attack telegraphing that SD irrevocably tarnishes is just silly; smoothed enemies telegraph just like any others--it's just that any animation-altering mod is going to require some degree of rebuilding your muscle memory around those visual cues, it's just something that inevitably comes with the territory when you're playing a game-altering mod. Some of the animations in SD don't have a proper sense of weight to them, because most of them I did when I was about 19 in a mad rush over a period of about three months with no prior experience. I'm trying to go back and phase out the crappier animations with better ones, but it's incredibly time consuming.
-
- Posts: 32
- Joined: Thu Aug 24, 2017 6:14 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Frankly, it wasn't too much of a hassle to implement the option. All I had to do was add the menu option and the cvar, and create a default monster (for each monster) to spawn if the option was off (you can check out the file I posted above for the code). The only other thing I had to worry about was sprite naming. Because you named some sprites with the original sprite names, some animations would inevitably be broken. So I just took the original sprites, and renamed them.Gifty wrote:If you want to play SD without any of the enemies, it seems way more sensible to just play NightFright's Smooth Weapons wad or any of the other various excellent weapon enhancements that will entail a lot less hassle for all involved. I respect Civvie and enjoy his videos, but the concept that there is some magic formula to Doom's attack telegraphing that SD irrevocably tarnishes is just silly; smoothed enemies telegraph just like any others--it's just that any animation-altering mod is going to require some degree of rebuilding your muscle memory around those visual cues, it's just something that inevitably comes with the territory when you're playing a game-altering mod. Some of the animations in SD don't have a proper sense of weight to them, because most of them I did when I was about 19 in a mad rush over a period of about three months with no prior experience. I'm trying to go back and phase out the crappier animations with better ones, but it's incredibly time consuming.
I'm just saying that implementing the option to turn the enemies off isn't that much of a hassle. Nobody will make a fuss if it's not implemented, but it is nice to have the choice to switch between the two options.
-
- Posts: 537
- Joined: Thu Apr 20, 2006 6:05 pm
- Graphics Processor: nVidia with Vulkan support
- Location: New Zealand
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Any reason why explosive barrels respawn?
-
- Posts: 126
- Joined: Mon May 25, 2015 10:52 am
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Because that Argument is half-true; The projectile enemies are just fine, It's the Hit-Scanners that need work. Luckily I figured it out without needing sound cues.Gifty wrote:If you want to play SD without any of the enemies, it seems way more sensible to just play NightFright's Smooth Weapons wad or any of the other various excellent weapon enhancements that will entail a lot less hassle for all involved. I respect Civvie and enjoy his videos, but the concept that there is some magic formula to Doom's attack telegraphing that SD irrevocably tarnishes is just silly; smoothed enemies telegraph just like any others--it's just that any animation-altering mod is going to require some degree of rebuilding your muscle memory around those visual cues, it's just something that inevitably comes with the territory when you're playing a game-altering mod. Some of the animations in SD don't have a proper sense of weight to them, because most of them I did when I was about 19 in a mad rush over a period of about three months with no prior experience. I'm trying to go back and phase out the crappier animations with better ones, but it's incredibly time consuming.
Hit-Scanners' in vanilla don't have telegraphs like projectile monsters, so adding telegraphs to their reactionary state does make things harder to read. But You can have your Cake and Eat it.
Here's the adjusted Shotgunner who's notoriously hard to read in Smooth Doom.
His issue is that his telegraph suggests to the player that this will lead into the 10 tic reaction window instead of being part of it.
Code: Select all
Missile:
---- a 0 { StaticBrain.SD_LOFcheck(target); }
SPSR A 1 A_FaceTarget;
SPSR C 1 A_FaceTarget;
SPSR E 8 A_FaceTarget;
SPSR F 3 BRIGHT A_SposAttackUseAtkSound;
SPSR E 2 BRIGHT;
SPSR CA 3;
SPSR A 3;
SPSR B 3 { StaticBrain.SD_EjectCasing(self); }
SPSR A 3;
Goto See;
-
- Posts: 32
- Joined: Thu Aug 24, 2017 6:14 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
I still think it should be made an option, but I'm cool if it's not.
-
- Posts: 1
- Joined: Tue Apr 20, 2021 4:13 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Hello, I am trying to get this to work with WADs which change the color palette like BTSX, Eviternity, Ancient Aliens, Arrival etc ... Alongside some minor color palette problems I am also getting this (screenshot attached). Anyone has an idea what could cause that?
Last edited by wildweasel on Wed Apr 21, 2021 9:57 am, edited 1 time in total.
Reason: corrected [imgur] code
Reason: corrected [imgur] code
-
- Posts: 615
- Joined: Sat Jun 15, 2013 8:21 pm
Re: Smooth Doom [WIP 2.0 TEST? WOWIE ZOWIE]
Nope! The respawn command is present in the original barrel script, but presumably has some kind of hardcoded behavior so that it's not normally called (I always assumed it was multiplayer-related). Smooth Doom seems to be fucking with this, so the next version will not have this behavior.Zenon wrote:Any reason why explosive barrels respawn?
SD has been on the super-duper backburner in my life for over a year now, but due to some renewed inspiration and excitement about the mod I'm going to TRY REALLY HARD to get an update out soon, to get that beta 2.0 version onto the main page and put out all the fires that I can. I've become a much better coder this year so hopefully that will aid in fixing a lot of bullshit. Thanks to everyone for their patience and for still being interested in this thing!
Big on the list are a lot of fixes to the little weapon quirks (the eternal bane of my existence), and getting all the monster sprites into Truecolor PNG so that long-running palette issue can be stomped out for good.