Skip to content

A compilation of fixes for S.T.A.L.K.E.R. Clear Sky from multitude of other projects based on ForserX's VS 2022 X-Ray port.

Notifications You must be signed in to change notification settings

theysani/xray-fixes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Ray Fixes

A compilation of fixes for S.T.A.L.K.E.R. Clear Sky from multitude of other projects. Source code based on ForserX's VS 2022 X-Ray port.

What's beyond the scope of the project

  • New features
  • Modding resources
  • Quality of Life changes
  • Refactoring
  • Optimizations
  • Fixes for bugs not reproducable in vanilla game

Fixes ported

Crash fixes

Gameplay fixes

  • Fixed inability to trade with NPCs that have supposedly infinite amount of money when the value of the sold items exceeded NPCs max money value.
  • Fixed traders paying slightly more than expected for broken weapons and outfits due to the non-linearization of the formula being done after setting its limits instead of before, effectively changing the minimum value.
  • Fixed NPCs accuracy per rank value being capped at the rank value of 100 rather than 1000 (a remnant from S.T.A.L.K.E.R.: Oblivion Lost era rank system), resulting in plateau in the function due to all NPCs with rank higher than a hundred, including most novices, and all experienced stalkers, veterans and masters using the max rank value.
  • Fixed NPCs accuracy per rank value between 78 and 99 being higher than the same value even for more experienced NPCs, reaching up to a 100x increase at the rank value of 89. This was caused by a mistake in linear interpolation formula resulting in the dispersion going from negative to positive values and coming close to zero. In practice, this means that some NPCs with very specific rank values were more accurate than intended, such as Agroprom swamp zombies having 10x lower dispersion and thus 10x higher accuracy.

Graphical fixes

Audio fixes

UI fixes

  • Fixed Shock protection being mislabeled as Strike in outfit protection values. (original commit by Hrusteckiy for IX-Ray 1.5)
  • Fixed map spots for squads, quests, important NPCs and the player being stretched and occasionally misplaced on 16:9 aspect ratio. (original commit by Hrusteckiy for IX-Ray 1.5)
  • Fixed outfit bullet resistance stat in outfit protection values always showing the percentage for fully repaired outfit even when it's not fully applied. (original commit by Hrusteckiy for IX-Ray 1.5)
  • Fixed red hue being applied to all NPCs in trade/upgrade window after searching a body of a dead NPC, as well as red hue being occasionally applied to Scar after dying with inventory screen open. (original commit by Hrusteckiy for IX-Ray 1.5)
  • Fixed weapon addons being misaligned when the weapon is placed into a vertical inventory slot. (original commit by Drombeys for IX-Ray 1.5)

Installation

  1. Paste bin into the game's root directory, overwrite files.

Known issues

See: FunXRay/xray-csky's readme.

About

A compilation of fixes for S.T.A.L.K.E.R. Clear Sky from multitude of other projects based on ForserX's VS 2022 X-Ray port.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.7%
  • C 24.0%
  • HTML 3.1%
  • Shell 1.3%
  • TeX 1.3%
  • Makefile 1.1%
  • Other 1.5%