Page 4 of 30

Re: MOD [0.12+] Bio-Farm 1.1.2 - Tree Farming Mod

Posted: Thu Apr 28, 2016 6:01 pm
by TheSAguy
Chreutz wrote:It is probably worth mentioning that this mod comes with settings that changes the reach of the player. Don't know if that is intentional... I Just spent an hour trying to locate which mod was causing this :-).
Okay, I probably adjusted that a little too much.

V1.1.3 released.
Removed Reach Changes I added.
Gave the Bio Garden a lamp at night.

Re: MOD [0.12+] Bio-Farm 1.1.3 - Tree Farming Mod

Posted: Sun May 01, 2016 9:32 am
by bNarFProfCrazy
Here is the German (de) translation. Sorry that it took me so long.

If something is missing or you need updated translation, just ping/PM me.

PS: I also have a suggestion for the English translation:
Use "Liquid CO²" instead of "Liquid CO2". (Make sure your file uses UTF-8 encoding without BOM)

Re: MOD [0.12+] Bio-Farm 1.1.3 - Tree Farming Mod

Posted: Tue May 03, 2016 2:12 am
by TheSAguy
bNarFProfCrazy wrote:Here is the German (de) translation. Sorry that it took me so long.

If something is missing or you need updated translation, just ping/PM me.

PS: I also have a suggestion for the English translation:
Use "Liquid CO²" instead of "Liquid CO2". (Make sure your file uses UTF-8 encoding without BOM)
Thanks, Version 1.1.4 up.
German Translation added.
Removed Void crafting menu group thing. (I think this occurred when you played with Bobs)

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sun May 08, 2016 4:24 pm
by bbkdude
I am still getting the ghost power lines, and the code listed in previous posts does not seem to work for me:

Code: Select all

/c game.local_player.selection.destroy()
I saw a post earlier about showing the selection points so I can delete the ghost, but I don't know what that is.

What am I doing wrong and how can I remove these ghost poles so I can build over them?
Image

Thank you kindly, I love this mod!

-bbkdude

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sun May 08, 2016 7:40 pm
by TheSAguy
bbkdude wrote:I am still getting the ghost power lines, and the code listed in previous posts does not seem to work for me:

Code: Select all

/c game.local_player.selection.destroy()
I saw a post earlier about showing the selection points so I can delete the ghost, but I don't know what that is.

What am I doing wrong and how can I remove these ghost poles so I can build over them?


Thank you kindly, I love this mod!

-bbkdude
I can't re-produce this problem...
Did you start the game using version 1.1.3 or later or are those from an earlier version? That might be the problem, but if they are from 1.1.3 or newer, you'll have to send me a save with the mods to check out.

Thanks.

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Tue May 10, 2016 2:02 am
by ormusn2o
Bio-farm seems not working. It has the sulfur seeds and was working but its stuck now at 99.9%. It did not produced anything, does not accept any more seeds. Looked at the forum but does not seem anyone has this problem. Should i submit the save and maybe screenshots?

Edit: I just checked on new sandbox save and it has the same problem. This is my mods that i installed http://imgur.com/II0ttgf this is my save https://mega.nz/#!ExcXibyA!HDxe4HujxGxs ... THQ6mTFaa4

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Thu May 12, 2016 1:02 pm
by TheSAguy
ormusn2o wrote:Bio-farm seems not working. It has the sulfur seeds and was working but its stuck now at 99.9%. It did not produced anything, does not accept any more seeds. Looked at the forum but does not seem anyone has this problem. Should i submit the save and maybe screenshots?

Edit: I just checked on new sandbox save and it has the same problem. This is my mods that i installed http://imgur.com/II0ttgf this is my save https://mega.nz/#!ExcXibyA!HDxe4HujxGxs ... THQ6mTFaa4
I tested this and it works for me.
You have a lot of outdated mods, not sure if that is causing you any problems....

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Thu May 12, 2016 8:29 pm
by ormusn2o
TheSAguy wrote: I tested this and it works for me.
You have a lot of outdated mods, not sure if that is causing you any problems....
Yeah, i revived dytech and maybe its the reason. Thanks for checking though.

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sat May 14, 2016 1:19 am
by Speadge
hi,


actual it is not "selection.destroy()", but "selected.destroy()"
.. and it doesnt help, since the ghosts are no entity to select.

it still happens with "old" farms, which u just cant get rid off.

Ok, thanks to Macros in IRC, i now have a code working to destroy those ghosts:

Code: Select all


/c for _,entity in pairs(game.local_player.surface.find_entities_filtered{area={{game.local_player.position.x-1024,game.local_player.position.y-1024},{game.local_player.position.x+1024, game.local_player.position.y+1024}},name="bf_solar-panel_for_Bio_Farm"}) do entity.destroy() end
 
/c for _,entity in pairs(game.local_player.surface.find_entities_filtered{area={{game.local_player.position.x-1024,game.local_player.position.y-1024},{game.local_player.position.x+1024, game.local_player.position.y+1024}},name="bf_light_for_Bio_Farm"}) do entity.destroy() end


need to enter both in console and execute them

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sat May 14, 2016 1:24 am
by TheSAguy
Speadge wrote:hi,


actual it is not "selection.destroy()", but "selected.destroy()"
.. and it doesnt help, since the ghosts are no entity to select.

it still happens with "old" farms, which u just cant get rid off.
Good thing the map is infinite, so you can just move to a new spot :o

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sat May 14, 2016 1:51 am
by Speadge
TheSAguy wrote:
Speadge wrote:hi,


actual it is not "selection.destroy()", but "selected.destroy()"
.. and it doesnt help, since the ghosts are no entity to select.

it still happens with "old" farms, which u just cant get rid off.
Good thing the map is infinite, so you can just move to a new spot :o
some ppl just dont want to rebuild their "farm" ;)

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sun May 15, 2016 11:43 am
by bNarFProfCrazy
@TheSAguy
May I use your greenhouse building graphics for my own mod?

Mod specifications:
Name: Crazy Greenhouses
Release-stage: Not released yet
Content-specs: https://gist.github.com/ST-DDT/59bfc372 ... 345ec6dfca

This would be my first mod, so I'm not sure whether I could implement all I have planned.

I know our mods would be pretty similar, but here are my reasons, why I don't want to use this mod:
* Producing wood is too expensive (Iron + copper wise)
* There are too many structures in this mod

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Sun May 15, 2016 2:10 pm
by TheSAguy
bNarFProfCrazy wrote:@TheSAguy
May I use your greenhouse building graphics for my own mod?

Mod specifications:
Name: Crazy Greenhouses
Release-stage: Not released yet
Content-specs: https://gist.github.com/ST-DDT/59bfc372 ... 345ec6dfca

This would be my first mod, so I'm not sure whether I could implement all I have planned.

I know our mods would be pretty similar, but here are my reasons, why I don't want to use this mod:
* Producing wood is too expensive (Iron + copper wise)
* There are too many structures in this mod
Sure, if possible, try and tint it another color, so if both mods are used, they look slightly different.
YuokiTani made these wonderful graphics, so please give him the credit.

Re: MOD [0.12+] Bio-Farm 1.1.4 - Tree Farming Mod

Posted: Mon May 16, 2016 12:20 pm
by Oceanel
Hi. Here is the Russian (ru) translation (in beta, proposals may be submitted = бета версия, предложения принимаются).
Thanks to bNarFProfCrazy for the idea to write "Liquid CO²".

Re: MOD [0.12+] Bio-Farm 1.1.5 - Tree Farming Mod

Posted: Mon May 16, 2016 5:14 pm
by TheSAguy
Version 1.1.5 up.

Russian translation, thanks Oceanel.
Ghost entity removal code added to OP, if you have that issue with a save using old farms (prior to v1.1.3) - Thanks Speadge for getting that.
Performance tweaks to Bio Garden, lest crafting speed, so you get more cleaning per fertilizer.

Re: MOD [0.12+] Bio-Farm 1.1.5 - Tree Farming Mod

Posted: Mon May 16, 2016 10:13 pm
by Qon
I get an error when I try to mine greenhouses.
Error message

Re: MOD [0.12+] Bio-Farm 1.1.5 - Tree Farming Mod

Posted: Mon May 16, 2016 10:50 pm
by TheSAguy
Qon wrote:I get an error when I try to mine greenhouses.
Error message
Qon,
Were some of these farms build with a previous version of Bio Farm, prior to 1.1.3?
I tested the latest version and all seems okay.

Re: MOD [0.12+] Bio-Farm 1.1.5 - Tree Farming Mod

Posted: Mon May 16, 2016 11:54 pm
by Qon
Sorry, didn't realise that new versions were out. I'm using 0.6.3 :o

Seems to work now with the latest version q:

Re: MOD [0.12+] Bio-Farm 1.1.6 - Tree Farming Mod

Posted: Tue May 31, 2016 7:51 am
by British_Petroleum
Inserters won't load items into the cookery unless they are picking the item up from a chest. Ie, can't insert ingredients from a belt or another building. Can you replicate this bug? Only other mods I'm using are bob's mods.

Re: MOD [0.12+] Bio-Farm 1.1.6 - Tree Farming Mod

Posted: Tue May 31, 2016 1:42 pm
by TheSAguy
British_Petroleum wrote:Inserters won't load items into the cookery unless they are picking the item up from a chest. Ie, can't insert ingredients from a belt or another building. Can you replicate this bug? Only other mods I'm using are bob's mods.
I've also noticed this and will look for a fix in next release.
In the meantime, just use a long inserter, that should work.