Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vegetation #5

Open
sofar opened this issue Nov 2, 2016 · 2 comments
Open

Vegetation #5

sofar opened this issue Nov 2, 2016 · 2 comments
Milestone

Comments

@sofar
Copy link
Owner

sofar commented Nov 2, 2016

Describe vegetation types, variation, relationship with sediments, ores and biomes.
Describes resources obtained from vegetation.
Describes spread, growth, regrowth, die off of vegetation

@sofar sofar added this to the 1 milestone Nov 2, 2016
@sofar sofar mentioned this issue Nov 2, 2016
21 tasks
@sofar sofar added the WIP label Nov 2, 2016
@gaelysam
Copy link

From the forum:

Trees:

  • I've chosen 9 trees:
  1. Oak
  2. Beech
  3. Birch
  4. Pine (like Pinus Pinea, in hot and dry places, contrary to MTgame's pines which are firs !)
  5. Fir
  6. Jungle trees
  7. Mahogany
  8. Palm tree
  9. Apple tree
  • Of course, they shouldn't be copied from any existing mod.
  • Size of trees: bigger than in MTG, smaller than in Moretrees. Ideally 12-15 nodes for a beech or oak, less for apple, palm and birch, and more for fir and jungletree. Should vary a lot within the same species.
  • Every tree should have its own wood with a slightly different color.

Plants:

  • Some rare plants with very specific biomes, needed for particular crafts
  • Much more intermediate plants, shrubs than in default game. Some forests with dense undergrowth will be difficultly penetrable, which will be fun. Ideas: brambles, ivy, ferns…

@sofar
Copy link
Owner Author

sofar commented Jan 24, 2017

Additional thoughts about naturally growing trees:

When a tree spawns from a sapling, it gets a random param2 value of 2-4, making a tree that has a 2-4 high trunk. Each tree can grow, over time, higher or outwards by increasing the trunk param2 value by 1, and adding a trunk at the right places up in the tree. This can continue until the param2 of the base equals the max. (e.g. a random value of 6-9).

With a branching and leafing strategy tree shapes could be almost entirely organic.

"at param2 = 4 make 1 branch with 25% chance in N,E,S,W dir"
"ar param2 = 2 make 1 leaf ne, 1 leaf nw, 1 leaf se, 1 leaf sw with 75% chance and 1 leave U with 75%"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants