View Single Post
  #64  
Old 09-02-2017, 11:31 PM
paulgiamatti paulgiamatti is offline
Planar Protector


Join Date: Jan 2014
Location: minneapolis belongs to me
Posts: 2,045
Default

Added an entry for Charasis brazier grates: https://www.dropbox.com/s/2ozd2bs3fj...ncypatcher.zip

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?

[You must be logged in to view images. Log in or Register.]

I am certain these should be transparent.
Quote:
Originally Posted by Zaela [You must be logged in to view images. Log in or Register.]
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