This is a PowerShell script which makes the launch of TFGhost more stable & better.
Also disables 'CPU0' automatically for 30% increase in performance.
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:
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...