STAR WARS Jedi: Fallen Order™

STAR WARS Jedi: Fallen Order™

Not enough ratings
Stutter Fix (CPU Limiter)
By drophead
Original post is here[www.nexusmods.com].
   
Award
Favorite
Favorited
Unfavorite
Intro
The fix based on this Nexus page[www.nexusmods.com] — I thought it's really hard to find and its description is too complicated for an ordinary user to understand. I rewrote to make it a bit more clear.
How to use it
As said before, this method uses Battle Encoder Shirasé or BES, which purpose is to limit CPU usage for some running programs on your computer.
  1. Open this link[mion.yosei.fi]and download BES CPU Limiter
  2. Unpack the archive's content to any location you want
  3. Start the Jedi Fallen Order (wait for the Intro or Main Menu to appear on the screen)
  4. Start the BES
  5. In BES program press 'Target' button
  6. Find 'starwarsjedifallenorder.exe' process
  7. Press 'Limit this' button
  8. Select percentage (e.g. original post says to use -4% or more)
  9. Open your game back and enjoy!
To make it more easy to use, we can apply simple .bat script.
(Additional) .bat script setup
.bat file is a built-in feature in Windows to run commands on your computer. The only thing you need to know is how to use Notepad – that's it.
  1. Create a text file (.txt)
  2. Copy and paste code ↓ below ↓
    @echo off start "" "YOUR BES.exe LOCATION" "YOUR starwarsjedifallenorder.exe LOCATION" 4 --delay --minimize start "" "YOUR starwarsjedifallenorder.exe LOCATION" exit 0

    Change the underlined sections to yours like this:
    @echo off start "" "C:\Mods\BES_1.7.6\BES.exe" "C:\Program Files (x86)\Steam\steamapps\common\Star Wars Jedi Fallen Order\SwGame\Binaries\Win64\starwarsjedifallenorder.exe" 4 --delay --minimize start "" "C:\Program Files (x86)\Steam\steamapps\common\Star Wars Jedi Fallen Order\SwGame\Binaries\Win64\starwarsjedifallenorder.exe" exit 0
  3. Save this file as anyname.bat (where anyname — put any name you want)
  4. Run the .bat
When you run the .bat file it will run BES at first, and some little time later it'll run the game.

To make thing even more easier, you can convert that .bat file to .exe and then add this newly created file to Steam library as a Non-Steam application — that way you can launch the BES and game via Steam.