This software helps rejoin the instance.
- Run
VRChatRejoin.exe- Instances are automatically suggested based on the VRChat log file.
If you want to use the old log file, read it by drag and drop.
Download from BOOTH (for boost)
| Argument | Description |
|---|---|
--kill-vrc |
Kill VRChat.exe processes before launch. (for non-VR) |
--invite-me |
Use vrc-invite-me.exe integration (works with --no-gui option) |
--ignore-public |
Ignore public and unknown instances. |
--ignore-by-time=<time in minutes> |
Ignore too old visits. |
--ignore-worlds=wrld_xx,wrld_xx |
Ignore worlds. |
--no-gui |
No GUI mode (Auto join to first candidate) |
--no-dialog |
Don't show error dialogs (Sound only). (works with --no-gui option.) |
--quick-save |
Quick-save instance shortcut (vrchat) to AppDir/saves/ (works with --no-gui option) |
--quick-save-http |
Quick-save instance shortcut (http) to AppDir/saves/ (works with --no-gui option) |
--index=<n> |
Set visit by index (default: 0). (works with --no-gui option.) |
- Windows 10
- Download Source Code from Download ZIP and Extract
- Run
build-csc.bat
- Windows 10
- Cygwin or WSL or WSL2 / GNU make
- Run commands in Cygwin environment:
git clone https://github.com/yanorei32/VRChatRejoinTool
cd VRChatRejoinTool
make
make genzip # if you need zip file.- dotnet compiler
- Run
build-dotnet-release.bat
- New logo created by @FUMI23_VRC
- Dotnet compiler supported by @Ram_Type64_Mod0
