Shockah / Nickel

A modding API / mod loader for the game Cobalt Core.
Apache License 2.0
3 stars 5 forks source link

Split legacy loading into its own mod if possible #32

Closed Shockah closed 9 months ago

Shockah commented 9 months ago

Split legacy loading into its own mod if possible. This means legacy support could be disabled on a whim, be it for testing or performance purposes.

Most of the code for legacy mod handling should be able to be split into its own Nickel mod.

The main concern is the "assembly part assembler". The PluginManager package would probably need an extendable part assembler.

Shockah commented 9 months ago

Done by 97da4fb9a63ee8238124bb17b2f95dd2778e8a3f.