Realm667 / WolfenDoom

"WolfenDoom - Blade of Agony" | Important: This is only meant for development and testing purposes. You are NOT ALLOWED to use material from this repository for your own projects. Important: This repository is for development and testing purposes, you are NOT ALLOWED to use the copyrighted material for your own projects without our permission!
http://boa.realm667.com
259 stars 26 forks source link

Add some kind of "notification“ to the titlescreen regarding content #792

Closed Tormentor667 closed 3 years ago

Tormentor667 commented 3 years ago

Considering the content that we provide, could we add some kind of title screen addition that explains that

After recent discussions this is definitely needed.

Update Something like this maybe?

Blade of Agony is a fictional scenario based on the alternative narratives of the Wolfenstein game series by id software and Bethesda and the corresponding canon. It does not represent accurate history, our political stance or thinking of the development team. We reject any form of racial hatred, discrimination, (Neo-)Nazism, anti-Semitism or glorification of the Second World War.

Username-N00b-is-not-available commented 3 years ago

We can build this on the IWADNotice class by the way, from the technical side. The player will have to push a button to get rid of the menu.

DoomJedi commented 3 years ago

There is still Sonder disclaimer on the net, you can copy stuff from it.

Tormentor667 commented 3 years ago

There is still Sonder disclaimer on the net, you can copy stuff from it.

Can you share that actually?

I just pasted this on the website by the way:

Blade of Agony is a fictional scenario based on the alternative narratives of the Wolfenstein game series by id software and Bethesda and the corresponding canon. It does not represent accurate history, our political stance or thinking of the development team. We reject any form of racial hatred, discrimination, (Neo-)Nazism, anti-Semitism or glorification of the Second World War.

Tormentor667 commented 3 years ago

We can build this on the IWADNotice class by the way, from the technical side. The player will have to push a button to get rid of the menu.

Yes, I definitely recommend that.

Ozymandias81 commented 3 years ago

I guess this is the disclaimer regarding Sonderkommando ?

DoomJedi commented 3 years ago

I guess this is the disclaimer regarding Sonderkommando ?

No, disclaimer is a screen that was added as starting screen on the actual game.

You can find it here: http://deans-wolf-blog.blogspot.com/2014/09/operation-eisenfaust-origins-level-12.html

Ozymandias81 commented 3 years ago

Ah true and I even read that thread too... Yeah we should do something like that, and maybe include an r-sac advisory like those seen on Heretic or Hexen, this was one thing I have suggested long time ago.

Tormentor667 commented 3 years ago

Simply adding a notification that pops up at the first moment the main menue appears would be fine already. @AFADoomer are you capable of creating something appropriate maybe?

AFADoomer commented 3 years ago

Yes. I was planning to have it pop up on engine load, just like (and immediately after) the IWAD checker notification.

Center/middle, BigFont in gray, fade in and slow fade out over solid black background, then title sequence starts.

Ozymandias81 commented 3 years ago

So it should work like the saving icon right? But obviously bigger and in evidence, okay.

AFADoomer commented 3 years ago

I was planning on large text.

We could add your suggested icon to the PC-13 screen, too.

Tormentor667 commented 3 years ago

Very good!

Ozymandias81 commented 3 years ago

Perfect then :sunglasses:

Ozymandias81 commented 3 years ago

So we have, by reading this:

Violence 4 Nudity 2 Sex 0 Language 2

Am I right? Int his case Sex we can remove it from the final graphic.

AFADoomer commented 3 years ago

What about if, rather than using a real/defunct rating, we edit the PC-13 image to "PC-M" or "PC-18" and updating the text there slightly?

That should work as well indeed. --Ozy81

Tormentor667 commented 3 years ago

Agreed! Still adding the text at the very top would be an additional thing we should add.

AFADoomer commented 3 years ago

Added the disclaimer message and updated ratings screen in 625b5c3e225ba72dff87af21bc341b1fe44caf82.

Username-N00b-is-not-available commented 3 years ago

There was a small typo 'as created by by id Software', I fixed it in the CSV. @Tormentor667, are you satisfied with this version? Is it necessary to translate the text into all remaining languages as well?

Tormentor667 commented 3 years ago

The disclaimer is almost perfect, I'd just make the text centert-aligned, not left-aligned, everything else is working as is.

AFADoomer commented 3 years ago

I actually want to make it full-justified... But if I can't get that working properly for some reason, I'll center it.

Tormentor667 commented 3 years ago

Yeah that's fine as well.

Username-N00b-is-not-available commented 3 years ago

@AFADoomer What do you think about showing the disclaimer message only on the first game launch (controlled with a CVAR, of course), to make it less annoying when testing the game?

AFADoomer commented 3 years ago

Yeah, I can do that with a user CVar, if no one has objections.

AFADoomer commented 3 years ago

This should be good after 4832dabc1104a28241c3fc6a9954adb3cd4072f8.

Tormentor667 commented 3 years ago

Thank you!