Widescreen modding?
- sinisterseed
- Posts: 1349
- Joined: Tue Nov 05, 2019 6:48 am
- Preferred Pronouns: He/Him
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: Widescreen modding?
*speaks in Wang voice* I love the shuriken.
Heh, okay, that's a new one, somehow I never managed to notice this before, probably because they're thrown so fast. I definitely can't unsee this now :V .
Heh, okay, that's a new one, somehow I never managed to notice this before, probably because they're thrown so fast. I definitely can't unsee this now :V .
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Widescreen modding?
The darts are cooler!lowskill. wrote:*speaks in Wang voice* I love the shuriken.

Funny that they included both assets in the game data and made the differentiation through code. I would have expected they just do an asset replacement for the British version.
Re: Widescreen modding?
That's odd - perhaps it was the path of least resistance for them?
Rather than repackaging the entire game, just change the executable instead?
Rather than repackaging the entire game, just change the executable instead?
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Widescreen modding?
Well, it means that now we have the ability to make it an in-game option and offer both.
Re: Widescreen modding?
On the subject of widescreen graphics: it should be noted that BuildGDX comes prepackaged with widescreen weapons for Duke Nukem 3D. It might be worth checking out the license in regards to those graphics, as making them from scratch would be a lot of time and effort.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Widescreen modding?
Would anyone here object to moving this topic to the public forum?
Re: Widescreen modding?
No objections here.
Re: Widescreen modding?
Go right ahead.
Last edited by Nash on Wed Sep 16, 2020 12:31 pm, edited 1 time in total.
- Redneckerz
- Spotlight Team
- Posts: 1124
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: Widescreen modding?
A private forum, eh?
I see some personal goals for myself...
Thanks for opening this to the public!
I see some personal goals for myself...

Thanks for opening this to the public!
- Phredreeke
- Posts: 312
- Joined: Tue Apr 10, 2018 8:14 am
Re: Widescreen modding?
If you want to use the widescreen weapons I did for RedneckGDX (the TNT and alien arm gun from what I can recall) you have my blessing to do so. Most of the others were made by Dzierzan and a few by fgsfds.
Dzierzan also made some widescreen sprites for Powerslave which I included in my upscale pack for that game.
Dzierzan also made some widescreen sprites for Powerslave which I included in my upscale pack for that game.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Widescreen modding?
Ok, it'll be a bit of work getting a list of all contributors and ask them for permission.
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: Widescreen modding?
I threw this together earlier today real quickly, but the engine cropped it on the sides to maintain a 4:3 aspect ratio for that screen.


- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49230
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Widescreen modding?
I'll play around with it when I'm back home.
- Phredreeke
- Posts: 312
- Joined: Tue Apr 10, 2018 8:14 am
Re: Widescreen modding?
Are you defining it as texture or tilefromtexture?
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: Widescreen modding?
Tilefromtexture. It loads (I scribbled on it to check), it's just cropped at the sides.Phredreeke wrote:Are you defining it as texture or tilefromtexture?