Pretty sure victory poling no longer works in 0.13 (at least 0.13.0). Doesn't work for me anymore, and I've seen a couple of youtube videos showing surprisingly aggressive biter expansion in long running series.Qon wrote:What's the point of a Bio-Cannon if it only attacks spawners? Turret creeping for offence is easy enough with normal turrets I think. Don't think it needs a buff.
Please don't say defence. It can't really be used defensivly with a range of 75 since spawners will not really get that close anyway (victory pole range is 64-96 tiles and is cheaper).
MOD [ 0.18.x / 1.1 ] Bio-Industries
Re: MOD [0.13] Bio-Industries 1.0.2 - (Formally Bio-Farm)
Re: MOD [0.13] Bio-Industries 1.0.2 - (Formally Bio-Farm)
The Bio Cannon is mostly for expansion when using mods like Bob Enemies and my other Mod Natural Evolution Enemies. When playing with those two and maybe Swarm on hard map settings, turret creeping is not enough, you need a Cannon, or in this case a Bio-CannonMrGrim wrote:Pretty sure victory poling no longer works in 0.13 (at least 0.13.0). Doesn't work for me anymore, and I've seen a couple of youtube videos showing surprisingly aggressive biter expansion in long running series.Qon wrote:What's the point of a Bio-Cannon if it only attacks spawners? Turret creeping for offence is easy enough with normal turrets I think. Don't think it needs a buff.
Please don't say defence. It can't really be used defensivly with a range of 75 since spawners will not really get that close anyway (victory pole range is 64-96 tiles and is cheaper).
Re: MOD [0.13] Bio-Industries 1.0.2 - (Formally Bio-Farm)
New Features with 0.13 release:
Seedlings can be planted and will grow into trees. Remember though that trees don't easily grow in deserts.
Wood floors, fence and walls.
Bio Fuel if you play with Natural Evolution Buildings
Bio Cannon
Rail split into Wood rail and Concrete Rail.
Fertiliser tweaks, works much better with Bob's mods now.
Seedlings can be planted and will grow into trees. Remember though that trees don't easily grow in deserts.
Wood floors, fence and walls.
Bio Fuel if you play with Natural Evolution Buildings
Bio Cannon
Rail split into Wood rail and Concrete Rail.
Fertiliser tweaks, works much better with Bob's mods now.
-
- Inserter
- Posts: 30
- Joined: Fri Jan 16, 2015 10:35 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.4 - (Formally Bio-Farm)
Nitrogen production wont work on 1.0.4. I have it set up like i think it should be with liquid air being produced in a chemical plant then flowing through pipe into where another chemical plant is told to make nitrogen but the liquid air wont go into the inventory of the nitrogen chemical plant, 95% sure this is a bug because Im not sure theres any other way to do set it up
Re: MOD [0.13] Bio-Industries 1.0.4 - (Formally Bio-Farm)
Thanks Leosmellsgood, I guess somewhere there was a change and fluid temp needed to be correct to use. Not sure when that happenedLeosmellsgood wrote:Nitrogen production wont work on 1.0.4. I have it set up like i think it should be with liquid air being produced in a chemical plant then flowing through pipe into where another chemical plant is told to make nitrogen but the liquid air wont go into the inventory of the nitrogen chemical plant, 95% sure this is a bug because Im not sure theres any other way to do set it up
Version 1.0.5 Fixes this.
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
V1.0.6 - Made Crushed Stone match Angel's Refining Crushed Stone.
Started playing with Angels Mods
Started playing with Angels Mods
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
Hello, TheSAguy
I see the bug. If plant many seedlings (maybe more than 200 or 360) and they not transform in to tree - if in this moment save game - save is broken. If seedlings transform in tree - all good.
I see the bug. If plant many seedlings (maybe more than 200 or 360) and they not transform in to tree - if in this moment save game - save is broken. If seedlings transform in tree - all good.
Мир друзьям - смерть врагам!
-
- Burner Inserter
- Posts: 6
- Joined: Sun Jul 03, 2016 11:40 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
I really like your mod! Is it possible that you implement a check for what is already researched and unlock the respective items? I installed your mod after I researched everything and now I cannot build e.g. the bio solar panel. And I don't want to use console commands to reset and research the necessary technologies again.
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
Try:
Let me know if that works.
Code: Select all
/c game.player.force.recipes["bi_bio_Solar_Farm"].enabled = true
Code: Select all
/c game.player.force.recipes["bi-rail-wood"].enabled = true
Code: Select all
/c game.player.force.reset_recipes()
Last edited by TheSAguy on Sun Jul 03, 2016 1:47 pm, edited 2 times in total.
-
- Burner Inserter
- Posts: 6
- Joined: Sun Jul 03, 2016 11:40 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
unfortunately executing the commands changes nothing. the recipes of technologies I have already researched (e.g. solar) do not appear in my buildlist.TheSAguy wrote:tofuSCHNITZEL wrote: Still no luck?
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
I edited the above post,m and not a new one.. see below.
Let me know if that works.
Code: Select all
/c game.player.force.recipes["bi_bio_Solar_Farm"].enabled = true
Code: Select all
/c game.player.force.recipes["bi-rail-wood"].enabled = true
Code: Select all
/c game.player.force.reset_recipes()
-
- Burner Inserter
- Posts: 6
- Joined: Sun Jul 03, 2016 11:40 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
The first two commands add the two recipes. the third one does not change anything. When setting the filter for an inserter I can see the following items for selection but I have no recipe option to build them: bio-reactor, advanced fertilizer, cellulose
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
You are probably going to have to do that for every recipe in the mod... You can open the recipe.lua files and copy the names.tofuSCHNITZEL wrote:The first two commands add the two recipes. the third one does not change anything. When setting the filter for an inserter I can see the following items for selection but I have no recipe option to build them: bio-reactor, advanced fertilizer, cellulose
Re: MOD [0.13] Bio-Industries 1.0.7 - (Formally Bio-Farm)
V1.0.7 up. Just a few MP compatibility tweaks.
-
- Burner Inserter
- Posts: 6
- Joined: Sun Jul 03, 2016 11:40 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
is there no way you can implement a check, for what has already been researched and unlock the corresponding recipes automatically?TheSAguy wrote: You are probably going to have to do that for every recipe in the mod... You can open the recipe.lua files and copy the names.
- Ranakastrasz
- Smart Inserter
- Posts: 2167
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.7 - (Formally Bio-Farm)
The wooden Floor is missing localization. The floor tile itself needs a name too.
Also, is there actually a difference aside from asthetically and cost between rail types?
Also, is there actually a difference aside from asthetically and cost between rail types?
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
-
- Inserter
- Posts: 30
- Joined: Fri Jan 16, 2015 10:35 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.7 - (Formally Bio-Farm)
Another bug with the current update, bio solar farm entity is bugged, something about it being set to zero or false
Re: MOD [0.13] Bio-Industries 1.0.8 - (Formally Bio-Farm)
V1.0.8 - Wood Floor fix, Bad Migration Script deleted. Tweak to solar farm - Let me know if this works now.
- Ranakastrasz
- Smart Inserter
- Posts: 2167
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.8 - (Formally Bio-Farm)
Why does the Solar Farm need to be registered? Does it have extra functionality aside from being a compact solar panel?
Where in the code do saplings die? I planted a bunch, and only one out of 10 survived. This was in a desert biome, but I can't find it anywhere in the code that it kills, just slows down growth.
Where in the code do saplings die? I planted a bunch, and only one out of 10 survived. This was in a desert biome, but I can't find it anywhere in the code that it kills, just slows down growth.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
-
- Burner Inserter
- Posts: 6
- Joined: Sun Jul 03, 2016 11:40 am
- Contact:
Re: MOD [0.13] Bio-Industries 1.0.6 - (Formally Bio-Farm)
I tried "bi-Fuel_Conversion", "bi-bioreactor", "bi-Bio_Fuel"TheSAguy wrote: You are probably going to have to do that for every recipe in the mod... You can open the recipe.lua files and copy the names.
to use in:
Code: Select all
/c game.player.force.recipes["....."].enabled = true