puzzlepaint / freeage

An open-source reimplementation of the game engine of Age of Empires 2: Definitive Edition.
59 stars 4 forks source link

Tree scale (Small trees) #14

Closed MaanooAk closed 4 years ago

MaanooAk commented 4 years ago

I like the small trees mod, and many people think that is mandatory, however I don't like how the game looks. The solution? toggle-able small trees!

Scenario: Villager -> Select LumberCamp -> Toogle small trees -> Place LumberCamp -> Toogle small trees.

Now you can press: (J is a placeholder)

Also I added a small hacky interpolation animation like thing, just because it looks awesome.

And of course all of these could be configured in the user settings.

The same approach could be used for the grid mod...

puzzlepaint commented 4 years ago

Thanks, I added a few small comments. Personally I am fine with using the small-trees mod, but I think that a significant number of people may prefer the more beautiful trees :)

I think that eventually it might be nice to also have a setting that enables the small trees and the grid automatically while placing building foundations and disables them otherwise (unless manually toggled). (Just a suggestion, not for this PR.)

MaanooAk commented 4 years ago

I think that eventually it might be nice to also have a setting that enables the small trees and the grid automatically while placing building foundations and disables them otherwise (unless manually toggled)

100% good idea

puzzlepaint commented 4 years ago

Thanks for the update!