[Wolfenstein: Blade of Agony] v3.1 released (p204)

For Total Conversions and projects that don't otherwise fall under the other categories.
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.
User avatar
Kroc
Posts: 116
Joined: Sun Oct 02, 2016 11:37 am
Graphics Processor: Intel (Modern GZDoom)
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Kroc »

Hi all. I'm on holiday and since GZdoom is so demanding I've only been able to play on my home PC which I don't use nearly as much as my laptop. I've been through C1M2 now and can provide some feedback.

- Most of the light swtiches don't work -- though a few do!
- The small lift near the start of the level (around the area with the mesh floor above) is easy to confuse by flipping the switches in an unexpected order. The lift "door" will get stuck open easily.
- In the side room above the first conveyor belt area, where there are two monitors and a power cabinet, the pull handle is very difficult to distinguish as either a handle nor an interactive element.
- enemies in toilet stalls always get stuck in there because of the direction / angle of the toilet door. Consider flipping the direction of the doors, or creating a script such that when you enter the room, there's a flush and the enemy walks out of the stall...
- The switch
Spoiler:
was odd. It just doesn't marry up as a reason for opening the gates. As a secret of some sort, yes, it's great -- very Duke Nukem -- I spent 10 minutes looking before I spotted it because I couldn't see a clear means of opening the gates, or if they even opened at all! (backtracked a lot looking for another path). Something that is more readily readable as "this opens the gates and this is clearly where we'd put such a switch" needs to exist, perhaps in one of the rooms either side of the gates.
- As with C1M1, it is very disappointing that the level ends suddenly just before you actually get to Dirty Douglas. I would much prefer (and it would be less jarring), if the level ending by actually going up to and speaking to Douglas.

C1M2 was an extremely enjoyable map. Very, very, very long with some great areas. I loved the approach around the front of sea defences and I loved all of the 'dungeon' area. By the time you've been through it all, it's actually the office-y areas near the start that look the plainest / most repetitive.
User avatar
Tormentor667
Posts: 13556
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
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Tormentor667 »

Yholl wrote:The pump shotgun reaaaally needs work, it's really obvious it was more or less just slapped in unchanged.
The muzzleflash doesn't stylistically match with the others, and the animation is very awkward and static in comparison to the other weapons shown.
I have to admit that I don't share that opinion. In my eyes it looks nice and fits well with the rest of the arsenal.
Kinsie wrote:Mods are allowed to be critiqued and criticised just as much as any other game or form of media, regardless of price or origin. [..] Thankfully, Torm and his team are pretty reasonable with regards to feedback
Kinsie made a good point here when he brought up the word "reasonable". Sure thing we are presenting this to the community to get reasonable feedback, as we want to make it better and feed ourselves with input from people playing it from their point of view. Though we don't need to make everyone happy :) If suggestions and criticism is good and goes hand in hand with our vision of the project, we are more than open to include it. But it doesn't mean that we have to include everything from everyone - that's not the spirit of mod-making. Overall, it's something we don't get paid for so we want to make ourselves happy at the first instance :D
User avatar
Ozymandias81
Posts: 2068
Joined: Thu Jul 04, 2013 8:01 am
Graphics Processor: nVidia with Vulkan support
Location: Mount Olympus, Mars
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Ozymandias81 »

Dear Followers:

Added a Cheats Options menu row for Flinch and Sprint features... but expect unhandled gameplay glitches, specially while saving & changing settings while playing.
Stay tuned for release then! :rock:

[EDIT]: BTW, is there a way to set from Menudef the sv_cheats CVar? I wanted to add that thing too but it seems to be not possible... Did I miss something?
User avatar
Rachael
Posts: 13957
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Rachael »

Ozymandias81 wrote:[EDIT]: BTW, is there a way to set from Menudef the sv_cheats CVar? I wanted to add that thing too but it seems to be not possible... Did I miss something?

Code: Select all

	Option "Cheats Enabled", "sv_cheats", "OnOff"
Did you try that?

It requires a map/episode restart, though, since it's a latching CVar.
User avatar
Ozymandias81
Posts: 2068
Joined: Thu Jul 04, 2013 8:01 am
Graphics Processor: nVidia with Vulkan support
Location: Mount Olympus, Mars
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Ozymandias81 »

