Patch 0.17 support
Moderator: Arch666Angel
-
- Manual Inserter
- Posts: 1
- Joined: Wed Feb 27, 2019 3:15 am
- Contact:
Patch 0.17 support
WIll there be support for the 0.17 patch anytime soon?
Re: Patch 0.17 support
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
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.
- Attachments
-
- 0007-angelsbioprocessing.patch.txt
- (74.93 KiB) Downloaded 357 times
-
- 0008-angelspretrochem.patch.txt
- (52.08 KiB) Downloaded 195 times
-
- 0009-angelsrefining.patch.txt
- (1.26 KiB) Downloaded 193 times
-
- 0010-angelssmelting.patch.txt
- (93.42 KiB) Downloaded 206 times
Re: Patch 0.17 support
This way worked for me on windows:How do you use this patch?
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
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.
-
- Manual Inserter
- Posts: 1
- Joined: Fri Mar 15, 2019 8:08 pm
- Contact:
Re: Patch 0.17 support
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.
Where can I find these patches for future reference? Is there a repository open ot public?
Thanks.
Re: Patch 0.17 support
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.
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.