Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanorei32/vrchatrejointool
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2019-08-03T00:34:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:06:28.000Z (7 months ago)
- Last Synced: 2024-04-02T15:27:00.819Z (7 months ago)
- Topics: csharp, dotnet, makefile, vrchat
- Language: C#
- Homepage:
- Size: 332 KB
- Stars: 57
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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 make1. 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)