You are viewing a potentially older version of this package. View all versions.
SmoothSpatula-Void_Items-0.1.3 icon

Void Items

A rebalanced port of many items from Survivors of the Void. NOW IN MULTIPLAYER

Date uploaded 3 months ago
Version 0.1.3
Download link SmoothSpatula-Void_Items-0.1.3.zip
Downloads 62
Dependency string SmoothSpatula-Void_Items-0.1.3

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.1.30 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.30
ReturnsAPI-ReturnsAPI-0.1.54 icon
ReturnsAPI-ReturnsAPI

(Mostly done) API for modding Risk of Rain Returns.

Preferred version: 0.1.54
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SmoothSpatula-DisableAutoPickup-1.1.1 icon
SmoothSpatula-DisableAutoPickup

Prevents you from picking up items when not pressing your SWAP key or a custom key. Enable it in Settings->Mod or ImGui settings. Settings are per client.

Preferred version: 1.1.1

README

Content mod that adds Void items from RoR2, made for the RoRR mod jam.
Made in collaboration with Klehrik.

Some things are still incomplete/need to be polished.


Installation Instructions

Install through the Thunderstore client or r2modman (more detailed instructions here if needed).
Join the Return of Modding server for support.

CHANGELOG

v0.1.11

  • PlasmaShrimp : Added null check to prevent midhook crash

v0.1.10

  • onPickupCollected callback : check for non item pickup
  • benthicBloom : now using Item.StackKind.NORMAL every time

v0.1.9

  • PlasmaShrimp and Polylute : added checks for instance before using fire_direct

v0.1.8

  • PlasmaShrimp : Fixed shield color hook crash, color change now happens individually for each player on the HUD
  • DisableAutoPickup : Added as a dependency to disable automatically picking up void items
  • Updated Readme

v0.1.7

  • PlasmaShrimp : It was unstable, removing the dynamic hook for now

v0.1.6

  • PlasmaShrimp : Pink shield color via dynamic hooks (could be unstable)

v0.1.5

  • PluripotentLarva actor_death hook : death check now matches Dio's

v0.1.4

  • PluripotentLarva Shader : set gpu_set_blendenable to avoid a black screen
  • Void Cradle : Added a ping sprite and ping name language entry

v0.1.3

  • ReturnsApi multiplayer tag set to true

v0.1.2

  • Multiplayer implementation
  • VoidCradle : Added text

v0.1.1

  • Safer Spaces : Damage dodge instance wrapping fix