2022-07-16 21:04:30 +08:00
# 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.
2022-07-16 21:08:31 +08:00
AAGL was updated to use a more recent version of [this][fps-unlock], so this batch file is adapted for it.
2022-07-16 21:04:30 +08:00
# 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
2022-07-16 21:11:26 +08:00
[An Anime Game Launcher][AAGL]
2022-07-16 21:12:06 +08:00
2022-07-16 21:11:26 +08:00
[Krock/dawn patch][Krock/dawn]
2022-07-16 21:12:06 +08:00
2022-07-16 21:11:26 +08:00
[FPS unlocker][fps-unlock]
2022-07-16 21:08:31 +08:00
[AAGL]: https://gitlab.com/an-anime-team/an-anime-game-launcher "An Anime Game Launcher"
[Krock/dawn]: https://notabug.org/Krock/dawn.git "Krown/dawn patch"
2022-07-16 21:11:26 +08:00
[fps-unlock]: https://github.com/34736384/genshin-fps-unlock "FPS unlocker"