[Wolfenstein: Blade of Agony] v3.1 released (p204)
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: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
Re: [WolfenDoom] Blade of Agony
I am just uploading a gameplay video of the first mission, more at the first post in about 80 minutes when it is online... *ageslater*
-
- Posts: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
-
- Posts: 191
- Joined: Wed Oct 16, 2013 1:40 pm
Re: [WolfenDoom] Blade of Agony
"AMI!!!"
Good stuff.
Good stuff.
-
- Posts: 2130
- Joined: Mon Mar 18, 2013 6:08 pm
- Preferred Pronouns: She/Her
- Location: Behind you
Re: [WolfenDoom] Blade of Agony
Remove the tracers. Otherwise level looks pretty; internet sucks so I only saw a bit of the video.
-
- Posts: 29
- Joined: Mon Jan 19, 2015 12:43 pm
Re: [WolfenDoom] Blade of Agony
Why remove the tracer resources when they're such a integral part of the weaponry's function? Hell, even I've used them in a wad I never plan to release due to Weasel's (not wholly unjustified) reactions to people cannibalizing his stuff.xenoxols wrote:Remove the tracers. Otherwise level looks pretty; internet sucks so I only saw a bit of the video.
Hell, I even think I adapted them to make a Unmaker that fired tracers once.
-
- Posts: 2130
- Joined: Mon Mar 18, 2013 6:08 pm
- Preferred Pronouns: She/Her
- Location: Behind you
Re: [WolfenDoom] Blade of Agony
Because the tracers were designed around doom levels. Tracers are not designed around wolfenstein/wolfendoom levels.
-
- Posts: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
Re: [WolfenDoom] Blade of Agony
Said who?xenoxols wrote:Because the tracers were designed around doom levels. Tracers are not designed around wolfenstein/wolfendoom levels.
-
- Posts: 2130
- Joined: Mon Mar 18, 2013 6:08 pm
- Preferred Pronouns: She/Her
- Location: Behind you
Re: [WolfenDoom] Blade of Agony
Because wolfenstein games and wolfendoom mods are cover shooters, and tracers are for dodging, not for running to cover to avoid.
-
- Posts: 2067
- Joined: Thu Jul 04, 2013 8:01 am
- Graphics Processor: nVidia with Vulkan support
- Location: Mount Olympus, Mars
Re: [WolfenDoom] Blade of Agony
But we are in 2015!xenoxols wrote:Because wolfenstein games and wolfendoom mods are cover shooters, and tracers are for dodging, not for running to cover to avoid.
-
- Posts: 1665
- Joined: Sun Jul 03, 2011 8:44 pm
- Location: Dropping today in Station Square.
Re: [WolfenDoom] Blade of Agony
Are there going to be other Allied weapons aside from the shotguns? Looking at your status bar, I don't see a separate counter for .45 ACP or 7.62 Tokarev, which implies you didn't include the Thompson or the Shpagin from Nazis.
-
- Posts: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
Re: [WolfenDoom] Blade of Agony
@MJ79 - Actually all of the weapons were taken from wildweasel's Nazi-mod, although I removed a few of them as they are redundant in terms of firepower and behaviour. But there are other weapons from the Allied forces as well.
@Xenoxols - Making all the weapons hitscan is something I want to avoid, as it is more interesting in terms of gameplay to "dodge and avoid" projectiles. It's not always possible though because of their speed but it's more of a challenge and controllable than hitscan attacks.
@Xenoxols - Making all the weapons hitscan is something I want to avoid, as it is more interesting in terms of gameplay to "dodge and avoid" projectiles. It's not always possible though because of their speed but it's more of a challenge and controllable than hitscan attacks.
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [WolfenDoom] Blade of Agony
Those ultra-tall doors bother me. Is it not possible to make the player taller? Or scale the entire level and textures down to match all actors' heights? I understand the Wolf3D actors are not tall. Or perhaps scale all actors UP to match the tall doors, and THEN use PixelRatio 1.0 to balance it all out?
-
- Posts: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
Re: [WolfenDoom] Blade of Agony
@Nash - This is something I want to take care as well, adjusting the viewheight of the player and adjusting the scale of the nazis. It won't be perfect but I am sure I can achieve something in between that feels okay.
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [WolfenDoom] Blade of Agony
Yeah IMO I think in 2015 we already have enough tools to properly address the scaling problem that has been plaguing Doom modding for 20+ years... personally I would make the player and the nazis taller, and then mess around with PixelRatio at the end of the chain until it feels correct.
-
- Posts: 13552
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
Re: [WolfenDoom] Blade of Agony
What is this PixelRatio actually?