mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 02:49:23 +00:00
Info update
This commit is contained in:
parent
e910401fbf
commit
ba56c113dc
7 changed files with 50 additions and 8 deletions
|
@ -3,7 +3,7 @@ using UnityEngine;
|
|||
|
||||
namespace ml_drs
|
||||
{
|
||||
public class DesktopRectileSwitch : MelonLoader.MelonMod
|
||||
public class DesktopReticleSwitch : MelonLoader.MelonMod
|
||||
{
|
||||
public override void OnUpdate()
|
||||
{
|
||||
|
|
|
@ -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
10
ml_drs/README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue