Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to game version 1.6.0.0 #33

Closed
sanlf opened this issue Dec 5, 2020 · 2 comments · May be fixed by #34
Closed

Update to game version 1.6.0.0 #33

sanlf opened this issue Dec 5, 2020 · 2 comments · May be fixed by #34

Comments

@sanlf
Copy link

sanlf commented Dec 5, 2020

A patch for the game was released the 19th of November 2020 and made some minor fixes. The program doesn't recognize this version and issues the following warning:

sekiro_fps_unlocker_warning

But if you ignore the warning, nothing seems to break.

Maybe this can be fixed by just adding the new version to the list of recognized versions?

@AndhikaWB
Copy link

You can also use hex editor to make the warning disappear, here is the step:

  1. Use any hex editor app (e.g. HxD Hex Editor)
  2. Run HxD and select/open (Ctrl + O) Sekiro FPS Unlocker executable
  3. Find (Ctrl + F) the keyword 1.5.0.0, make sure Unicode (UTF-16 little endian) is choosen as text encoding
  4. Replace 5 (from 1.5.0.0) to 6 (1.6.0.0) for every results that you find (press F6 to go to the next result)
  5. Press save (Ctrl + S)
  6. ???
  7. Profit

Note that this will only bypass the warning.

@uberhalit
Copy link
Owner

The warning will only be displayed a single time. So if you are seeing it every starup, then you either delete the config file of the tool every time or you start it from a directory without write access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants