27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
# Unlock FPS batch file for An Anime Game Launcher.
|
|
|
|
This is my own modification of the batch file adapted from [this batch file](https://aagl.launcher.moe/dl/unlockfps.bat), and the ``launcher.bat`` found in [this repo][Krock/dawn], where the former is a modification of the latter.
|
|
|
|
AAGL was updated to use a more recent version of [this][fps-unlock], so this batch file is adapted for this.
|
|
|
|
# Installation and use
|
|
|
|
To install this, put the unlockfps.bat file into the root of your game directory, where ``launcher.bat`` is also found.
|
|
|
|
The game root directory is found in your wineprefix:
|
|
```
|
|
WINEPREFIX/drive_c/Program Files/GAMEROOT
|
|
```
|
|
Substitute WINEPREFIX and GAMEROOT with your AAGL installation's wine prefix, and your game's root directory accordingly.
|
|
|
|
Example wineprefix location:
|
|
```
|
|
~/.local/share/anime-game-launcher/game
|
|
```
|
|
|
|
## Related projects
|
|
|
|
[An Anime Game Launcher]: https://notabug.org/Krock/dawn.git
|
|
[Krock/dawn]: https://notabug.org/Krock/dawn.git
|
|
[fps-unlock]: https://github.com/34736384/genshin-fps-unlock
|