Posted June 07, 2022
high rated
Must Have:
Save confirmation dialog skipper
-Skips the annoying and unnecessary save confirmation dialogue
Alias Isolation
-the original game suffers from severe aliasing, which this mod fixes with the addition of proper temporal anti aliasing
-even though the linked mod version was created for the epic version of the game, it also works fine in the GOG version
-requirements: "Anti-aliasing must be set to SMAA T1x. Chromatic Aberration must be disabled. Motion blur must be enabled."
-usage: "To disable the mod at runtime, hit "Ctrl+Delete". To re-enable it, hit "Ctrl+Insert"."
-the setup instructions on github are a little bit unclear, therefore I advise you to do it this way:
-- make a folder "AliasIsolation" inside the game directory and put all the mod files into it
-- create a batch file called "StartAI.cmd" inside the game directory with the following content:
@echo off
start /b "" AI.exe
start /b /wait "" /d "AliasIsolation" AliasIsolation\aliasIsolationInjector.exe .\AI.exe
exit
-- start the game via the batch "StartAI.cmd"
-You will only see if it works after starting/continuing a game, since the logo doesn't show up at the title screen (at least for me)
Recommendations:
No lensflare mod
-disable the rather ugly lensflare effect when looking into bright light sources
Improved Alien
-changes the behavior of the alien to make it a little bit less frustrating and more predictable
Config Tweaks:
Better LOD distance
-open "DATA\ENGINE_SETTINGS.XML" and set "Ultra" setting of the "Level of Detail" group to "2.0":
<Setting name="Level of Detail">
<Quality name="Ultra" float="2.0" precedence="4"/>
Save confirmation dialog skipper
-Skips the annoying and unnecessary save confirmation dialogue
Alias Isolation
-the original game suffers from severe aliasing, which this mod fixes with the addition of proper temporal anti aliasing
-even though the linked mod version was created for the epic version of the game, it also works fine in the GOG version
-requirements: "Anti-aliasing must be set to SMAA T1x. Chromatic Aberration must be disabled. Motion blur must be enabled."
-usage: "To disable the mod at runtime, hit "Ctrl+Delete". To re-enable it, hit "Ctrl+Insert"."
-the setup instructions on github are a little bit unclear, therefore I advise you to do it this way:
-- make a folder "AliasIsolation" inside the game directory and put all the mod files into it
-- create a batch file called "StartAI.cmd" inside the game directory with the following content:
@echo off
start /b "" AI.exe
start /b /wait "" /d "AliasIsolation" AliasIsolation\aliasIsolationInjector.exe .\AI.exe
exit
-- start the game via the batch "StartAI.cmd"
-You will only see if it works after starting/continuing a game, since the logo doesn't show up at the title screen (at least for me)
Recommendations:
No lensflare mod
-disable the rather ugly lensflare effect when looking into bright light sources
Improved Alien
-changes the behavior of the alien to make it a little bit less frustrating and more predictable
Config Tweaks:
Better LOD distance
-open "DATA\ENGINE_SETTINGS.XML" and set "Ultra" setting of the "Level of Detail" group to "2.0":
<Setting name="Level of Detail">
<Quality name="Ultra" float="2.0" precedence="4"/>
Post edited June 08, 2022 by russellskanne