Skip to content

Commit

Permalink
update action and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethen committed Sep 27, 2024
1 parent 0bf4153 commit 46d00ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
s4_league_fps_unlock.asi
s4_league_fps_unlock.json
d3d9.dll
d3d9.ini
if-no-files-found: error
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- allows fps and fov adjustment

### Instructions
- load with an asi loader eg. https://github.com/ThirteenAG/Ultimate-ASI-Loader, ie. put `d3d9.dll`, `s4_league_fps_unlock.asi` and `s4_league_fps_unlock.json` next to the game exe
- load with an asi loader eg. https://github.com/ThirteenAG/Ultimate-ASI-Loader, ie. put `d3d9.dll`, `d3d9.ini`, `s4_league_fps_unlock.asi` and `s4_league_fps_unlock.json` next to the game exe
- `max_framerate`, `field_of_view`, `center_field_of_view` and `sprint_field_of_view` can be adjusted in `s4_league_fps_unlock.json`, setting `max_framerate` to 0 disables the frame limiter and lets the game go as fast as it can
- game runs on rough milisecond precision, recommend keeping framerate below 300
- `framelimiter_full_busy_loop` in `s4_league_fps_unlock.json` adjusts the built-in frame limiter's behavior when fps limit is non 0
Expand Down

0 comments on commit 46d00ef

Please sign in to comment.