View Single Post
  #93  
Old 08-16-2017, 11:18 AM
Zaela Zaela is offline
Sarnak


Join Date: Jul 2014
Posts: 319
Default

Quote:
Originally Posted by Jimjam [You must be logged in to view images. Log in or Register.]
What would I need to do to fix the grey blocks on the firepots in howling scar?
Step 1: figure out which texture it is. Looks to be chbrgrate.bmp in charasis_obj.s3d.
[You must be logged in to view images. Log in or Register.]

Step 2: open up patch_s3d_textures.bat and add lines for it like you the ones you see in there. Need to figure out whether the patch needed is "rt" or "mp"... Try "rt" first.

Probably something like:

Code:
set rt_charasis_obj=chbrgrate.bmp

...

echo .
call :PatchS3D "charasis_obj.s3d" "-rt %rt_charasis_obj%"
if %ErrorLevel%==1 exit /b
Reply With Quote