Skip to content

Commit

Permalink
Update README with hotkey information
Browse files Browse the repository at this point in the history
  • Loading branch information
gusmd committed Jul 13, 2018
1 parent 6a1e388 commit 0ae85f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pubfix

On many PC configurations (such as overclocked Ryzen systems), PUBG will crash when loading the lobby -- either on startup, or when leaving a match. Some people found that changing the process affinity to a single CPU would avoid the crash.

Tired of doing that manually, I wrote this little tool.
Expand All @@ -10,20 +11,22 @@ For launching PUBG:
1. Open ``pubfix.exe``.
2. Press **Start Monitoring**. The application will start looking for the game process.
3. Launch PUBG normally.
4. Once the status changes to *Found!*, press **Set To Single Core**.
4. Once the status changes to *Found!*, press **Set To Single Core**, or use the respective hotkey (``Ctrl+Alt+S``, by default).
5. Wait for PUBG to load the lobby.
6. Press **Set To All Cores**.
6. Press **Set To All Cores**, or use the respective hotkey (``Ctrl+Alt+A``, by default).
7. Play!

There is no need to close ``pubfix.exe`` while the game is running. It is extremely lightweight.

When leaving a match (BEFORE GOING BACK TO LOBBY)

1. Make sure the status still reads *Found!*. Otherwise repeat steps 1 and 2 above.
3. Press **Set To Single Core**.
3. Press **Set To Single Core**, or use the respective hotkey (``Ctrl+Alt+S``, by default).
4. In PUBG, go back to lobby.
5. Press **Set To All Cores**.
6. Profit!
5. Press **Set To All Cores**, or use the respective hotkey (``Ctrl+Alt+A``, by default).
6. Profit

The hotkeys work even when pubfix is minimized, such as when the game is in the foreground. You can disable the hotkeys by unchecking the corresponding checkbox. You can also change the hotkeys using the corresponding fields. Hotkey sequences using successive shortcuts are not supported. An example of a sequence using successive shortcuts is ``Ctrl+Alt+S, B``, i.e., press Ctrl+Alt+S, release, press B.

## Compiling from source

Expand Down

0 comments on commit 0ae85f2

Please sign in to comment.