Skip to content

Commit

Permalink
Removed optional Float32 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Decane committed Mar 21, 2020
1 parent ae35a07 commit ec6761e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 88 deletions.

This file was deleted.

Binary file not shown.
12 changes: 0 additions & 12 deletions SRP v1.1.3 - Optional Features.txt
Expand Up @@ -48,18 +48,6 @@ Note that in order to enjoy consistent success in sneaking up to an NPC, you mus
If you wish to be able to walk right up to the NPC as opposed to having to crouch for the last meter or so, open up gamedata\configs\creatures\m_stalker.ltx using any text editor and change the value of the 'npc' parameter under [stalker_sound_perceive] from 0.37 to 0.36, and then save the file. You will then be able to walk right up to an NPC without being detected, but running or sprinting in the NPC's proximity will still generate enough noise to alert the NPC.


====================================================
Float32 SSAO Performance Patch
====================================================


JJwalker's Float32 for S.T.A.L.K.E.R.: Clear Sky. Allegedly improves SSAO performance and image quality in DX10/10.1 mode but has no effect in DX9 mode.

Note that using this feature and setting SSAO quality to 'High' may cause lag for some users: for optimal performance, set SSAO quality to 'Medium' or 'Low' when using Float32.

The medium setting allegedly delivers graphical quality approximately equivalent to the unmodded 'High' setting but with better performance.


====================================================
Improved LuaJIT Library
====================================================
Expand Down
1 change: 0 additions & 1 deletion SRP v1.1.3 - Readme.txt
Expand Up @@ -322,7 +322,6 @@ Optional additional features:
• Improved script engine performance
• Less frequent / disabled emissions
• Disabled developer startup videos
• Alternative SSAO implementation
• Smaller inventory grids
• Transparent inventory

Expand Down
1 change: 1 addition & 0 deletions SRP v1.1.3 - Version History.txt
Expand Up @@ -90,6 +90,7 @@ v1.1.3
- Reversed the SRP v1.0.4 'fix' to make the "Return the experimental device", "Find the missing stalker’s loot", and "Take the artifact from the dead stalker" tasks unavailable from Duty members due to each's description purportedly implying the task-giver to be a neutral stalker. Each description can be read in a way that does not render it inconsistent with the tasker being a Duty member.
- Reversed the SRP v1.0.4 decision to make Clear Sky squads attempt to capture several further explicitly defined smart terrains after capturing the Southern Farmstead.
- Removed the optional 'DX10 Patch'. It did not fix the intermittent freezing caused by 'Update for Microsoft Windows (KB2670838)' when playing in DX10/10.1 mode with anti-aliasing enabled through the game's graphics settings.
- Removed the optional Float32 feature. It caused wet surfaces to appear overexposed and desaturated in DX10/10.1 mode.

-----------------------------------------------------------------------------

Expand Down

2 comments on commit ec6761e

@SurDno
Copy link
Contributor

@SurDno SurDno commented on ec6761e Mar 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any comparison?

@Decane
Copy link
Owner Author

@Decane Decane commented on ec6761e Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without Float32:

Without-Float32

With Float32:

With-Float32

Both images were taken during a thunderstorm - that's when the wet surfaces effect is most pronounced. Neither image was taken during a lightning flash.

Please sign in to comment.