Skip to content

Commit 520164c

Browse files
committed
2 parents fc88c73 + d2acf4c commit 520164c

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

PatchNotes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Added the ability to quickly drop a carried body by pressing the Jump key, similar to Chaos Theory.
1515
- Keyboard variable speeds now affect player movement when using Sniper Mode or the Laser Mic.
1616
- Added a crouch speed multiplier while sniping, making movement slower when crouched.
17-
- Increased the lifespan for bullet shell casings from 3 seconds to 30 seconds.
17+
- Shell casings now use a maximum concurrent limit of 500 instead of a 3 second lifespan.
1818
- Added an option to whistle similar to later Splinter Cell games.
1919
- Added an option to use zoom levels (2x/4x) for the SC-20K, similar to Pandora Tomorrow.
2020
- Added an option to use zoom levels for the Laser Mic, similar to Pandora Tomorrow.
@@ -64,7 +64,6 @@
6464
- White Balaclava
6565
- Beta Sleeves
6666
- Added Mission Statistics that can be viewed during a mission and upon completing a mission, featuring two scoring types: Ghost, which penalizes unnecessary knockouts, and Stealth, which allows knockouts as long as the player remains undetected.
67-
- Checkpoints are now saved across three rotating slots instead of overwriting a single slot.
6867
- Improved AI reactions to near-miss gunfire by detecting bullets that pass dangerously close to NPCs, similar to Chaos Theory.
6968
- Added an option to automatically lock the player's view onto cameras while using the Camera Jammer, similar to Pandora Tomorrow.
7069
- Added an option to use vision modes with the Laser Mic, similar to the PS2 version.
@@ -97,7 +96,6 @@
9796
- Fixed a bug where the Sticky Camera and Diversion Camera would not properly exit and holster the weapon on Mission Failed, causing a broken animation.
9897
- Fixed a bug where holding the Crouch key before getting on a zipline and keeping it held caused an animation bug.
9998
- Fixed a bug where leaving the Interaction Box, Inventory, or Mission Statistics screen allowed players to regain control while input was blocked.
100-
- Shell casings now use a maximum concurrent limit of 500 instead of a 3 second lifespan.
10199
- [@cazzhmir](https://www.youtube.com/@cazzhmir): Replaced the SC-20K texture with a less compressed version.
102100
- [@TGP482](https://www.youtube.com/@TGP482): Replaced the SC Pistol texture with a less compressed version.
103101
- [@TGP482](https://www.youtube.com/@TGP482): Replaced various gun textures with less compressed versions: AK-47, AK-107, QBZ-95, Makarov, Dragunov, MK23, and P228.

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ For a full list of patch notes, refer to the [Patch Notes](PatchNotes.md) page.
66

77
[![Discord](https://img.shields.io/discord/1371978442194817254?color=%237289DA&label=Members&logo=discord&logoColor=white)](https://discord.gg/k6mZJcfjSh)
88

9-
If you'd like to donate, all contributions are appreciated.
10-
<div align="left">
11-
<a href="https://www.paypal.com/ncp/payment/RD7YWTSASWQYS">
12-
<img src="https://github.com/user-attachments/assets/6a8878e8-3ae8-48e5-8d2a-ae367c71df10" width="256" alt="PayPal" />
13-
</a>
14-
</div>
15-
169
## Installation
1710
The latest version of Enhanced SC can be found in the [Releases](https://github.com/Joshhhuaaa/EnhancedSC/releases) page. Please note that saves from Enhanced SC are not compatible with the original version of the game.
1811

@@ -29,7 +22,7 @@ The latest version of Enhanced SC can be found in the [Releases](https://github.
2922
## Linux / Steam Deck Installation
3023
**This section is intended for Linux only, and should be skipped if installing on Windows.**
3124

32-
Download the latest Linux (Steam Deck) build from the [Releases](https://github.com/Joshhhuaaa/EnhancedSC/releases) page, rather than the standard release. This version includes dgVoodoo v2.79.3 for Linux, since newer versions currently cause the game to crash.
25+
Download the latest Linux (Steam Deck) build from the [Releases](https://github.com/Joshhhuaaa/EnhancedSC/releases) page, rather than the standard release. This version includes dgVoodoo v2.81.3 for Linux, since newer versions currently cause the game to crash.
3326

3427
Enhanced SC, [dgVoodoo2](https://github.com/dege-diosg/dgVoodoo2), [ThirteenAG Widescreen Fix](https://github.com/ThirteenAG/WidescreenFixesPack), and [Xidi](https://github.com/samuelgr/Xidi) won't load without a DLL override in your Wine prefix.
3528

UnrealScript/EchelonHUD/Classes/EchelonMainHUD.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function DrawLifeBarHorizontal(ECanvas Canvas)
556556
else
557557
HOR_WIDTH = LIFEBAR_HEIGHT;
558558
HOR_HEIGHT = LIFEBAR_WIDTH;
559-
559+
560560
xPos = 640 - eGame.HUD_OFFSET_X - HOR_WIDTH;
561561
yPos = eGame.HUD_OFFSET_Y;
562562

0 commit comments

Comments
 (0)