-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
56 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,35 @@ | ||
# hyv-fps-unlocker | ||
|
||
Lightweight program for Windows that allows you to modify the FPS of **Honkai Impact 3rd** and **Honkai: Star Rail** by changing registry values. | ||
|
||
Read the blog post about this project (For Hi3 unlocking) [here](https://dromzeh.dev/posts/hi3-fps-unlock/). | ||
|
||
> **Note**: | ||
> Because you're modifying the registry, changing your options in-game **will overwrite the fps to the value you set in-game. To change the fps again, you will have to re-run the program.** | ||
Manipulates registry entries for **Honkai Impact 3rd** and **Honkai: Star Rail**, unlocking the FPS cap. | ||
|
||
> **Warning**: | ||
> **I am not responsible for any consequences that may occur from using this program.** Use at your own risk. | ||
> I am not responsible for any damage caused to your system. Please use this program at your own risk. | ||
## Download & Usage | ||
|
||
## From the releases page | ||
|
||
- Download the latest release from [the releases page](https://github.com/dromzeh/hyv-fps-unlocker/releases) | ||
- Run `hyv-fps-unlocker.exe` and follow the instructions. | ||
### From the Releases Page | ||
|
||
## Building | ||
- Download the latest release from [the releases page](https://github.com/dromzeh/hyv-fps-unlocker/releases). | ||
- Run `hyv-fps-unlocker.exe`. | ||
|
||
- `git clone https://github.com/dromzeh/hyv-fps-unlocker` | ||
- `cargo build --release` (Assuming you have [Rust](https://rustup.rs/) installed) | ||
- Run the built executable in `./target/release/hyv-fps-unlocker.exe`. | ||
## Building from Source | ||
|
||
**You don't have to run the program as Administrator**, if you're having issues, you can try running it as Administrator. | ||
- Clone the repository using `git clone https://github.com/dromzeh/hyv-fps-unlocker`. | ||
- Build the project using `cargo build --release` (assuming you have [Rust](https://rustup.rs/) installed). | ||
- Launch the compiled executable located in `./target/release/hyv-fps-unlocker.exe`. | ||
|
||
## Known Issues | ||
|
||
### Registry Issues [Can't be fixed] | ||
### Registry Method Limitations | ||
|
||
- Modifying the registry values **will NOT work if you have the game open.** | ||
- The game **will overwrite the registry values if you change the FPS in-game.** | ||
- **Options menus for games may not work as intended** after modifying the registry values. | ||
- Altering registry values will be ineffective if the game is currently running. | ||
- The game will overwrite the modified registry value(s) if you update settings in-game. | ||
- Options menus in-game may not function as expected. | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first. | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
## License | ||
|
||
hyv-fps-unlocker is licensed under [MIT](https://mit.dromzeh.dev/) - see [LICENSE](LICENSE) for more information. | ||
**hyv-fps-unlocker** operates under the [MIT License](https://mit.dromzeh.dev/). Refer to [LICENSE](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters