A small cli tool that will unlock the framerate of sekiro on linux.
This tool requires libmem 4 to be installed on your system.
- Clone the repo
$ git clone https://github.com/krob64/sekirofpslinux
- Compile the binary
$ cd sekirotool
$ cargo build --release
-
Start sekiro
-
Start the fps unlocker
$ cd target/release
$ ./sekirotool -mf 120
You can start it like that everytime, you can put the binary in your $PATH or you can do some steam launchoption magic. Whatever floats your boat.
uberhalit/SekiroFpsUnlockAndMore for the signatures
rdbo/libmem for an excellent memory manipulation library