Page 1 of 1

Patch 0.17 support

Posted: Wed Feb 27, 2019 3:17 am
by guillaumebourgeois89
WIll there be support for the 0.17 patch anytime soon?

Re: Patch 0.17 support

Posted: Wed Feb 27, 2019 4:07 am
by Light
Hundreds of mods will require updating which could take from days to weeks. Be patient, as Angel's isn't exactly a small mod.

Re: Patch 0.17 support

Posted: Sun Mar 03, 2019 11:27 am
by mrvn
Some mods seem to have been updated. Some more I took at stab at so SeaBlock would load. Maybe this will save Angel some time when he updates them officially.

Re: Patch 0.17 support

Posted: Thu Mar 07, 2019 8:15 pm
by largpack
mrvn wrote:
Sun Mar 03, 2019 11:27 am
Some mods seem to have been updated. Some more I took at stab at so SeaBlock would load. Maybe this will save Angel some time when he updates them officially.
How do you use this patch? Could you please explain it to me? :)

Re: Patch 0.17 support

Posted: Sun Mar 10, 2019 7:08 am
by perceival
How do you use this patch?
This way worked for me on windows:

1. Download git for windows (it contains the patch tool which you will need to apply the patch]
2. Run git-bash and execute these commands:

Code: Select all

cd $APPDATA/Factorio/mods
unzip angelsbioprocessing_0.5.9.zip
unix2dos ~/Downloads/0007-angelsbioprocessing.patch.txt # converts file line endings to \r\n
patch -l -p1 < ~/Downloads/0007-angelsbioprocessing.patch.txt # or where ever you download the patch too
If you download the patch to your downloads folder, you should be able to just copy+paste the commands into git-bash.

This is just for angelsbioprocessing (which is the only one not currently on 0.17) if you want to patch the other mods, you will need to change the commands a little bit.

Re: Patch 0.17 support

Posted: Fri Mar 15, 2019 8:12 pm
by Sageavatar
Correct me if I'm wrong, isn't Ange's Industries still not updated, even a patch?

Where can I find these patches for future reference? Is there a repository open ot public?

Thanks.

Re: Patch 0.17 support

Posted: Fri Mar 15, 2019 11:30 pm
by mrvn
I only patched what I needed to play SeaBlock in 0.17 with a few extra mods I added to the pack. So if I didn't patch Ange's Industries then that means I don't have it installed.

In the near future you hopefully don't need any patches. That's just a temporary thing till Angel catches up. So no repository or anything. Purely a temporary thing I do as needed when needed.