Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Entrio

#1
Help / Best way to hook into the game logic
May 03, 2016, 11:15:44 PM
Hi all,

what is the best way to load a dll? At the moment I am initiating my mod via a call which inherits Mapcomponent and then using the static Find class i manage the game from there on.

I have tried getting the class to inherit MonoBehavior but the game does not load the mod then.

I am proficient enough with unity to have created my own games before, but never had any experience with modding games.

It just seems rather tacky managing the game via the MapComponent.


:-\