cmrazek / MECoalescedConvert

1 stars 1 forks source link

There is no mecc.exe in my files #1

Open Benny89PL opened 3 years ago

Benny89PL commented 3 years ago

Hi,

I downloaded everything from https://github.com/cmrazek/MECoalescedConvert but I don't see any mecc.exe there. I went to cmd, navigated to folder where I unpacked everything and then in cmd when I put .\mecc "C:\Program Files (x86)\Origin Games\Mass Effect Legendary Edition\Game\ME1\BioGame\CookedPCConsole\Coalesced_INT.bin" It says: '.\mecc' is not recognized as an internal or external command, operable program or batch file.

cmrazek commented 3 years ago

Hi Benny89PL, the release package contains a zip file which you'll need to extract somewhere before you can use it. To do that, right click on MECoalescedConvert-1.0.1.zip and click "Extract All...". Windows will ask you were to extract it. Once you have it extracted, open a command prompt, navigate to the path where you extracted the files and mecc.exe should exist there.

Sherakis commented 3 years ago

Same issue I think

`.\mecc : The term '.\mecc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

There is no MECC.exe file anywhere in the extracted folder, github isnt even showing one in the included code.

cmrazek commented 3 years ago

You need to download "MECoalescedConvert-1.0.1.zip" from the Releases section. Once you do, unzip that to some location on your disk, then mecc.exe will be present in there.

I double-checked the release, and mecc.exe is there. You probably just need to make sure you 'cd' to the right path in the command line or powershell.