Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nottsunami/artifactoforder
- Owner: NotTsunami
- Created: 2020-02-05T22:40:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T06:33:50.000Z (about 2 years ago)
- Last Synced: 2023-03-04T08:02:48.351Z (over 1 year ago)
- Topics: csharp, risk-of-rain-2
- Language: C#
- Homepage:
- Size: 9.71 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 artifactIcon by [Romy Maghsoudi](https://github.com/rmaghsoudi).