Tomb Raider (2013)

File information

Last updated

Original upload

Created by

thrive4

Uploaded by

thrive4

Virus scan

Safe to use

About this mod

remove glow shiny objects walkie talkie etc
remove boekah effect
reduce distance fog density
remove waterdrops (overlay)
3d migoto tonemap, relief texture enhancing

Permissions and credits
Changelogs
- description

Tomb raider 2013 this game...
is probably the gold standard for the action adventure genre.
Excelling in all aspects of game development only surpassed by
its sequels rise and shadow of the tomb raider so modding wise
this is hallowed ground, never the less...
This package contains some tweaks realized with 3dmigoto.

update 10/01/2023
- a 3dmigoto full screen shader (upscale.hlsl) replaces reshade
- added remove radial blur effect in instinct mode
- added increase presence ambient occlusion
- reworked tonemap
- switched to internal fxaa (reshade no longer needed)
* See screenshots for an impression

update 11/07/2021

- changed sweetfx to reshade 4.3.0
  the 32bit version of sweetfx causes the CreateDXGIFactory2
  error on windows 10
- update 3dmigoto to version 1.3.16
- added 2 shader tweaks
  reduce excessive global illumination bloom and god ray
  reduce cumulative bloom effect rim light
- remove the bump pass still adds relief to textures
  however less noisy
- tested with windows 10 (1903)

3dmigto tweaks contain:
- remove glow shiny objects walkie talkie etc
- remove boekah effect
- reduce distance fog density
- remove waterdrops (overlay)
- reduce excessive global illumination bloom and god ray
- reduce cumulative bloom effect rim light

Further a 3dmigoto tone map re-balances brightness plus removes a slight
yellow tint and a 'poor mans form of tessellation' gives the assets
(characters, environment, etc) a bit of relief plus more definition.

Note:
I normally have the game running on 'exclusive fullscreen' unfortunately
I had to change this to make screenshots.

- updating

if the old package was installed remove the following
folder(s) and file(s) in the folder which contains TombRaider.exe

reshade

dxgi.dll
dxgi.ini
ReShade.ini

Then copy the contents of the zip file to the install folder
of tomb raider 2013 the folder which contains TombRaider.exe.

- install

Copy the contents of the zip file to the install folder of
tomb raider 2013, the folder which contains TombRaider.exe.

- optional install


If you do not like using unverified dll's you can download 3dmigoto from
https://github.com/bo3b/3Dmigoto/releases
download version 1.3.16 (32bit) and place the following dlls in the install dir of tomb raider 2013
d3d11.dll
d3dcompiler_46.dll
d3dx.ini
then copy ShaderCache and ShaderFixes from the zip file to the same dir aka folder.

note: if you choose to use the d3dx.ini contained in the github package
make sure to set (line 248):
hunting=0
the default setting is:
hunting=1
which sets 3dmigoto to a debug mode.

- verify

After running the game the folder ShaderFixes should
gradually (scene and level dependent) contain the .bin versions:

09772723e9ff9986-ps_replace.bin
159dddd183906bdd-ps_replace.bin
34e741135c2c2f96-ps_replace.bin
53a06639285765d0-ps_replace.bin
56c9e5c2ec6704a6-ps_replace.bin
77bf4c9413531dab-ps_replace.bin
976b5f70ae1836c2-ps_replace.bin
9b151678e49ab294-ps_replace.bin
b8e70702b4c7bf6a-ps_replace.bin
f4555af67bd51404-ps_replace.bin
f9754c6e306cc71c-ps_replace.bin
fc26fb18693d2cf8-ps_replace.bin
upscale.hlsl

of

09772723e9ff9986-ps_replace.txt
159dddd183906bdd-ps_replace.txt
34e741135c2c2f96-ps_replace.txt
53a06639285765d0-ps_replace.txt
56c9e5c2ec6704a6-ps_replace.txt
77bf4c9413531dab-ps_replace.txt
976b5f70ae1836c2-ps_replace.txt
9b151678e49ab294-ps_replace.txt
b8e70702b4c7bf6a-ps_replace.txt
f4555af67bd51404-ps_replace.txt
f9754c6e306cc71c-ps_replace.txt
fc26fb18693d2cf8-ps_replace.txt
upscale.hlsl

