BattletechModders / ModTek

Mod system for HBS's PC game BattleTech.
GNU Lesser General Public License v2.1
121 stars 34 forks source link

Easy Mod Installation #10

Closed CptMoore closed 6 years ago

CptMoore commented 6 years ago

In order to simplify mod installation I propose the following things

I also would merge ModTek and BTML repos at one point in time. I'm also aware that you want to have BTML and ModTek seperated, just have them as separate csprojects within the same .sln and definitely in the same repo . Unless BTML and ModTek gets bigger than the linux kernel, it makes no sense to have them in different git repos.

mpstark commented 6 years ago

I like the behavior of "loading through" an .exe without patching existing files. This is the purview of BTML however, I'll open an issue over there with

ModTek and BTML are separate projects with separate releases. I don't see any practical benefit from merging the two projects -- I understand that they have a lot of overlap and merging them wouldn't be a "wrong" thing to do.