Also, do you make the source for this available? I'd like to try modding this game as there are only 3 mods so far, and it's been a while since I've been modding (Valheim, post launch, so it's been a WHILE). I'd love to be able to look through it if you're willing to share it.
I requested that it gets added and on the 16th he released version 0.24.2f which includes Spellcaster University. If you don't find it you can just add this to the UnityModManagerConfig.xml file. <GameInfo Name="Spellcaster University"> <Folder>Spellcaster University</Folder> <ModsDirectory>Mods</ModsDirectory> <ModInfo>Info.json</ModInfo> <GameExe>Spellcaster University.exe</GameExe> <EntryPoint>[UnityEngine.UIModule.dll]UnityEngine.Canvas.cctor:Before</EntryPoint> <StartingPoint>[Assembly-CSharp.dll]SC_MenuPrincipal.Start:After</StartingPoint> <UIStartingPoint>[Assembly-CSharp.dll]SC_MenuPrincipal.Start:After</UIStartingPoint> <GameVersionPoint>[UnityEngine.CoreModule.dll]UnityEngine.Application.version</GameVersionPoint> <MinimalManagerVersion>0.24.2</MinimalManagerVersion> </GameInfo>
8 comments
<GameInfo Name="Spellcaster University">
<Folder>Spellcaster University</Folder>
<ModsDirectory>Mods</ModsDirectory>
<ModInfo>Info.json</ModInfo>
<GameExe>Spellcaster University.exe</GameExe>
<EntryPoint>[UnityEngine.UIModule.dll]UnityEngine.Canvas.cctor:Before</EntryPoint>
<StartingPoint>[Assembly-CSharp.dll]SC_MenuPrincipal.Start:After</StartingPoint>
<UIStartingPoint>[Assembly-CSharp.dll]SC_MenuPrincipal.Start:After</UIStartingPoint>
<GameVersionPoint>[UnityEngine.CoreModule.dll]UnityEngine.Application.version</GameVersionPoint>
<MinimalManagerVersion>0.24.2</MinimalManagerVersion>
</GameInfo>
If you plan on making any adjustments to this, I suggest the following:
Sort artifacts, such as show 'sword' decoration only, show 'shelf' decoration only, show 'pets' only, show 'wall deco' only, etc.