You are viewing a potentially older version of this package. View all versions.
niwith-DropinMultiplayer-1.0.11 icon

DropinMultiplayer

Drop in and out of multiplayer with your friends. Automatically adds items to help you catch up. Now updated for the 1.0+ patch!

Date uploaded 3 years ago
Version 1.0.11
Download link niwith-DropinMultiplayer-1.0.11.zip
Downloads 16740
Dependency string niwith-DropinMultiplayer-1.0.11

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2113
RiskofThunder-R2API_Core-5.0.11 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.11

README

DropinMultiplayer

The drop in multiplayer mod for Risk of Rain 2, now updated for the 1.0 update! This mod allows the host to have players join mid-game, and automatically gives them items to help them catch up!

If you have any bug reports, ping me on the modding discord (https://discord.gg/MfQtGYj), you can make an issue on the github if you want, but I'll level with you, I'll probably forget to check it.

Credit to https://thunderstore.io/package/SushiDev/DropinMultiplayer/ for originally creating this mod.

Commands Examples

These commands should be sent into the game chat (not the console)

  1. join_as Commando = Spawns you in as commando.
  2. join_as Huntress niwith = Spawns niwith in as Huntress, replace niwith with whoever you'd like to spawn as huntress/whatever in the names list

Installation (Mod Manager)

  1. Click the install with Mod Manager button
  2. Done

Installation (Manual)

  1. Extract "DropInMultiplayer.dll" from the zip file and place it into "/Risk of Rain 2/BepInEx/plugins/" folder.
  2. Done

Changelog

1.0.11

  • Fixed bug caused by code being in debug mode (don't ask how that happened, I couldn't tell you)

1.0.10

  • Made the code a little more friendly for other mods to interface with
  • Devs looking to block certain items from dropping should check out the DropInMultiplayer.AddInvalidItems(...) method (and/or send me a message)
  • Devs looking to temporily block the join_as command should check out the DropInMultiplayer.BlockJoinAs(...) method (and/or send me a message)

1.0.9

  • Filtered out illegal items from possible drops on joining game, big thanks to paddywaan (https://github.com/paddywaan) for submitting the pull request

1.0.8

  • Added support for custom characters which have spaces in their names (just type the name without a space, e.g. join_as ClayTemplar)

1.0.7

  • Fixed bug which broke Captain's R ability and PlayerBots mod

1.0.6

  • Added ability for other mods to temporarily block join_as if needed, shoot me a message if you need help setting that up
  • Added temporary block for join_as on the final stage to prevent soft lock

1.0.5

  • Fixed issue forcing all players to have the mod installed, you should now be able to have players without the mod use the join_as command in chat
  • Removed a debug log I left in, whoops

1.0.4

  • Fixed issue preventing some modded characters from being selected (specifically BanditClassic)

1.0.3

  • Fix for join_as from captain to any other class keeping his unique item
  • Fix for boss items preventing joining
  • Fix (hopefully) for join_as working while dead if you are controlling a drone (FallenFriends)

1.0.2

  • Fix for interaction with FallenFriends, not longer breaks join_as if you have FallenFriends installed

1.0.1

  • Added option for join_as after character select (letting players change characters). Defaults to false

1.0.0

  • Release a probably broken build