You are viewing a potentially older version of this package. View all versions.
mistername-ModdedQuickplay-1.1.3 icon

ModdedQuickplay

Enables Filtered Quickplay in modded clients

Date uploaded 7 years ago
Version 1.1.3
Download link mistername-ModdedQuickplay-1.1.3.zip
Downloads 2993
Dependency string mistername-ModdedQuickplay-1.1.3

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)