[Help]New Biome

Started by MintyFr3sh, May 17, 2016, 08:10:35 AM

Previous topic - Next topic

MintyFr3sh

Hi, I was wondering if anyone could tell me how to make a new biome. I was wanting to make a savannah biome and maybe once I get better at coding add lions and hyenas.
Thanks.

RawCode

start from reading biome defs provided with "core" mod.

defs for animals (pawns) also provided with core in form of xml.

MintyFr3sh


MintyFr3sh

One more question what is the biomeworker or do I just leave that as Aridshrubland

1000101

Tags like "worker" and "class" are usually a C# class which "drives" the thing in question.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

MintyFr3sh


RawCode

start from setting values for "victim" biome, including adding new pawns like lions to that "new" biome.

adding completely new biome is possible but cannot be done without some coding on c#

skullywag

As rawcode mentions biomes cannot be added via xml. Youll need some other work done in a dll to make a new biome functional.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

MintyFr3sh

Thanks guys, I'll try and give it a go.