You are viewing a potentially older version of this package. View all versions.
xiaoxiao921-ItemLib-0.0.9 icon

ItemLib

A library that introduces custom items into Risk of Rain 2.

Date uploaded 4 years ago
Version 0.0.9
Download link xiaoxiao921-ItemLib-0.0.9.zip
Downloads 1003
Dependency string xiaoxiao921-ItemLib-0.0.9

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.1.16 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.1.16

README

ItemLib

By iDeathHD

A library that introduces custom items into Risk of Rain 2.

PLEASE READ

If you have previously used the ItemLib, please backup your user profiles before launching the game, there was a bug in older version that may have corrupted your save files, if your save files are still in the folder C:\Program Files (x86)\Steam\userdata\[steamID]\632360\remote\UserProfiles\ and are not emptied, you may be still able to use in current version with no lose whatsoever, by removing the extra space between the discoveredPickups bracket, the result should look like this : SaveFile image

Informations

  • This library is needed for any mods that will want to custom items or equipment into the game.

  • For modders, a mini-tutorial is available on the github of the library.

  • If you find any bug, tell me about it in the RoR2 Modding Discord @iDeathHD

Installation Guide

  • Copy ItemLib folder into your BepInEx plugins folder.

  • Copy Assembly-CSharp.ItemLib.MM.dll into your BepInEx monomod folder.

Changelog

0.0.9 - Added back R2API.ItemDropAPI support now that its fixed.

0.0.8 - Added il_getids command for debugging purpose. Use it with give_custom_item command for spawning custom items.

0.0.7 - Temporary fix while ItemDropAPI is being worked on.

0.0.6 - fixed the saveprofile bug and updated to the current version of the game.

0.0.5 - Fixed the catalog of rules being messy, you can now selected other difficulty than drizzle lol

0.0.4 - Updated README.md and fixed id support for custom equipments. (no need to update for people using Rampage right now)

0.0.3 - Added support for custom equipments ! You don't actually need to update unless there is a mod out here that will want to have a new equipment item.

0.0.2 - Updated README.md

0.0.1 - Initial release of the library.