This means that the file(s) .txt have been compiled by 3dmigoto (d3d11.dll)

- tested

Tested with version 1.0.722.3 (dx11) of tomb raider 2013
on win 7 / win 10(1903) / nvidia 1050gtx ti with 3dmigoto (32bits) 1.3.16

- performance

3dmigoto gpu usage [email protected]*
without - clock 1772Mhz gpu usage ~60%
with       - clock 1772Mhz gpu usage ~62%
approximately 2% increase (1050gtx ti on win 10)
max gpu: 1772Mhz gpu usage 100%
*) Game is capped to 51.2 sync forced off through nvidia inpsector

- further tweaking

If you like you can compare the modified shader, ShaderCache contains
the original shader, to alter values.

To disable specific tweaks open the shader from
the folder 'shaderfixes' with a text editor example:
09772723E9FF9986-ps_replace.txt

Has a remark on the top line:
// increase presence ambient occlusion

So if you do not want that to happen
remove the shader from the folder 'shaderfixes'

09772723E9FF9986-ps_replace.txt

and if compiled remove:

09772723E9FF9986-ps_replace.bin

then restart the game.

All shaders <shadernumber>ps_replace.txt have
a similar descriptive remark.

- tips

https://www.pcgamingwiki.com/wiki/Tomb_Raider_(2013)

- shader list

---------- 09772723E9FF9986-PS_REPLACE.TXT
// increase presence ambient occlusion
// ---- Created with 3Dmigoto v1.3.16 on Tue Jan 03 12:43:01 2023
  // dampen noise
  // increase blur range ambient occlusion

---------- 159DDDD183906BDD-PS_REPLACE.TXT
// remove radial blur effect D frame based pending on camera angle
// ---- Created with 3Dmigoto v1.3.16 on Mon Jan 09 10:37:57 2023

---------- 34E741135C2C2F96-PS_REPLACE.TXT
// remove glow shiny objects walkie talkie etc

---------- 53A06639285765D0-PS_REPLACE.TXT
// remove radial blur effect B instinct mode
// ---- Created with 3Dmigoto v1.3.16 on Fri Jan 06 11:01:47 2023

---------- 56C9E5C2EC6704A6-PS_REPLACE.TXT
// reduce excessive global illumination bloom and god ray B
// ---- Created with 3Dmigoto v1.3.16 on Sat Jul 10 11:01:12 2021

---------- 77BF4C9413531DAB-PS_REPLACE.TXT
// remove boekah effect

---------- 976B5F70AE1836C2-PS_REPLACE.TXT
// reduce distance fog density
// ---- Created with 3Dmigoto v1.3.16 on Mon Jan 09 10:57:20 2023

---------- 9B151678E49AB294-PS_REPLACE.TXT
// increase godrays and ambient in lower hemisphere
// ---- Created with 3Dmigoto v1.3.16 on Thu Jan 05 18:37:42 2023
  // increase presence and tint ambient camera toward lightsource

---------- B8E70702B4C7BF6A-PS_REPLACE.TXT
// remove radial blur effect A instinct mode
// ---- Created with 3Dmigoto v1.3.16 on Fri Jan 06 10:55:37 2023


---------- F4555AF67BD51404-PS_REPLACE.TXT
// remove waterdrops

---------- F9754C6E306CC71C-PS_REPLACE.TXT
// remove radial blur effect C instinct mode
// ---- Created with 3Dmigoto v1.3.16 on Fri Jan 06 11:02:49 2023

---------- FC26FB18693D2CF8-PS_REPLACE.TXT
// reduce cumlative bloom effect rim light
// ---- Created with 3Dmigoto v1.3.16 on Thu Jul 08 19:22:35 2021
  r0.xyz = 0.2f * InstanceParameters[r0.w].InstanceParams[2].xxx * r0.xyz + r1.xyz; // reduce bloom

---------- SHADERLIST.TXT