I confirm, you must remove the default initialization in the Spawn function or add a check to know if the game is loading.
Something like:
Something like:
Code Select
if (Scribe.mode == LoadSaveMode.PostLoadInit)
, I don't understand what is wrong in the currently available mods. Just download some and look into it.

* Tick is not called when game is paused while Draw is called every frame (so at 60 Hz I believe).

You just have forgot to activate the common mod.
