This patcher modifies Tesla Effect: A Tex Murphy Adventure to add a native "Subtitle Size" option directly into the in-game Video Settings menu. No more squinting at tiny text!
- Native Integration: Adds a "Subtitle Size" stepper control to the game's Video Settings.
- Wide Range: Adjustable font sizes from 18 to 96 (in steps of 4).
- Persistent: Saves your preference to the game's player profile automatically.
- Safe: Creates an automatic backup of your original game file.
- Themed Patcher: Includes a "Smart Alex" themed CLI for the patching process.
| Before (Default Size) | After (Larger Size) |
|---|---|
![]() |
![]() |
-
Download the latest release from the Releases page.
-
Extract
SubtitlePatcher.exeto a convenient location. -
Open a terminal (cmd or PowerShell) or drag-and-drop the DLL onto the executable (if supported).
-
Run the patcher with the path to your game's
Assembly-CSharp.dll:SubtitlePatcher.exe "C:\Program Files (x86)\Steam\steamapps\common\Tesla Effect\TeslaEffect_Data\Managed\Assembly-CSharp.dll"
(Note: Adjust the path if your Steam library is in a different location.)
-
Smart Alex will guide you through the recalibration process.
-
Launch the game!
- Go to Options -> Video in the game menu.
- Locate the new Subtitle Size option.
- Adjust the value to your liking.
- Click OK to apply.
- Navigate to
TeslaEffect_Data\Managed\folder. - Delete the patched
Assembly-CSharp.dll. - Rename
Assembly-CSharp.dll.backuptoAssembly-CSharp.dll.
- Game Crashes? Restore the backup file manually as described in "Uninstalling".
- Game Updated? Steam updates will overwrite the patched file. Simply run the patcher again.
Requirements:
- .NET SDK 6.0 or higher
dotnet build --configuration Release

