Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nottsunami/artifactoforder

A Risk of Rain 2 mod that applies the inventory sequencing of a Shrine of Order on player deaths. Formerly called SequenceOnDeath, it has been refactored into a selectable Artifact.
https://github.com/nottsunami/artifactoforder

csharp risk-of-rain-2

Last synced: about 1 month ago
JSON representation

A Risk of Rain 2 mod that applies the inventory sequencing of a Shrine of Order on player deaths. Formerly called SequenceOnDeath, it has been refactored into a selectable Artifact.

Awesome Lists containing this project

README

        

# ArtifactOfOrder
A Risk of Rain 2 mod that adds an Artifact that applies the inventory sequencing of a Shrine of Order on player deaths. Formerly titled SequenceOnDeath.

## Features
This mod adds a new artifact, that when selected, applies the same inventory sequencing effect that a Shrine of Order applies on a player death, similar to the old [OrderOnDeath](https://thunderstore.io/package/Kintelligence/OrderOnDeath/) mod. You must either be in a multiplayer game OR have a Dio's Best Friend for this artifact to take effect.

## Installation
1. Install [BepInEx](https://thunderstore.io/package/bbepis/BepInExPack/) and [R2API](https://thunderstore.io/package/tristanmcpherson/R2API/).
2. Copy the included `ArtifactOfOrder.dll` into the resulting `C:\Program Files (x86)\Steam\steamapps\common\Risk of Rain 2\BepInEx\plugins` folder.
3. Launch the game and enjoy! To remove you simply need to delete the `ArtifactOfOrder.dll` file.

## Changelog
### Version 1.0.3
- Updated from using deprecated R2API API
- New icon, updated assetbundle import
- Updated AssetBundle
- Unity project in repo, making it easier for others to make changes

### Version 1.0.2
- Updated for anniversary update (Thanks SirHamburger!)
- Switched to local libraries, fewer are included
- Resources swapped to an AssetBundle, reducing the amount of code

### Version 1.0.1
- Fixed icon sharpness and color
- Slightly changed Artifact description

### Version 1.0.0
- Refactored SequenceOnDeath as an artifact

Icon by [Romy Maghsoudi](https://github.com/rmaghsoudi).