Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 844 Bytes

Sekiro FPS Unlocker for Linux

A small cli tool that will unlock the framerate of sekiro on linux.

Prerequisites

This tool requires libmem 4 to be installed on your system.

Compiling and Running

  1. Clone the repo
$ git clone https://github.com/krob64/sekirofpslinux
  1. Compile the binary
$ cd sekirotool
$ cargo build --release
  1. Start sekiro

  2. 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.

Credits

uberhalit/SekiroFpsUnlockAndMore for the signatures
rdbo/libmem for an excellent memory manipulation library