Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 992 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 992 Bytes

Better TFGhost Launcher

This is a PowerShell script which makes the launch of TFGhost more stable & better.

Bonus

Also disables 'CPU0' automatically for 30% increase in performance.

How to use

1. Open 'launcher.ps1' in any text editor.

2. Change '$ghostExecName' to the name of your TFGhost's executable. (without the .exe)

3. Change '$ghostPath' to the folder with the TFGhost executable inside.

4. Verify that you changed everything correctly:

image

5. Run 'launcher.ps1' via right clicking it and pressing 'Run with PowerShell'.

  • If you have any errors, the program will tell you.

Must know: The script automatically sets the affinity of the game in 15 seconds after launching everything, if this is not enough for you and your game opens up slowly:

  • You can change '$waitTimeBeforeGameOpens = 15' to some other value, like 20 or 25...