Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 5.58 KB

Mac_guide.md

File metadata and controls

84 lines (44 loc) · 5.58 KB

Mac Detailed Pictorial Install Guide

If you are on a Mac, this guide has a lot of detailed instructions and screenshots that can be referenced when using this script.

Step 1: Install Python

You will want to go to the Python website and download Python:

0_Download_Python_Mac

Once you have downloaded the Python installer, you will need to run it.

1_Install_Python_Mac

When the installer finishes, you should get this message:

2_Python_success_Mac

Step 2: Install Python packages

First, open Terminal. You can search for this application via Launchpad, or you can go into your Applications folder and into the Utilities folder there.

3_Open_Terminal_Mac

Once you have a Terminal window open, you're going to be using pip to install the python packages needed. Type pip install json5 to start with, and then hit return, and it should look something like the following screenshot but without grey bars over personal info (in particular, it should end with "success" in some way). If this does not work, please take a screenshot of the result and ping me on Discord.

4_pip_install

Repeat this process for pip install pillow and pip install argparse. Once it's finished, you should have three success messages as shown in red.

4_pip_success

Step 3: Download the script code

You will want to download the script code directly from Github.

5_Download_code_Mac

Once it is downloaded, you will need to unzip the folder (unless your computer has already done this for you). On a Mac, this can be done with right click on the zip > pick Open.

6_Unzip_code_Mac

Step 4: Place mod inside the script folder

For whatever mod you're interested in converting, start by moving it to the script folder.

7_Place_mod_Mac

After that, rename the folder name to original.

8_Rename_mod_Mac

Step 5: Open a Terminal Window in the script folder

There are a few different ways to do this. If you're familiar with the cd command to move to a specified folder, you can use that, as in the following screenshot.

9_cd_Mac

If you prefer a drag and drop method, you can drag the script folder onto the Terminal icon in the dock.

9_Drag_to_Terminal_Mac

Finally, you can alternatively right click on the folder and select Open in Terminal if that's an option on your version of MacOS. It may look slightly different than the screenshot.

9_Terminal_From_Finder_Mac

Step 6: Run the script

Once you have a terminal window open and the script folder is the active folder, you can then run the script.

Type python furniture_converter.py --modName SOMENAMEHERE but with SOMENAMEHERE swapped out for a descriptive string into terminal and hit return

Here's an example of what running the script looks like (with success being shown by the lack of error message). If you get an error message, please take a screenshot and ping me on Discord with a link to the furniture pack you are converting.

10_Run_script

Step 7: Use the mod

You can find the converted mod inside the script folder, and you can move it to your Mods folder just like any other mod.

11_Success

  翻译: