mistername-ModdedQuickplay icon

ModdedQuickplay

Enables Filtered Quickplay in modded clients

Last updated 4 years ago
Total downloads 4532
Total rating 2 
Categories Mods Tools
Dependency string mistername-ModdedQuickplay-1.1.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-2.0.0 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 2.0.0
tristanmcpherson-R2API-2.0.10 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.0.10

README

ModdedQuickplay

- Enables Quickplay if the buildid is set to `MOD`
- Filters plugins by GUID
	- 2 config modes, hosting and joining
	- hosting
		- -1 so users without the plugins don't join
		- 1 so only users with the plugins join
	- joining
		- -1 so you only join hosts without the plugins
		- 1 so you only join hosts with the plugins
	- 0 so it does nothing
- Adds plugins you have to the config

Installation

Drop ModdedQuickplay.dll into \BepInEx\plugins\

Changelog

- v1.0.0
	- Release
- v1.1.0
	- Added filtering
- v1.1.1
	- Added option for mod makers to auto seperate asset mods using `ModdedQuickplay.AssetMod.Add(GUID)`
- v1.1.2
	- Updated it for new update
- v1.1.3
	- Now no longer joinable by vanilla players

##ToDo - Kick users that go around filters - Make filters user friendly (not config based but in game UI probably) - Find user friendly filter format (GUID is not easily known)