[0.16.x] Update?
Moderator: Arch666Angel
[0.16.x] Update?
I know it's only been out for a day, but I was just wondering if there's been any work towards updating the mod's to work with 0.16? I usually use RSO + infinite ores in my playthrough's and I'm hesitant to start a new world without both. RSO got an update yesterday, but Infinite ores is still on 0.15. I know you work on this as a side project, so I hate to be needy, but I'm just curious if you have any idea for the kind of timeline we're looking at to get a 0.16.x version of some of the Angels mods?
Also, please let us know if there's anything we can do to help. I know there's several people with modding experience (including me to a limited degree) that would be happy to take a look at upgrading some of them and provide pull requests if you'd like some help.
Also, please let us know if there's anything we can do to help. I know there's several people with modding experience (including me to a limited degree) that would be happy to take a look at upgrading some of them and provide pull requests if you'd like some help.
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: [0.16.x] Update?
I'll try to get them working as soon as I can, but some things need more than some small fixes and/or if I update I want to make more than some fixes. So expect some updates pre-christmas, but dont be sad if some mods need more work and time.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: [0.16.x] Update?
Awesome! Thanks for the update. I was able to modify infinite ores to at least work with the vanilla ores and I think I have a working version - will confirm tonight. I'll stick with this for now and then replace it with your new version whenever it's available.
Thanks again for all of your hard work with your mods. Really appreciate it!
Thanks again for all of your hard work with your mods. Really appreciate it!
Re: [0.16.x] Update?
It looks like a 0.16 update for infinite ores just landed today. Thanks for your quick update!
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: [0.16.x] Update?
It's only a crude fix, it would more of a rewrite really. I'm pretty annoyed at the moment that a default value for icon_size was not included, so the solution is to write a function to just add that to each item/entity/recipe or manually add them.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: [0.16.x] Update?
Thank you for working on an update. I'm going to have to move my map over to the new version for the belt performance updates.
Re: [0.16.x] Update?
Hey.
I try to start with BoB's Mods & Angel's Infinite Ore's and got error...
__angelsinfinitores__/data.lua.89:...gelsinfiniteores__/prototypedes/generation/bob-bauxit.lua.156:attemp to index field 'infinite-angels-ore5' (a nil value)
Mods have to be deactivatet:
- angelsinfiniteores
I try to start with BoB's Mods & Angel's Infinite Ore's and got error...
__angelsinfinitores__/data.lua.89:...gelsinfiniteores__/prototypedes/generation/bob-bauxit.lua.156:attemp to index field 'infinite-angels-ore5' (a nil value)
Mods have to be deactivatet:
- angelsinfiniteores
Re: [0.16.x] Update?
@Arch666Angel
You in your haste of delivering us a patch for this amazing wonder of a pipe madness we all love and cherish by now added a comma too much in "angelssmelting_0.3.5.json"
At the end of line 10 causing it to not want to load properly.
for anyone that wants to just remove it themselves and get rocking until arch drops a hotfix
You in your haste of delivering us a patch for this amazing wonder of a pipe madness we all love and cherish by now added a comma too much in "angelssmelting_0.3.5.json"
At the end of line 10 causing it to not want to load properly.
Code: Select all
{
"item":
[
["angels-plate-brass", "brass-alloy"],
["angels-plate-bronze", "bronze-alloy"],
["angels-plate-electrum", "electrum-alloy"],
["angels-plate-gunmetal", "gunmetal-alloy"],
["angels-plate-invar", "invar-alloy"],
["angels-plate-nitinol", "nitinol-alloy"],
["angels-plate-cobalt-steel", "cobalt-steel-alloy"],(this one)
]
}
-
- Long Handed Inserter
- Posts: 88
- Joined: Thu Mar 23, 2017 3:32 am
- Contact:
Re: [0.16.x] Update?
Seems 0.16.7 broke the Petrotrain addon, as there is not more "three tanks in a tanker"
Error is as follows
Error is as follows
Code: Select all
Error while loading entity prototype "petro-tank1" (fluid-wagon):Key "capacity" not found in property tree at ROOT.fluid-wagon.petro-tank1
-
- Manual Inserter
- Posts: 1
- Joined: Fri Nov 24, 2017 6:12 pm
- Contact:
Re: [0.16.x] Update?
I am getting the same thing and have searched and looked into it myself but am unsure what it is referring to.
Re: [0.16.x] Update?
The petrochem train is fairly easy to live without, but I found a fix on these forums and just manually patched it up myself. You have to look for where the tanker's capacity is defined - I think there are two spots in the same file. Change it from total_capacity to simply capacity and change it from 25000 * 3 to 75000. Searching around here might find the place I learned it from in case my recollection is imprecise, which it likely is.
If I can do it, it's a pretty simply fix.
If I can do it, it's a pretty simply fix.
Re: [0.16.x] Update?
I've fixed the file petro_train.lua with that correction
I've attached the updated version - upgraded the version to 0.3.1
I've attached the updated version - upgraded the version to 0.3.1
- Attachments
-
- angelsaddons-petrotrain_0.3.1.zip
- (12.52 MiB) Downloaded 177 times
My Mod list: Necormant co-author
Re: [0.16.x] Update?
Hey, sorry if the question is obvious to many, but I have to ask.
Is there a way to make Angel's Bioprocessing (Algae and things) work by just editing some line in the file on my end, updating the version? Or is there something fundamentally flawed with it for the new version, meaning I should wait for Angel to get around to it?
I'm just asking because if it's a mere little change that can make it run, then I'd love to be using it.
Thanks
Molay
Is there a way to make Angel's Bioprocessing (Algae and things) work by just editing some line in the file on my end, updating the version? Or is there something fundamentally flawed with it for the new version, meaning I should wait for Angel to get around to it?
I'm just asking because if it's a mere little change that can make it run, then I'd love to be using it.
Thanks
Molay
Re: [0.16.x] Update?
Looks like there's a localization bug in Petro Chemical Processing
- Attachments
-
- 2017-12-23 20_54_15-Factorio 0.16.7.png (275.8 KiB) Viewed 9600 times
Re: [0.16.x] Update?
Another one in Refining
- Attachments
-
- 2017-12-23 21_02_18-Factorio 0.16.7.png (282.9 KiB) Viewed 9598 times
Re: [0.16.x] Update?
hello,
i have a problem with the petrochem train mod
pic below
https://i.imgur.com/cI6RSfm.jpg
ps im from belguim
i have a problem with the petrochem train mod
pic below
https://i.imgur.com/cI6RSfm.jpg
ps im from belguim
Re: [0.16.x] Update?
Say I start a game without bioprocessing. Would I be able to turn it on once it's updated in an ongoing game? I'd hate to start over but am very excited to start
Re: [0.16.x] Update?
Hey people its looks like Angel's Bio processing mod works well - i just edited info.json from 0.15 to 0.16 and all works - tested only with creative mod, may be there're can be bugs without creative mod at the start
Nickname on ModPortal - Naron79
Re: [0.16.x] Update?
That's wonderful news! So what file would I need to modify to achieve that? Thanks!!
Re: [0.16.x] Update?
aklesey1 wrote:Hey people its looks like Angel's Bio processing mod works well - i just edited info.json from 0.15 to 0.16 and all works - tested only with creative mod, may be there're can be bugs without creative mod at the start
Based on what aklesey1 wrote, I'd think the file to modify would be info.jsonMolay wrote:That's wonderful news! So what file would I need to modify to achieve that? Thanks!!
Testing this out now - there's also the icon size that needs to be done with the Algae farms.
Edit: Once I got done with all the icon_size specifications in the bio-processing mod, this works. Yeah!
Looking forward to the extension of the bio-processing mod though very much Angel!