Skip to content

Tahvohck/Planetbase-AutoConnections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Planetbase-AutoConnections

An update of JPFarias's AutoConnections mod (Nexus) (Source) , modified to use Harmony instead of Redirector. It relies on my own utilities library (PBUtilities) to get the list of all modules (AKA to abstract away the reflection).

It uses Unity Mod Manager to hook into the game. To add Planetbase support, add this to UnityModManagerConfig.xml:

<GameInfo Name="Planetbase">
	<Folder>Planetbase</Folder>
	<ModsDirectory>Mods</ModsDirectory>
	<ModInfo>Info.json</ModInfo>
	<GameExe>Planetbase.exe</GameExe>
	<EntryPoint>[UnityEngine.UI.dll]UnityEngine.Canvas.cctor:Before</EntryPoint>
	<StartingPoint>[Assembly-CSharp.dll]Planetbase.GameStateLogo.load:After</StartingPoint>
	<MinimalManagerVersion>0.22.3</MinimalManagerVersion>
</GameInfo>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages