Skip to content

yanorei32/VRChatRejoinTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c75e24 · Mar 19, 2025
Mar 18, 2025
Oct 7, 2020
Dec 12, 2021
Sep 27, 2022
Aug 19, 2020
Aug 3, 2019
Sep 27, 2022
Jun 17, 2021
Jun 23, 2021
Jan 12, 2022
Jan 12, 2022
Oct 7, 2020
Dec 12, 2021
Nov 30, 2021

Repository files navigation

VRChat Rejoin Tool

This software helps rejoin the instance.

  1. Run VRChatRejoin.exe
    • Instances are automatically suggested based on the VRChat log file.

image

If you want to use the old log file, read it by drag and drop.

Latest release

Download

Download from BOOTH (for boost)

Command-line Arguments

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.)

Example (VaNii Menu)

https://pastebin.com/axeK0ePs

Build

Easily

  • Windows 10
  1. Download Source Code from Download ZIP and Extract
  2. Run build-csc.bat

Advanced (official)

  • Windows 10
  • Cygwin or WSL or WSL2 / GNU make
  1. Run commands in Cygwin environment:
git clone https://github.com/yanorei32/VRChatRejoinTool
cd VRChatRejoinTool
make
make genzip # if you need zip file.

dotnet compiler

  • dotnet compiler
  1. Run build-dotnet-release.bat

Special thanks