newman55/unity-mod-manager

Adding Vagrus - The Riven Realms

Citillara opened this issue · 2 comments

Here is the xml config I use for my personal mods. Works on current version

	<GameInfo Name="Vagrus - The Riven Realms">
		<Folder>Vagrus - The Riven Realms</Folder>
		<ModsDirectory>Mods</ModsDirectory>
		<ModInfo>Info.json</ModInfo>
		<GameExe>Vagrus.exe</GameExe>
		<EntryPoint>[UnityEngine.UIModule.dll]UnityEngine.Canvas.cctor:Before</EntryPoint>
		<StartingPoint>[Assembly-CSharp.dll]Game.Start:After</StartingPoint>
		<UIStartingPoint>[Assembly-CSharp.dll]MainMenuUI.Awake:After</UIStartingPoint>
	</GameInfo>

Added

Valid