Discussion split off from the documentation thread
Moderator: Graf Zahl
- 
				BlazingPhoenix
														 - Posts: 488
 - Joined: Sun Aug 28, 2005 5:11
 
- 
				ellmo
														 - DRD Team Admin (Inactive)
 - Posts: 237
 - Joined: Thu Jun 30, 2005 13:30
 - Location: Poland, Poznan
 
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
You put such lumps in the main directory. The only reason I allow the specific 4 subdirectories in the global namespace is to allow any user to group resources properly. Anything you put in there is fully interchangeable in the global namespace (i.e. putting a graphic into sounds/ is the same as putting it into /graphics.
			
			
									
						
										
						- 
				ellmo
														 - DRD Team Admin (Inactive)
 - Posts: 237
 - Joined: Thu Jun 30, 2005 13:30
 - Location: Poland, Poznan
 
Okay, I think I got it working.
But one thing still bothers me. Can High-Quality textures be warped?
I have:
ANIMDEFS:
HIRESTEX:
			
			
									
						
										
						But one thing still bothers me. Can High-Quality textures be warped?
I have:
ANIMDEFS:
Code: Select all
WARP2 texture AWATERCode: Select all
define AWATER 64 64- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
Unfortunately not, unless you use shaders. Warping a 256x256 texture is utterly prohibitive in terms of performance as it takes approx 8 ms to warp the texture and 2 more ms to upload it to the graphics card. Every map that attempted this suffered from severe performance problems. As a result I have disabled software warping for hires replacements altogether.
			
			
									
						
										
						- 
				ellmo
														 - DRD Team Admin (Inactive)
 - Posts: 237
 - Joined: Thu Jun 30, 2005 13:30
 - Location: Poland, Poznan
 
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
- 
				ellmo
														 - DRD Team Admin (Inactive)
 - Posts: 237
 - Joined: Thu Jun 30, 2005 13:30
 - Location: Poland, Poznan
 
Well, call me an idiot. But still nothing. Still getting those sexy pink flats when I use ANIMDEFS... There are absolutely no hi-texture replacements. Just 128x128 Flats. And even if their size is a problem - I've tried with 64x64. Does the same.
			
			
						You do not have the required permissions to view the files attached to this post.
			
						
										
						- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
- 
				ellmo
														 - DRD Team Admin (Inactive)
 - Posts: 237
 - Joined: Thu Jun 30, 2005 13:30
 - Location: Poland, Poznan
 
- 
				Enjay
														 - Developer

 - Posts: 4759
 - Joined: Tue Aug 30, 2005 23:19
 - Location: Scotland
 
- 
				Cutmanmike
														 - Posts: 482
 - Joined: Sat Sep 03, 2005 23:34
 
- 
				Enjay
														 - Developer

 - Posts: 4759
 - Joined: Tue Aug 30, 2005 23:19
 - Location: Scotland
 
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
- 
				Cutmanmike
														 - Posts: 482
 - Joined: Sat Sep 03, 2005 23:34