1
0
Fork
You've already forked bsphyfpsu
0
No description
  • Rust 100%
underlinejakez 12ad28ae1e first commit
2024年12月22日 02:57:40 -03:00
src first commit 2024年12月22日 02:57:40 -03:00
.gitignore first commit 2024年12月22日 02:57:40 -03:00
Cargo.toml first commit 2024年12月22日 02:57:40 -03:00
LICENSE first commit 2024年12月22日 02:57:40 -03:00
README.md first commit 2024年12月22日 02:57:40 -03:00

bsphyfpsu

bsphyfpsu (bioshock physics fps unlocker) is a rewrite in rust of Bioshock-Physics-Unlocker

usage

both arguments are optional, by default it will look for Bioshock.exe in the current directory and will prompt the user to input the desired fps

bsphyfpsu [--fps] [EXECUTABLE]
bsphyfpsu Bioshock.exe --fps 60

why?

the reason i did this was because i couldn't run the original patcher with wine and it's an excuse to learn rust

the code is basically the same as the original and i don't fully understand how exactly it modifies the bioshock executable so i can't guarantee and adapt to work for other versions of the game, reverse engineering and modding is something i have interest but not really know much

since i'm learning there's still stuff i don't quite understand and know how to do, for example: error handling
currently it's just panic's all over the place, which is not the end of the world for such small program but even if i would try something i don't know how to make error messages?