Posted August 20, 2021
high rated
UPDATE: I've made an automated fix.
Basically, I wasn't satisfied with my little Devmode trick. Having to press a dedicated button in-game at certain moments just seemed like a potential turn-off for anyone except old die-hard fans. So I figured I should make a fix of sorts which you'd be able to simply "install and forget".
________________
________________
OUTDATED:
Maybe somebody will find this useful.
In order to increase the draw distance for enemies, vegetation, objects and terrain, you can use DevMode.lua:
1) Make a backup copy of DevMode.lua
2) Create a blank new DevMode.lua with Notepad
3) Fill it with these lines:
Input:BindCommandToKey("#ViewDistIncreased()","f9",1);
function ViewDistIncreased()
e_terrain_lod_ratio = "0"
e_vegetation_sprites_distance_ratio = "3"
e_obj_view_dist_ratio = "100"
end
4) Launch the game, press F9
5) Load a map, press F9
6) Press F9 every time another map is loaded.
_______________
P.S.: Be sure to add -devmode to your FarCry shortcut.
P.P.S.: The assigned key doesn't have to be F9, of course.
Basically, I wasn't satisfied with my little Devmode trick. Having to press a dedicated button in-game at certain moments just seemed like a potential turn-off for anyone except old die-hard fans. So I figured I should make a fix of sorts which you'd be able to simply "install and forget".
________________
________________
OUTDATED:
Maybe somebody will find this useful.
In order to increase the draw distance for enemies, vegetation, objects and terrain, you can use DevMode.lua:
1) Make a backup copy of DevMode.lua
2) Create a blank new DevMode.lua with Notepad
3) Fill it with these lines:
Input:BindCommandToKey("#ViewDistIncreased()","f9",1);
function ViewDistIncreased()
e_terrain_lod_ratio = "0"
e_vegetation_sprites_distance_ratio = "3"
e_obj_view_dist_ratio = "100"
end
4) Launch the game, press F9
5) Load a map, press F9
6) Press F9 every time another map is loaded.
_______________
P.S.: Be sure to add -devmode to your FarCry shortcut.
P.P.S.: The assigned key doesn't have to be F9, of course.
Post edited December 23, 2024 by Bell-206L