Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - VoidRose

#2
Quote from: lbmaian on August 14, 2019, 03:51:30 AM
The script has to be run from the install directory.

So cd into the install directory then run ./install_requirements.sh

I wish i knew what is cd?
#3
here

[attachment deleted due to age]
#4
Can't get the .sh to work as it says i cant find the needed .txt
#5
Mac?
#6
Quote from: shakeyourbunny on August 07, 2019, 06:37:29 AM
Quote from: VoidRose on August 07, 2019, 01:08:38 AM
Did i set up the path right? I get this env: python3\r: No such file or directory when i try to run rwms_sort.py
Did you really get the \r in the error line?
Yes this happen.

[attachment deleted due to age]
#7
Hi ya i might have some path issues and want to know if this is right?

; -------------------------------------------------------------------------------
; -- installation directories options --
; steam installation directory
[paths]
steamdir = /Users/name/Library/Application Support/Steam
; RimWorld main installation directory (DRM free build)
drmfreedir =
; configuration directory for RimWorld, where game saves etc reside
configdir = /Users/name/Library/Application Support/RimWorld/Saves
; location of the steam workshop mod files (full path, with AppID)
workshopdir = /Users/name/Library/Application Support/Steam/SteamApps/workshop/content/294100
; location of the local mods (full path, Mods/ directory in RimWorld game folder)
localmodsdir = /Users/name/Library/Application Support/Steam/SteamApps/common/RimWorld/RimWorldMac.app/Mods

Did i set up the path right? I get this env: python3\r: No such file or directory when i try to run rwms_sort.py
#8
Can the ModConfig be removed if needed to be?
#9
Quote from: sayheyjay on May 12, 2019, 11:53:02 PM
Quote from: shakeyourbunny on May 12, 2019, 03:53:19 AM
You just have to install Python 3.7 from python.org: https://www.python.org/downloads/mac-osx/, then download the Python source and follow the provided instructions in the README (use the Terminal for this).

You may also have to configure the paths.
That's not all you need to do. Macs have python installed already, but it's the older 2.7. Installing the required 3.7 and them typing python in terminal won't work. You need to type "python3" and then your commands. You also need to install pip and bs4.
After installing python 3.7, open terminal and type
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
then
python3 get-pip.py
then
python3 -m pip install beautifulsoup4
After that you are ready to try the mod, but I still had errors and it wouldn't work. The windows .exe worked fine.
Thank you this is what i needed and yes i just got some errors too ^^U now i got to know why it happens. Can't get to use .exe on my mac since i dont have boot camp and wine wont work with it.
#10
Quote from: shakeyourbunny on May 12, 2019, 03:53:19 AM
You just have to install Python 3.7 from python.org: https://www.python.org/downloads/mac-osx/, then download the Python source and follow the provided instructions in the README (use the Terminal for this).

You may also have to configure the paths.
Will done what you said and i think i set up the configure paths with the new pyhton up to date. I'm sorry if i'm being a hand full as i lack the experience to do this as will having a hard time following the instructions.
#11
Very will and i try it with wine.. did not worked. Going to do it with my window computer and it keep skipping my mods. Using the .EX file
#12
I'm new to this coding and gotten my self lost when trying to use this.
How do i use this on Mac?