Jump to content

Set CPU affinity with EAC active


kaetting

Recommended Posts

Hello,

Does anyone have a bulletproof way nowdays to run 7dtd with CPU affinity and EAC active?

This is a very CPU heavy game and the FPS drops are insane. 

When I use Nvidia Geforce Experience  the "Optimal" setting are close to Ultra, but Ive trouble running a stable game at Lowest due to CPU FPS drops.

 

AMD Ryzen 7 5800H with Radeon Graphics 3.20 GHz / 16GB RAM / Nvidia Geforce RTX 3060 Laptop GPU / Windows 11 Home 23H2

 

Atm Im running the game from a bat-file with "%comspec% /C start /affinity 0x000000000000FFFC 7DaysToDie_EAC.exe" but it doesnt work 100%, more like 50/50 it starts with the set affinity.

Link to comment
Share on other sites

you could use a PowerShell command to change the affinity of an already running process:
 

(get-process 7DaysToDie).ProcessorAffinity=[int]0xFFFC

 

just start the game in your favorite way and after that fire that command above.

Link to comment
Share on other sites

2 hours ago, q123 said:

you could use a PowerShell command to change the affinity of an already running process:
 

(get-process 7DaysToDie).ProcessorAffinity=[int]0xFFFC

 

just start the game in your favorite way and after that fire that command above.

 

With EAC on I do not believe this is possible. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...