Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can edit this in .tgi files, it is defined by two values, "rot time" that defines how long object remains before starts sinking into ground and "sink time" that define how long it will take before object sinks into ground completely.
Both values are part of body component which can be found in kohan2/data/templates/component path, however editing those values directly in body component .tgi file will affect buildings as well as units.
Probably easiest way how to change these values just for units will be to add bodycomponent definition with those values to unit template, that can be found in kohan2//data/templates with that it sould be loaded as standart for all units.
Didn't toyed with those values in my mod so can't tell how big strain it can put on game engine in case of large battles with multiple players..
No problem and sorry for late reply from my side too, due to health issues I had to limit my work on AW mod or interest in games as such.
My complaint about buildings was mostly for cosmetic reasons, as they should crumble instantly not remain on battlefield for longer time period, in terms of game mechanics destroyed buildings should become non blocking object, that includes walls and settlement structures, which can be bigger problem then fact that respective unit corpses remain longer on battlefied. On other hand I didn't had time to check on relevant game templates, so it's mostly main issue I would watch for if you want to make "persisting corpses mod" and nothing more.
Good luck to you with your mod development.