Page 1 of 1

[Discontinued] Eco Trees (0.0.5)

Posted: Thu Aug 06, 2015 1:59 am
by laige
Eco Trees
  • Factorio-Version: 0.13.x
  • Description: Trees absorb 10x the Pollution
  • License: MIT
  • Last Release: 7-27-2016
  • Latest Download-Url: 0.0.4
DISCONTINUED. Vanilla game now has setting that make possible what this mod did.

Mod Can now be found on the Mod Portal. I'll keep this forum going though
LONG DESCRIPTION
VERSION HISTORY
If you know of any Mods that add new trees please post a link to that mod and I will add compatibility so their trees do the same.

Re: [0.12.x] Eco Trees

Posted: Thu Aug 06, 2015 8:15 am
by L0771
jajaja i'm just thinking to do 1 mod like this.
Nice mod

Re: [0.12.x] Eco Trees

Posted: Thu Aug 06, 2015 7:22 pm
by Vittorio
Hello! Interesting mod! Could you please tell, what mod shoud I use to grow vanilla trees?

Re: [0.12.x] Eco Trees

Posted: Fri Aug 07, 2015 8:01 pm
by laige
Vittorio wrote:...what mod shoud I use to grow vanilla trees?
The best mod I know of is Treefarm I havn't played much with it, but I believe it has everything you need.

Re: [0.12.x] Eco Trees

Posted: Sat Aug 08, 2015 8:24 am
by L0771
laige wrote:
Vittorio wrote:...what mod shoud I use to grow vanilla trees?
The best mod I know of is Treefarm I havn't played much with it, but I believe it has everything you need.
TreeFarm actually use:
"tf-germling"
"tf-very-small-tree"
"tf-small-tree"
"tf-medium-tree"
"tf-mature-tree"

"tf-coral-seed"
"tf-small-coral"
"tf-medium-coral"
"tf-mature-coral"

Code: Select all

for k,tree in pairs(data.raw["tree"]) do
	if string.sub(tree.name,1,3) == "tf-" then
		tree.emissions_per_tick * 5
	end
end
isn't tested but should work.

Re: [0.12.x] Eco Trees

Posted: Sat Aug 08, 2015 2:08 pm
by laige
^^L0771^^

Thanks bro

I was actually working last night on adding mod support for other mods. I meant to have an update last night but I got too tired. Thanks for the code help; I'll release what I have and then test yours out and work on a third release.

Edit
0.0.2 release
I had missed a few vanilla trees so I fixed that. Now I added support for other Mods like the Treefarm and its addons. The Two DyTech trees are also supported. If anyone knows of other mods that add trees to the game let me know and I'll add support for them.

Re: [0.12.x] Eco Trees

Posted: Mon Aug 10, 2015 8:33 pm
by darkshadow1809
Thanks for this amazing mod :) Definitely adding it to the modpack!

Re: [MOD 0.12.x] Eco Trees

Posted: Mon Aug 24, 2015 8:30 am
by Alexs
Thanks for this mod, I look forward to plant trees .. also vanilla .. :)

Re: [MOD 0.12.x] Eco Trees

Posted: Sun Oct 18, 2015 3:18 pm
by Synaptic
Does this mod allow the planting of trees as well as increasing pollution absorption?

Re: [MOD 0.12.x] Eco Trees

Posted: Mon Oct 19, 2015 6:52 am
by Zuzak
No, it simply modifies pollution for all the known trees, modded or not.
Treefarm or Homeworld is needed for planting.

Thank you -laige- for such an efficient mod.

Re: [MOD 0.12.x] Eco Trees

Posted: Fri Mar 18, 2016 4:28 pm
by BluBBa
I'm not using this mod because... I'm a lamer and i play on peaceful.
I just wanted to let you know that I spilled my coffe when I read your discription, absolutely hilarious :P

Re: [MOD 0.12.x] Eco Trees

Posted: Thu May 12, 2016 7:03 pm
by Speadge
hey, what about TreeSaplings Mod? as it doesnt add trees per se as an entity, it doesnt need to be "included", does it?

viewtopic.php?f=93&t=22059&p=145015&hil ... gs#p145015

Re: [MOD 0.12.x] Eco Trees

Posted: Thu Jun 16, 2016 4:04 am
by Eisenwulf_0861
Great mod!

A must for early game situations when sizable numbers of bug nests are practically at your elbow. ;)

(And when combined with the Treehouse Mod, even better at mitigating pollution.)

Re: [MOD 0.12.x] Eco Trees

Posted: Thu Jul 07, 2016 10:13 am
by erno3000
Hi Laige, great mod. How do I update to play with 0.13?

Re: [MOD 0.12.x] Eco Trees

Posted: Sat Jul 23, 2016 1:12 pm
by British_Petroleum
Can you please update for 0.13? :) does anyone know if there is a similar mod for 0.13? I liked this mod

Re: [MOD 0.12.x] Eco Trees

Posted: Wed Jul 27, 2016 3:44 pm
by laige
Hi Everyone
I am sorry I have been away too long. I love the game and the community. Life Happens and I am back now. I see there is a new tree mod out there and I will have to see about an update for that. As I have been away for sometime it is very possible I missed something. Its a very simple mod, but if you find a bug pls post what you know here. I saw the new Mod Portal, but I think it needs alot of work; I'm not ready yet to post there.
Thanks
Laige

Re: [MOD 0.13.x] Eco Trees

Posted: Wed Jul 27, 2016 4:03 pm
by laige
The Treeseeds Mod
by JJtJJ

and
The TreeSaplings Mod
by LukeM updated by ntm

are now supported.

Re: [MOD 0.13.x] Eco Trees (version 0.0.4)

Posted: Thu Jul 28, 2016 3:21 pm
by sore68
Hi laige~

i download 0.0.4.
but zip file in dropbox is not fill... anything
check plz

Re: [MOD 0.13.x] Eco Trees (version 0.0.4)

Posted: Sat Jul 30, 2016 3:59 pm
by laige
Sorry about the 0.0.4 file. It should now work. Not sure how it happened, but now its fixed. I feel rather silly uploading an empty file.

Re: [Discontinued] Eco Trees (0.0.5)

Posted: Thu Jun 15, 2017 3:42 pm
by Ranakastrasz
How does vanilla do this? It only seems to allow you to manipulate damaged trees, not normal trees.