executionByFork / MCC_Mod_Manager

A Mod Manager for Halo MCC on PC
Other
13 stars 11 forks source link

Wrong MCC folder #8

Closed Chinchila01 closed 4 years ago

Chinchila01 commented 4 years ago

Hey,

Is this supposed to work only with Halo Reach? I bought only the first Halo and this tool doesn't working.

Checking the code, I see you check for @"\haloreach\haloreach.dll" in the chkHomeDir function. This file isn't present because I don't have Halo Reach.

Shouldn't it check for any of the available games?

executionByFork commented 4 years ago

Thank you for bringing that to my attention, that's an oversight on my part. This tool should work with any halo in MCC. That check is just to make sure the user is selecting the correct install folder. I'll put out a patch for it, but for now if you go into MCC_Mod_manager.cfg you should be able to manually change the path to something like "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Halo The Master Chief Collection" (or where ever the install location is)

executionByFork commented 4 years ago

I'll try to push out beta0.8 to releases soon. That version will fix the issue. During development of beta0.8 with Darksound I ran into a couple of issues and ended up getting busy with other things, so development for this was put on hold for a while. I'm going to try and get back to polishing up this tool so it can be brought out of beta

executionByFork commented 4 years ago

Beta0.8 has been released with the fix in cce911c