You are viewing a potentially older version of this package. View all versions.
Klehrik-Printers-1.0.0 icon

Printers

Adds item printers from Risk of Rain 2.

Date uploaded 2 years ago
Version 1.0.0
Download link Klehrik-Printers-1.0.0.zip
Downloads 191
Dependency string Klehrik-Printers-1.0.0

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.0.38 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.0.38
RoRRModdingToolkit-RoRR_Modding_Toolkit-1.1.0 icon
RoRRModdingToolkit-RoRR_Modding_Toolkit

Friendly abstractions of the game's internal functions for easier modding.

Preferred version: 1.1.0

README

It's here (minus the scrapping part; pray for good RNG).
Spawns 2 or 3 printers per stage.

Might work in multiplayer, but if so the printer locations and items probably won't be synced.

Printer showcase


Installation Instructions

Install this mod through the Mod Manager:

  • Download the Immediate Mod Manager and open it.
  • Launch the game once through Steam with the Mod Manager open to complete the setup.
  • Close the game, and install this mod along with its dependencies (ReturnOfModding and HelperFunctions) from the list on the left-hand side.
  • Launch the game by clicking the "Launch Game" button, and the mods should be loaded. Enjoy!

Credits

CHANGELOG

v1.0.13

  • Updated alongside RMT.
  • Is now a proper interactable and uses up stage credits to spawn.
  • Multiplayer support is currently disfunctional, and will be brought back next update.

v1.0.12

  • Fixed lag issues on longer runs

v1.0.11

  • Increased average spawn rate by 35%, and increased chance of at least 1 printer spawning
  • Can now spawn modded items
  • Printers can no longer spawn on top of other interactables
    • This also fixes printers not setting up correctly when two or more spawn on top of each other
  • Audio now scales with volume settings
  • Moved "Show item names" to menu bar (under Mods)

v1.0.10

  • Fixed Command being checked in some situations as active when it isn't

v1.0.9

  • Printers no longer spawn when Command is active

v1.0.8

  • Now synced in online multiplayer
  • "Show printer item names" now defaults to false

v1.0.7

  • Added option to turn off hovering item names (in an ImGui window)
  • Locked items can no longer spawn in printers

v1.0.6

  • Tweaked spawning chances again
    • 0 (40%), 1 (30%), 2 (20%), 3 (10%)
    • Avg. 1.2 -> 1.0
  • Colored print prompt text with rarity color
  • Can no longer print infinite copies using temporary items
    • I thought I had already covered this but I guess not
  • Now prioritizes item scraps from Scrappers mod

v1.0.5

  • Slightly tweaked floating item appearance
  • 3 printers (white, green, red) will now always spawn in the Contact Light's cabin room

v1.0.4

  • Fix: Printers can no longer be triggered using Explorer's Key

v1.0.3

  • Change: Can no longer print an item into itself
    • This is how it usually works in RoR2, but in Returns it is abusable with the Substandard Duplicator
    • This change will also prevent fireworks from being used freely in the same manner

v1.0.2

  • Updated icon.png
  • Added short animation
  • Change: Only prints vanilla items (as items from BreathingUnderwater did not spawn)
  • Fix: Can no longer fire off infinite fireworks when interacting without a valid item

v1.0.1

  • Tweaked spawning chances and amount
  • Updated sprite
  • Added sfx

v1.0.0

  • Initial release