Skip to content

Commit

Permalink
conviction: ultrawide, lan, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jul 26, 2024
1 parent 47f5df7 commit a42c750
Show file tree
Hide file tree
Showing 6 changed files with 625 additions and 79 deletions.
4 changes: 4 additions & 0 deletions .github/docs/scc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

![](https://habrastorage.org/webt/d_/eg/ym/d_egymd6w_tem2erocab-e9ikna.png) Added an option to skip system detection errors on startup

![](https://habrastorage.org/webt/d_/eg/ym/d_egymd6w_tem2erocab-e9ikna.png) Added an option to restore LAN support

![](https://habrastorage.org/webt/d_/eg/ym/d_egymd6w_tem2erocab-e9ikna.png) Added an option to enable partial ultrawide support

![](https://habrastorage.org/webt/d_/eg/ym/d_egymd6w_tem2erocab-e9ikna.png) Added an option to disable depth of field effect

![](https://habrastorage.org/webt/d_/eg/ym/d_egymd6w_tem2erocab-e9ikna.png) Added an option to disable black and white filter
Expand Down
11 changes: 0 additions & 11 deletions data/SplinterCellConviction.FusionMod/src/system/d3d9.ini

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
[MAIN]
SkipIntro = 1
WindowedMode = 0
SkipSystemDetection = 1
PartialUltraWideSupport = 1
DisableDOF = 1
DisableBlackAndWhiteFilter = 0
DisableCharacterLighting = 0
EnhancedSonarVision = 0 // https://imgur.com/PfDDYG2
BlacklistIndicators = 0 // Bloom will be enabled only in the darkness

[CONTROLS]
BlacklistControlScheme = 1 // Makes controls like in Blacklist, press button to cover, hold to aim etc.
BlacklistControlScheme = 1 // Makes controls like in Blacklist, press button to cover, hold to aim etc

[UNLOCKS]
UnlockDLC = 1 // Unlocks all DLC content that is not possible to obtain after server shutdown

[LOGITECH]
LightSyncRGB = 1 // Mouse and keyboard will be dimmed in the darkness(and vice versa with BlacklistIndicators). Only Logitech hardware is supported, requires Logitech G HUB app

[STARTUP] // https://github.com/Ododo/scc-lan-restore
LANHelperExePath =
ServerAddr = 127.0.0.1
[LAN]
FixLAN = 1
ServerAddr = 127.0.0.1

[2INSTANCESPLITSCREEN]
Enable = 1
// This is an experimental feature, it is not playable and intended for testing purposes only.
// Allows launching second instance of the game. Requires WindowedMode.
// Create a custom resolution to split the screen. E.g. 1920x1080 -> 1920x540.
// First instance will be positioned on top. Launch the second instance and connect via LAN.
// LAN matchmaking is not very stable, in case of an error try again, or restart both instances.
// Only first instance can host.
Loading

0 comments on commit a42c750

Please sign in to comment.