SLADE Discussion - Latest: v3.2.7 (25/Dec/2024)

Any utility that assists in the creation of mods, assets, etc, go here. For example: Ultimate Doom Builder, Slade, WadSmoosh, Oblige, etc.
Forum rules
The Projects forums are ONLY for YOUR 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.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: SLADE v3.0.2 final Released

Post by Gez »

Oh, okay. 32 corresponds to the Doom status bar; Heretic uses 42 and Hexen uses 38. Strife's status bar hasn't been SBARINFOed so I don't feel like checking it out, but the sprites in the IWAD aren't cut anyway.
NeuralStunner wrote:Speaking of HUD displays, the widescreen display needs another 16 pixels on each side (total 384).
Really? The current dimensions (354x200) correspond to a 17:10 ratio; 384x200 would be a 48:25 ratio, or approximately 19:10. I haven't heard about 19:10 screens yet.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: SLADE v3.0.2 final Released

Post by NeuralStunner »

The actual height of the status bar doesn't matter. It's a translated offset. In Decorate, Offset(0,32) is pretty much normal height. (Why it was done this way I have no idea, but we're stuck with it.)

As far as widescreen, you have to thing in terms of aspect "correction". 384x200 isn't 16:10 itself, but it's fit into that. (Divide 384 by the "magic number" 1.2 and bam.) I use a 1280x800 resolution with Vid_NoWidescreen enabled (for 1:1 pixel display). If I turn that off I can check whether my sprites are 16:10 friendly.

One of my melee weapons I gave an extra 32 pixels off the right side of the screen, and it was still "detaching" while bobbing. I had to add another 32 (total 48 offscreen) before it would look right. (I've changed it to a nonstandard bob since then, but I doubt the extra is going to work with 17:10 or beyong. I've stopped caring. I can't keep trying to support whatever else comes along, 19:10 will probably exist sooner or later. Extending a sprite for 16:10 is enough work. :? )
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: SLADE v3.0.2 final Released

Post by Gez »

NeuralStunner wrote:The actual height of the status bar doesn't matter. It's a translated offset. In Decorate, Offset(0,32) is pretty much normal height. (Why it was done this way I have no idea, but we're stuck with it.)
Even in Heretic or Hexen, with custom weapons without YAdjust values?

The only place in the code where I see a value of 32 related to HUD weapon sprite display is in the check to see if they have A_Raised enough.
NeuralStunner wrote:As far as widescreen, you have to thing in terms of aspect "correction". 384x200 isn't 16:10 itself, but it's fit into that. (Divide 384 by the "magic number" 1.2 and bam.)
I don't follow since aspect ratio correction stretches things vertically, it doesn't shrink them horizontally. It all stems from the fact Doom was in 320x200 on CRT monitors that physically were 4:3, so pixels were taller than they were wide. 384x240 gives the same ratio as 320x200, sure, but you're talking about 384x200. That would need an aspect ratio correction factor of 1.44 vertically to fall back in 4:3 appearance.
NeuralStunner wrote:One of my melee weapons I gave an extra 32 pixels off the right side of the screen, and it was still "detaching" while bobbing.
Set hud_bob to true if you want an extra bobbing guide 16 pixels away from the screen borders.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: SLADE v3.0.2 final Released

Post by NeuralStunner »

Gez wrote:Even in Heretic or Hexen, with custom weapons without YAdjust values?
Yes.

I haven't looked at the source code at all but I can see end-results. And they're showing me that the guides are still too far in.
Gez wrote:Set hud_bob to true if you want an extra bobbing guide 16 pixels away from the screen borders.
I know. And if I follow those guides the result is not correct.


I'd rather not have to start throwing screenshots at this. :/
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: SLADE v3.0.2 final Released

Post by wildweasel »

Major issue to point out: if you have a text lump open in a tab (by double-clicking the text lump), and have made changes to it, closing the tab (with the middle mouse button, possibly other ways too) will not ask you if you want to save changes. It will instead just close the tab and discard them.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: SLADE v3.0.2 final Released

Post by Gez »

NeuralStunner wrote:I'd rather not have to start throwing screenshots at this. :/
Well I'd like to see some nonetheless.
wildweasel wrote:Major issue to point out: if you have a text lump open in a tab (by double-clicking the text lump), and have made changes to it, closing the tab (with the middle mouse button, possibly other ways too) will not ask you if you want to save changes. It will instead just close the tab and discard them.
There's a greater problem here, if it is still open in the archive tab, it won't be updated there...
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: SLADE v3.0.2 final Released

Post by NeuralStunner »

Gez wrote:Well I'd like to see some nonetheless.
Righto then.
Spoiler:
User avatar
Marisa the Magician
Banned User
Posts: 3886
Joined: Fri Feb 08, 2008 9:15 am
Preferred Pronouns: She/Her
Operating System Version (Optional): (btw I use) Arch
Graphics Processor: nVidia with Vulkan support
Location: Vigo, Galicia
Contact:

Re: SLADE v3.0.2 final Released

Post by Marisa the Magician »

It's impossible for me to build it here on Linux. Seems to be due to the constant full rewrites of SFML in every minor update. <.<
User avatar
sirjuddington
Posts: 1030
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE v3.0.2 final Released

Post by sirjuddington »

Saya-chan wrote:It's impossible for me to build it here on Linux. Seems to be due to the constant full rewrites of SFML in every minor update. <.<
What? The only major change to the SFML API is from 1.6 -> 2.0.
User avatar
Nash
 
 
Posts: 17506
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: SLADE v3.0.2 final Released

Post by Nash »

Gez wrote:I don't follow since aspect ratio correction stretches things vertically, it doesn't shrink them horizontally.
Slightly OT for this thread, but I recently discovered that the renderer does squash the display horizontally, as evident by some of my WIP screens.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: SLADE v3.0.2 final Released

Post by Gez »

Yeah, but that's GZDoom, which is its own brand of weirdness. I'm wondering if the same issues exist in plain old software-rendered ZDoom. (Or Eternity, PrBoom+, etc. SLADE 3 isn't GZLADE 3.)
User avatar
JPL
 
 
Posts: 523
Joined: Mon Apr 09, 2012 12:27 pm
Contact:

Re: SLADE v3.0.2 final Released

Post by JPL »

FYI, I gave SLADE a shout out during the panel I was on at Quakecon, "Celebrating id Modding", while answering a question about tools. I mentioned it was still in development though, so hopefully users don't show up expecting a fully finished thing :)

Video of the panel seems to be unavailable on the Quakecon youtube channel, but it should be up at some point.

Keep up the good work!
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: SLADE v3.0.2 final Released

Post by Gez »

Thanks! Startpage found it on Quaddicted's channel:

User avatar
sirjuddington
Posts: 1030
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE v3.0.2 final Released

Post by sirjuddington »

Very cool hehe, pity that video doesn't show the screenshots :P Some very true points came up there, regarding the simplicity of Doom (and older games in general) modding compared to modern AAA titles.

Thanks for the mention :) (here's hoping the slade3 map editor will be done by the end of the year...)
User avatar
Xtyfe
Posts: 1490
Joined: Fri Dec 14, 2007 6:29 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support

Re: SLADE v3.0.2 final Released

Post by Xtyfe »

sirjuddington wrote:(here's hoping the slade3 map editor will be done by the end of the year...)
So, the possibility is high? :shock:
Post Reply

Return to “Creation, Conversion, and Editing”