Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanorei32/vrchatrejointool

This software helps rejoin to the VRChat instance.
https://github.com/yanorei32/vrchatrejointool

csharp dotnet makefile vrchat

Last synced: 27 days ago
JSON representation

This software helps rejoin to the VRChat instance.

Awesome Lists containing this project

README

        

# VRChat Rejoin Tool

This software helps rejoin the instance.

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

![image](https://user-images.githubusercontent.com/11992915/122331166-56d43780-cf6f-11eb-90dc-56a63b9e898b.png)

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

## Latest release
[Download](https://github.com/Yanorei32/VRChatRejoinTool/releases/latest)

[Download from BOOTH (for boost)](https://yanorei32.booth.pm/items/1489700)

## 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=

### Example (VaNii Menu)

https://pastebin.com/axeK0ePs

## Build

### Easily

* Windows 10

1. Download Source Code from [Download ZIP](https://github.com/Yanorei32/VRChatRejoinTool/archive/master.zip) and Extract
1. Run `build-csc.bat`

### Advanced (official)

* Windows 10
* Cygwin or WSL or WSL2 / GNU make

1. Run commands in Cygwin environment:
```bash
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

* New logo created by [@FUMI23_VRC](https://twitter.com/intent/user?user_id=1217010323695128578)
* Dotnet compiler supported by [@Ram_Type64_Mod0](https://twitter.com/intent/user?user_id=164613634)