newman55/unity-mod-manager

[Config Hotfix] Skater XL Beta Entrypoint

nthansen opened this issue · 1 comments

Appreciate the quickness on the last config request! Looks like certain Skater XL beta mods aren't working properly as the entrypoint starts before some assets load in. Suggested change is to start the entrypoint at the title screen as solved by @DawgVinciSXL.

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

Changed for 0.25.5a