You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Ubuntu so there might have to be some slight tweaking for other distros but this should cover most. Feel free to put this in the instructions section. I doubt many people will need this but for those that do it's here.
Open terminal and install Wine and xDelta3. Wine helps run Windows stuff on Linux which we will need for the .bat and xDelta3 will let you run the xdelta executable.
sudo apt install xdelta3 wine64
Change directories to be inside the "TM ISO Builder/Windows" folder wherever you have that folder located. You should see the .bat, instructions.txt, and the xdelta.exe files there.
Place your vanilla melee iso into this folder. Rename it something simple. I named mine "Melee.iso"
Make a backup of the "Drag Melee v1.02 ISO Here.bat" file.
Linux ISO Compilation Instructions
I use Ubuntu so there might have to be some slight tweaking for other distros but this should cover most. Feel free to put this in the instructions section. I doubt many people will need this but for those that do it's here.
Open terminal and install Wine and xDelta3. Wine helps run Windows stuff on Linux which we will need for the .bat and xDelta3 will let you run the xdelta executable.
Change directories to be inside the "TM ISO Builder/Windows" folder wherever you have that folder located. You should see the .bat, instructions.txt, and the xdelta.exe files there.
Place your vanilla melee iso into this folder. Rename it something simple. I named mine "Melee.iso"
Make a backup of the "Drag Melee v1.02 ISO Here.bat" file.
Open the "Drag Melee v1.02 ISO Here.bat" file with your text editor of choice.
Change the line
To match the line below (the "%1" tells the .bat to use the file dropped on it, which you can't do on Linux. So we have to tell it what file to use).
Change permissions on the .bat file and the xdelta.exe to be executable.
Run the command below
A Windows like terminal should show up and the file should start processing. Once completed the compiled iso should be in your folder.
Hope this helps anyone using Linux that wanted to compile this iso.
Hunter
The text was updated successfully, but these errors were encountered: