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

https://github.com/Kiokuu/InstanceDejavu

A VRChat MelonLoader mod which shows you your recently visited instances on the world picker.
https://github.com/Kiokuu/InstanceDejavu

melonloader melonloader-mod mod vrchat vrchat-mod

Last synced: about 2 months ago
JSON representation

A VRChat MelonLoader mod which shows you your recently visited instances on the world picker.

Awesome Lists containing this project

README

        

# InstanceDejavu
A VRChat [MelonLoader](https://github.com/LavaGang/MelonLoader) mod which adds an icon to instances you have visited before.

## Features
* Display a icon on instances you have visited before (in the current session).

## Compatability
* Currently working on build 1203
* This mod was made for Melonloader 0.5.4

## Installation
* Download the [latest release](https://github.com/Kiokuu/InstanceDejavu/releases/latest) of the compiled DLL and place into the "VRChat/Mods" folder.

## Building
To build this mod, reference the following libraries from MelonLoader/Managed after assembly generation;
* Assembly-CSharp.dll
* Il2Cppmscorlib.dll
* UnhollowerBaseLib.dll
* UnityEngine.CoreModule.dll
* UnityEngine.ImageConversionModule.dll
* UnityEngine.UI.dll
* VRCCore-Standalone.dll

Additionally, reference the following librarys;
* MelonLoader.dll (from MelonLoader base directory)
* 0Harmony.dll

Ensure that the Resources folder is referenced, and "visited.png" is marked as an embedded resource.

Finally, build in your favourite IDE.