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.
- Host: GitHub
- URL: https://github.com/Kiokuu/InstanceDejavu
- Owner: Kiokuu
- License: gpl-3.0
- Archived: true
- Created: 2022-02-21T21:09:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T13:40:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T06:29:54.597Z (6 months ago)
- Topics: melonloader, melonloader-mod, mod, vrchat, vrchat-mod
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.dllAdditionally, reference the following librarys;
* MelonLoader.dll (from MelonLoader base directory)
* 0Harmony.dllEnsure that the Resources folder is referenced, and "visited.png" is marked as an embedded resource.
Finally, build in your favourite IDE.