newman55/unity-mod-manager

Skater XL Beta (New Entrypoint)

nthansen opened this issue · 3 comments

Skater XL got a new beta update that breaks the existing entrypoint on titlescreen.start. Working again by updating the entrypoint to:

	<GameInfo Name="Skater XL Beta">
		<Folder>Skater XL</Folder>
		<ModsDirectory>Mods</ModsDirectory>
		<ModInfo>Info.json</ModInfo>
		<EntryPoint>[Assembly-CSharp.dll]MasterPrefabManager.Awake:After</EntryPoint>
		<MinimalManagerVersion>0.12.5</MinimalManagerVersion>
	</GameInfo>

Not sure if this is backwards compatible or if this change will stay once out of beta.

For anyone trying to install Unity Mod Manager onto the Skater XL Beta, copy the code block I posted above and open the file
UnityModManagerConfigLocal.xml located in the UMM folder. Paste the code right after --> and before </Config>

Added

Thank you!