Dimserene / ModpackManager

3 stars 0 forks source link

MacOS Version #2

Open Json1040 opened 1 month ago

Json1040 commented 1 month ago

Just a question about the ModpackManager: Would you ever consider making a Mac app or something?

Dimserene commented 1 month ago

It will be hard as I do not have a Mac computer

Json1040 @.***> 於 2024年9月23日 週一 13:02 寫道:

Just a question about the ModpackManager: Would you ever consider making a Mac app or something?

— Reply to this email directly, view it on GitHub https://github.com/Dimserene/ModpackManager/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTHUTTBRYL5BCC4FZFYM6TZX6OFRAVCNFSM6AAAAABOVIO7ZWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DCNJXHE4DGOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Dimserene commented 1 week ago

Can you try to do this for me? This is a rather rough way to utilize the manager, but it should work on every system as intended.

First, download this script: https://github.com/Dimserene/ModpackManager/blob/main/ModpackManager%20-%20qt22.py

And install python on your device: https://www.python.org/downloads/

then use this method to install required libraries and run the script:

1.open terminal in the same directory as manager 2.create virtual environment in python: python3 -m venv myenv 3.start the virtural environment: source myenv/bin/activate 4.install all dependancies: pip install PyQt6 GitPython requests 5.run the manager script: python 'ModpackManager - tk22.py' 6.download and manually install the modpacks (copy paste Mods folder into the correct directory), and launch game

after that, next time if you wish to use the manager, just do step 3&5

Json1040 commented 1 week ago

I can check it out momentarily, and get back to you on it.

Json1040 commented 1 week ago

Didn’t mean to press that button.