Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
- Updated AA, SSAO and screenshot functionality to be compatible with
latest Dark Souls version
- Screenshots are now stored as PNG
- Reduced number of state changes with AA and SSAO enabled
- Added "VSSAO2" AO option (based on a configuration contributed by
Asmodean)
  • Loading branch information
PeterTh committed Sep 28, 2013
1 parent 1c36e14 commit 1cb2594
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 46 deletions.
8 changes: 5 additions & 3 deletions DATA/DSfix.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# You can configure DSfix by editing this file
# Lines starting with "#" are ignored by the program and contain descritpions of the options
# Lines starting with "#" are ignored by the program and contain descriptions of the options

###############################################################################
# Graphics Options
Expand Down Expand Up @@ -46,11 +46,13 @@ ssaoStrength 0
ssaoScale 1

# Determine the type of AO used
# "VSSAO" = Volumetric SSAO (default, suggested)
# "VSSAO" = Volumetric SSAO (default, only option pre-1.9)
# "HBAO" = Horizon-Based Ambient Occlusion
# "SCAO" = VSSAO + HBAO
# VSSAO and HBAO types have a different effect and similar performance
# "VSSAO2" = Volumetric SSAO with more samples (tweaked by Asmodean)
# VSSAO and HBAO types have a slightly different effect. and similar performance
# SCAO combines both, with a higher performance impact
# VSSAO2 is generally more accurate, but also requires more performance
ssaoType VSSAO

############# Depth of field
Expand Down
8 changes: 8 additions & 0 deletions DATA/VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
28-09-2013 -- version 2.2
=========================
- Updated AA, SSAO and screenshot functionality to be compatible with latest Dark Souls version
- Screenshots are now stored as PNG
- Reduced number of state changes with AA and SSAO enabled
- Added "VSSAO2" AO option (based on a configuration contributed by Asmodean)


19-09-2013 -- version 2.1
=========================
- Made FPS unlocking compatible with the updated version of Dark Souls released 2 days ago
Expand Down
Loading

0 comments on commit 1cb2594

Please sign in to comment.