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 - sayheyjay

#16
I like this scenario, but I noticed my animals all started bonded. It was a hard first winter in the boreal forest for the unlucky colonist that had a bond with the 2 pigs and 1 chicken.
#17
Quote from: Canute on May 13, 2019, 02:14:22 AM
sayheyjay,
could you maybe work together with shakeyourbunny and create a mac executeable ?
I am not a mac user, but i think many mac user would be happy since the terminal command maybe scare some standard user.
Unfortunately I have no programming skills. I have no problem troubleshooting and running scripts to assist, though.
#18
Quote from: VoidRose on May 13, 2019, 01:11:46 AM
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.
What errors are you getting? Are you setting up the config file as mentioned in the readme? I'm surprised Wine won't work; I don't think I've see it balk at anything. Again you need to set the config file up for the .exe to work.

My errors with the Mac version were related to not being able to contact github. Not sure why, but it failed to connect to the required paths. I could ping other sites, but the github links in the script timed out and couldn't be pinged in terminal. Again, no problems with that using the windows .exe.

EDIT: Wait, I'm confusing Wine with Wineskin. Have you tried making a Wineskin with the .exe?
#19
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.
#20
Quote from: shakeyourbunny on May 10, 2019, 12:04:20 AM
Can you please open a ticket on https://www.github.com/shakeyourbunny/RWMS/issues and paste the full terminal output there in a new ticket (or paste it here) that I can analyze the output?

Did you install the bs4 module with pip ? (pip install bs4)?

Thank you!
I never did figure it out, so I just ran the Win .exe in Parallels. That worked great.

#21
I cannot get this to work on MacOS with the DRM free version. I have the latest Python installed, but if I try to run the script it throws numerous "invalid syntax" errors if I run it from Phython. If I run from Terminal it gives different errors.

What am I missing?
#22
Quote from: Kibawan on February 20, 2019, 01:47:52 AM
Quote from: sayheyjay on February 20, 2019, 12:21:05 AM
Has anybody been able to get Mega Fauna to work with the biomes in Realistic Planets?

Yes, it works just fine! Animal Colab, Alpha Animals, Spider Dogs, Dinosauria...etc..etc... The only catch is sometimes weird animals show up were they are not realy supost to be, like a Sand Squid showing up on the cold grassland, etc. Is not perfect but functinal. The weirdness happens more on the new biomes by the way.
I have Animal Colab and Alpha Animals and they work (animals spawn and events happen), but Mega Fauna doesn't spawn on the added biomes. I just had a caravan show up and they brought a couple, but they won't spawn on my savanna.
#23
Has anybody been able to get Mega Fauna to work with the biomes in Realistic Planets?
#24
Any chance of getting a patch to allow usage with the biomes in Realistic Planets?