RamRod6198 / Z-Levels

55 stars 33 forks source link

Consolidate common defs and textures using Load Folders #66

Closed sumghai closed 3 years ago

sumghai commented 3 years ago

Move the Defs, Languages and Textures folders out into a separate Common folder, which then gets called on game load using Load Folders (alongside separate 1.1 and 1.2 folders for the different assemblies).

This allows multi-version mod support and streamlines future development, without the hassle of dealing with duplicate files.

@Taranchuk @RamRod6198 - please review.