That's what I did yesterday but it seems I can't interact with the option correctly (won't change, it remains off).
Let me try another time.

[EDIT]: No, unfortuantely I was correct: the Off option won't change, it seems to be related by the boolean variable or something internal that I can't properly tweak :(
I still have to try out of GZDB, just to be sure.

[RE-EDIT]: No it doesn't work unless I set it via CCMDs (that's also weird because the Cheats Enabled row turns ON :shock: )

So what? I tested above stuff on latest devbuild just FYI...
User avatar
Tormentor667
Posts: 13556
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
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Tormentor667 »

@Kroc - Fixed a few of the things mentioned, but to be honest, all of the switches for lights in C1M2 work, tried all of them. Do you have the latest version of BoA and GZDoom?
User avatar
Rachael
Posts: 13957
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Rachael »

Ozymandias81 wrote:That's what I did yesterday but it seems I can't interact with the option correctly (won't change, it remains off).
Let me try another time.

[EDIT]: No, unfortuantely I was correct: the Off option won't change, it seems to be related by the boolean variable or something internal that I can't properly tweak :(
I still have to try out of GZDB, just to be sure.

[RE-EDIT]: No it doesn't work unless I set it via CCMDs (that's also weird because the Cheats Enabled row turns ON :shock: )

So what? I tested above stuff on latest devbuild just FYI...
Sounds like a bug - or maybe latching CVars were never intended to end up on Menudefs. Either way, I'd report it and see what Graf says.
Last edited by Rachael on Tue Nov 01, 2016 10:50 am, edited 1 time in total.
User avatar
Kroc
Posts: 116
Joined: Sun Oct 02, 2016 11:37 am
Graphics Processor: Intel (Modern GZDoom)
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Kroc »

Tormentor667 wrote:@Kroc - Fixed a few of the things mentioned, but to be honest, all of the switches for lights in C1M2 work, tried all of them. Do you have the latest version of BoA and GZDoom?
That's great, thanks! My notes were from a couple of weeks ago, so I'm sure it's nothing now. I'll retry them, but I don't know when just yet (still on holiday)
User avatar
Ozymandias81
Posts: 2068
Joined: Thu Jul 04, 2013 8:01 am
Graphics Processor: nVidia with Vulkan support
Location: Mount Olympus, Mars
Contact:

Re: [WolfenDoom] Blade of Agony (release trailer p109)

Post by Ozymandias81 »

Eruanna wrote:
Ozymandias81 wrote:That's what I did yesterday but it seems I can't interact with the option correctly (won't change, it remains off).
Let me try another time.

[EDIT]: No, unfortuantely I was correct: the Off option won't change, it seems to be related by the boolean variable or something internal that I can't properly tweak :(
I still have to try out of GZDB, just to be sure.

[RE-EDIT]: No it doesn't work unless I set it via CCMDs (that's also weird because the Cheats Enabled row turns ON :shock: )

So what? I tested above stuff on latest devbuild just FYI...
Sounds like a bug - or maybe matching CVars were never intended to end up on Menudefs. Either way, I'd report it and see what Graf says.
Thanks, I'll come up with something then.
User avatar
ZioMcCall
Posts: 574
Joined: Fri Dec 05, 2014 3:05 pm
Location: Senigallia,Italy

Re: [WolfenDoom] Blade of Agony (Chapter 1 | Release 2016/11

Post by ZioMcCall »

Spoiler:
The name of this panzer is wrong.It's name is "Panzer IV type F".The Panther is an other way for call the Panzer V,in the image below.
Spoiler:
User avatar
Ozymandias81
Posts: 2068
Joined: Thu Jul 04, 2013 8:01 am
Graphics Processor: nVidia with Vulkan support
Location: Mount Olympus, Mars
Contact:

Re: [WolfenDoom] Blade of Agony (Chapter 1 | Release 2016/11

Post by Ozymandias81 »

ZioMcCall wrote:
Spoiler:
The name of this panzer is wrong.It's name is "Panzer IV type F".The Panther is an other way for call the Panzer V,in the image below.
Spoiler:
Fixed, thanks.
Probably I got confused with a very rare prototype which was totally different though.
fr00ben
Posts: 3
Joined: Wed Jun 29, 2016 10:03 pm

Re: [WolfenDoom] Blade of Agony (Chapter 1 | Release 2016/11

Post by fr00ben »

People would think there would be a secret Panther tank, like the cow level in diablo, and rumors would be spreading about the mythic Tiger!

one can only hope :D
User avatar
Tormentor667
Posts: 13556
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
Contact:

Re: [WolfenDoom] Blade of Agony (Chapter 1 | released)

Post by Tormentor667 »

Image

"You are B.J. Blazkowicz, the greatest spy and biggest risk-taker the Allied forces have ever known. Take on the might and fury of the Third Reich as you blast your way to victory!"

After a development time of exactly 21 months, we are proud to finally announce the release of the first chapter of Blade of Agony titled "The Staff of Kings" - just a day before the announced release date, we have a faible for surprises. With a total of 7 maps, orchestrated music, combined low-poly models and pixelated 90's style beauty, armament from the battlefields of WWII, interactive NPCs and many more amazing features never seen in a Doom mod before, this is one of the largest releases the community has ever seen - at least in terms of digital size and scale, and it definitely is the largest-scale project that I have ever worked on in my life. Join historical battles, relieve the action from the Second World War from a new perspective and battle the diabolical Adolf Hitler, who is twisting science and the occult in his pathological mission to conquer the world. The fate of all free peoples hangs in the balance - failure is not an option. Get the first chapter of Blade of Agony now from the official page and make sure to read the info pages while it's loading to not get lost too easily.

Get Psyched!
http://boa.realm667.com/
User avatar
Rachael
Posts: 13957
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [WolfenDoom] Blade of Agony (Chapter 1 | released)

Post by Rachael »

Congrats on the release, Torm & Team!
User avatar
Tormentor667
Posts: 13556
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
Contact:

Re: [WolfenDoom] Blade of Agony (Chapter 1 | released)

Post by Tormentor667 »

Thanks kindly Eruanna :)
Post Reply

Return to “TCs, Full Games, and Other Projects”