Files
SoloLobbyCreator/README.md
2022-06-13 09:52:12 +03:00

30 lines
1.3 KiB
Markdown

<h3 align="center">
Lightweight script for creating a solo lobby in the GTA Online.
</h3>
| Script UI | Error caused if pssuspend.exe is missing |
| :------------: | :------------: |
| ![alt text](/SoloLobbyCreatorUI.gif "Script UI") | ![alt text](/SoloLobbyCreatorERROR.png "Error caused if pssuspend.exe is missing") |
---
### Features:
- Requires no dependencies other than `pssuspend.exe`.
- Removes the user agreement for PsTools from the registry after the script completes.
---
### How does it work?
In the RAGE engine, there is a bug that if you have a frozen game, then after a while all the players are disconnected from your session, leaving you alone.
The script uses the [PsSuspend](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend) file from [PsTools](https://docs.microsoft.com/en-us/sysinternals/downloads/pstools) to temporarily freeze the game process.
Unfortunately, this only works for 20-30 minutes, after some time, players will start joining your session. Just run the script once more and you will be left alone again.
---
### Download
- SoloLobbyCreator solo can be downloaded from the [release page](https://gitea.lzrdblzzrd.xyz/lzrdblzzrd/SoloLobbyCreator/releases/latest) of this repo.
- PsSuspend can be downloaded from the [Microsoft website](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend).