GZDoom 2.1 warping textures (problem)

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

so, ive dug through the options and unless im completely blind, i cant find the setting to turn these on. i recently got a pc upgrade and was extremely hyped to try alot of different wads but then i noticed that tenticle floors and such wernt warping. running gzdoom-g2.1.pre-1307-g4e1723e on a AMD Radeon 8600/8700M on a I7 processor, if it was the card issue i wouldnt be coming here :)
User avatar
wildweasel
Posts: 21707
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: GZDoom 2.1 warping textures (problem)

Post by wildweasel »

Warping textures need to be defined in a mod first; what mods were you running before?
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

Re: GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

Project Brutality, OSJC, Hideous Destructor (obviously not all together <-<). running maps of chaos and standard vanilla maps. in 1.9 the floors would warp, was it disabled due to issues?
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

Re: GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

to note, GL_WARP_SHADER doesnt seem to be a valid console command anymore
User avatar
wildweasel
Posts: 21707
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: GZDoom 2.1 warping textures (problem)

Post by wildweasel »

m4lmaster wrote:Project Brutality, OSJC, Hideous Destructor (obviously not all together <-<). running maps of chaos and standard vanilla maps. in 1.9 the floors would warp, was it disabled due to issues?
Are you sure you weren't autoloading a patch that enabled warping on those specific flats?
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

Re: GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

pretty sure, ive came from 1.8.10 to 2.1 with the very same list on my ZDL. EDIT: so as it seems, im just use to the warping textures from BD and Project Brutality and havnt noticed the ANIMDEFS have been modified as such, if you could point me in the right way to a wad having these work in vanilla that would be awesome.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: GZDoom 2.1 warping textures (problem)

Post by Gez »

m4lmaster wrote:to note, GL_WARP_SHADER doesnt seem to be a valid console command anymore
I don't think it ever was?
User avatar
Kappes Buur
 
 
Posts: 4247
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: GZDoom 2.1 warping textures (problem)

Post by Kappes Buur »

Gez wrote:
m4lmaster wrote:to note, GL_WARP_SHADER doesnt seem to be a valid console command anymore
I don't think it ever was?
It is an entry in the ini file for 1.8.10, under [GlobalSettings]
gl_colormap_shader=false
gl_fog_shader=false
gl_warp_shader=false
gl_lights_additive=false
gl_light_particles=true
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

Re: GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

Kappes Buur wrote:
Gez wrote:
m4lmaster wrote:to note, GL_WARP_SHADER doesnt seem to be a valid console command anymore
I don't think it ever was?
It is an entry in the ini file for 1.8.10, under [GlobalSettings]
gl_colormap_shader=false
gl_fog_shader=false
gl_warp_shader=false
gl_lights_additive=false
gl_light_particles=true
it is a selection. enable warp shaders under texture options i believe.
User avatar
wildweasel
Posts: 21707
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: GZDoom 2.1 warping textures (problem)

Post by wildweasel »

I believe the cvar no longer exists, because it no longer needs to be an option - any video hardware that supports a new enough OpenGL to run the 2.x GZDoom versions is more than likely capable of using shaders for warped textures, as opposed to the old way, which I've forgotten the explanation of.

It should be clarified that the option was meant to change how the warp shaders were handled, not to enable/disable warping entirely.
User avatar
edward850
Posts: 5915
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: GZDoom 2.1 warping textures (problem)

Post by edward850 »

Pretty close. Simplified, the shader option in 1.8 was only if GZDoom didn't know if the shader was supported by the operating hardware. If it was definitely going to work or not, the menu was hidden and the cvar was ignored.

In 2.1, as all hardware now supports the shader from level of entry alone, the cvar would be pointless.
m4lmaster
Posts: 178
Joined: Tue Nov 19, 2013 8:16 am

Re: GZDoom 2.1 warping textures (problem)

Post by m4lmaster »

welp, on that note. where could i grab a texture wad that by default has these working. persay, when i play Project Brutality these are enabled on textures like the walls with faces, the floors/walls with the tentacle/brainy texture, but swaping over to vanilla, OSJC, HD, ATM, etc. does not use them so im guessing its probably a ANIMDEF line or something otherwise?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 2.1 warping textures (problem)

Post by Graf Zahl »

edward850 wrote:Pretty close. Simplified, the shader option in 1.8 was only if GZDoom didn't know if the shader was supported by the operating hardware. If it was definitely going to work or not, the menu was hidden and the cvar was ignored.

In 2.1, as all hardware now supports the shader from level of entry alone, the cvar would be pointless.

The CVAR only had use for weak GL 2.x hardware, which nominally supports shaders but they are so slow that they can break down performance.
GZDoom 2.x requires OpenGL 3.0 where everything has to be done using shaders. So it makes no sense to replace shader based warping by infinitely more expensive software warping. Even the lowest end GL 3.x card will outperform the software solution - and look better.
User avatar
edward850
Posts: 5915
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: GZDoom 2.1 warping textures (problem)

Post by edward850 »

Ah, I remember it being compatiblity rather than performance for some reason. Although it would have probably have been reports from ATI cards, all chances are.
Unless I'm slowly going insane and somehow imagining bug reports.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 2.1 warping textures (problem)

Post by Graf Zahl »

Actually no, no ATI this time.
Back then I had a Geforce 6800. This card nominally supported GL 2.x, but the shader performance was so utterly pathetic that it was of no use, except for small scale effects.
That's why GZDoom 1.x disabled all shader effects, except applying colormaps to camera textures, for low end GL 2.x hardware, but since that detection was rather spotty there was an option to disable shader effects for all GL 2.x hardware. For GL 3.x hardware these options never showed.

I made the exception for the camera textures because in this single case the performance drop was preferable to an ugly visual glitch.
Post Reply

Return to “General”