All Projects → yanorei32 → VRChatRejoinTool

yanorei32 / VRChatRejoinTool

Licence: BSD-2-Clause license
This software helps rejoin to the VRChat instance.

Programming Languages

C#
18002 projects
NSIS
403 projects
Makefile
30231 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to VRChatRejoinTool

VRCFaceTracking
VRChat OSC App to allow AV3 Avatars to interact with Vive SRanipal Eye and Lip Tracking SDK
Stars: ✭ 176 (+245.1%)
Mutual labels:  vrchat
Toony-standard
A toon shader with standard elements for vrchat
Stars: ✭ 24 (-52.94%)
Mutual labels:  vrchat
ml mods
MelonLoader mods for VRChat
Stars: ✭ 40 (-21.57%)
Mutual labels:  vrchat
Raymarched-GPU-Particles-with-Screenspace-Physics
Using Grab Passes for VRChat
Stars: ✭ 44 (-13.73%)
Mutual labels:  vrchat
VRC-Cancerspace
Cancerous screenspace shader for VRChat. Please use responsibly. :^)
Stars: ✭ 55 (+7.84%)
Mutual labels:  vrchat
YOLOv4-Tiny-in-UnityCG-HLSL
A modern object detector inside fragment shaders
Stars: ✭ 38 (-25.49%)
Mutual labels:  vrchat
USharpVideo
A basic video player made for VRChat using Udon and UdonSharp
Stars: ✭ 238 (+366.67%)
Mutual labels:  vrchat
BloodborneSDK
VRChat's latest modded/modified SDK, support for SDK2, SDK3 - Avatar, and SDK3 - World.
Stars: ✭ 15 (-70.59%)
Mutual labels:  vrchat
cats-blender-plugin
😺 A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
Stars: ✭ 1,674 (+3182.35%)
Mutual labels:  vrchat
Reflex-Shader-2
Reflex Shader 2
Stars: ✭ 35 (-31.37%)
Mutual labels:  vrchat
vrcbce
VRCBilliards: Community Edition
Stars: ✭ 198 (+288.24%)
Mutual labels:  vrchat
MUI
Modification of the Unity builtin UI shader that fixes the edges of quads being visible on text characters
Stars: ✭ 17 (-66.67%)
Mutual labels:  vrchat
rvc
A 32-bit RISC-V emulator in a shader (and C)
Stars: ✭ 491 (+862.75%)
Mutual labels:  vrchat
UdonRabbit.Analyzer
DEPRECATED (U#1.0 not supported) .NET Roslyn Analyzer for VRChat Udon and UdonSharp.
Stars: ✭ 44 (-13.73%)
Mutual labels:  vrchat
ACLS-Shader
Unity HLSL VR ready "Toony/PBR hybrid" avatar shader for VRCHAT and similar platforms. Built with game industry standard toony appearances and adaptive to vrchat render constraints and reactive to common incorrect user generated map lighting.
Stars: ✭ 20 (-60.78%)
Mutual labels:  vrchat
UdonVideoplayer
VRChat Videoplayer for Quest and PC
Stars: ✭ 20 (-60.78%)
Mutual labels:  vrchat
shaders
Okano's Unity Shaders. Big mishmash of reworked, original, and mixed shaders.
Stars: ✭ 35 (-31.37%)
Mutual labels:  vrchat
vrchatapi-javascript
🟡 VRChat API Library for JavaScript and TypeScript
Stars: ✭ 32 (-37.25%)
Mutual labels:  vrchat
VRCFriendCheck
VRChatのフレンドのオンライン状況の確認、オンライン通知ができるブラウザ拡張機能
Stars: ✭ 16 (-68.63%)
Mutual labels:  vrchat
UNet
Network system for VRChat UDON
Stars: ✭ 19 (-62.75%)
Mutual labels:  vrchat

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].