Drethic

Results 11 comments of Drethic

I ran into this exact situation and came up with almost the same fix as @yoannisj. Given that I'm building this into a WordPress plugin that can be used on...

@JamiePhonic I took @SethAten script and expanded it to cover an entire directory. I've attempted to cover all possible naming collisions but you will need to verify that it matches...

@Razorskills Let me know what needed to be modified so I can update my local and the gist.

I can update it for the x86 location if the first isn't found then have it fail out. I'll test within the x86 to see if I can find why...

I've updated the gist to check for 7-Zip in C:\Program Files\7-Zip or C:\Program Files (x86)\7-Zip. If it can't find it in either one it will crash out. I swapped out...

Probably should have tested it a bit better :) It now goes through either path as expected. I changed from using the :: to rem in front of the 7-zip...

You may noticed a modpack.csv file in the modpack directory. This is being generated, mostly for me, because of the pull request I put in related to this issue: https://github.com/TechnicPack/TechnicSolder/pull/386...

@robertmassaioli Thank you for keeping this issue alive. Did you want me to move the proposed solution code from bitbucket to here?

I have been meaning to migrate the code I pushed to Bitbucket but due to work priorities I have not been able to get it ported and updated per the...