Info update

This commit is contained in:
SDraw 2022-08-02 11:44:56 +03:00
parent e910401fbf
commit ba56c113dc
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 50 additions and 8 deletions

View file

@ -3,7 +3,7 @@ using UnityEngine;
namespace ml_drs
{
public class DesktopRectileSwitch : MelonLoader.MelonMod
public class DesktopReticleSwitch : MelonLoader.MelonMod
{
public override void OnUpdate()
{

View file

@ -1,10 +1,10 @@
using System.Reflection;
[assembly: AssemblyTitle("DesktopRectileSwitch")]
[assembly: AssemblyTitle("DesktopReticleSwitch")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: MelonLoader.MelonInfo(typeof(ml_drs.DesktopRectileSwitch), "DesktopRectileSwitch", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")]
[assembly: MelonLoader.MelonInfo(typeof(ml_drs.DesktopReticleSwitch), "DesktopReticleSwitch", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")]
[assembly: MelonLoader.MelonGame(null, "ChilloutVR")]
[assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)]

10
ml_drs/README.md Normal file
View file

@ -0,0 +1,10 @@
# Desktop Reticle Switch
This mod allows to toggle desktop reticle.
# Installation
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
* Get [latest release DLL](../../../releases/latest):
* Put `ml_drs.dll` in `Mods` folder of game
# Usage
* Press `LCtrl-R` combination to toggle desktop reticle