View Single Post
Old 05-11-15, 08:48 AM   #1735
vdr1981
Navy Seal
 
Join Date: May 2010
Location: Србија
Posts: 6,078
Downloads: 581
Uploads: 13


Default

Quote:
Originally Posted by sober View Post
Also I need someone to hold my hand and show me how to change the render distance to 60 kilometres . Do you need to start a new campaign ?
So you wont to add 20.000 m to default 40.000m rendering distance...

First you need to convert 20000 to hex code, I use Float/Hex conversion tool TDW gave me...
20000 converted to hex is 469C4000

Now you open patches/SH5/TDW_SH5_Patches.s5p with notepad and edit following lines...

Code:
; +0x2B0 = Max distance from player's unit addition (DWORD) - Default value is 40000.0 (00401C47)
; this is added to the current max distance value of 40000.0
; this adjusted value determines when units are rendered in game and become 3D units instead of 2D units
Code14=0x2B0,00409C46
You see that hex code is not just copy/pasted, you have to add it backward in a digits of two! 46 9C 40 00 ==> 00 40 9C 46 without spaces of course...

And this is the same for all patcher tweaks...

After that,it is good to re enable rendering distance patch. I've never noticed that doing this while in the patrol will brake anything, just recently I disabled the patch in the middle of Gibraltar because my FPS was very, very low with patch enabled...
vdr1981 is offline   Reply With Quote