|
|
||
|---|---|---|
| src | first commit | |
| .gitignore | first commit | |
| Cargo.toml | first commit | |
| LICENSE | first commit | |
| README.md | first commit | |
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?