glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
56 stars 39 forks source link

Unit Model Degradation #293

Open KeithSammut opened 5 years ago

KeithSammut commented 5 years ago

As the hp is reduced, the texture and the model of the unit changes, example an archer would have torn cloth, with blood coming out. This is currently possible, but obviously requires a lot of time.

ZeoxD commented 5 years ago

youll have to make a lot of textures for this, possibly for all units in the game!

KeithSammut commented 5 years ago

Yes lol, it's bizarre, and fricking awesome

ZeoxD commented 5 years ago

lol... i want you to make a car 3d Model for the game :P

Jammyjamjamman commented 5 years ago

youll have to make a lot of textures for this, possibly for all units in the game!

This would put more strain on the coders, but this could be done with 2 textures: 1 healthy texture and 1 degraded texture. As the unit loses health, the model transitions from the healthy to the degraded texture.