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
getObjectTextures player
I am asking because I'm running a KP liberation campaign in which units are respawned upon load etc, so I shouldn't encounter this bug right?
I can't reproduce the problem now, despite loading and unloading the mod did cause a constant fps drop just a few hours ago...this mission packs less than 15 AIs around player, but will check dirt_main_unitsAll if this happens again, thanks!
Can you open up the debug console and just run this `count dirt_main_unitsAll` it should print a number.
Can you try and disable the mod inside the Addon Options menu and see if that improves things?
My current guess is there are too many units around the player.
Used reduced DIRT settings, have A3TI but did not use them in this scenario, have auto view distance, and have lossless scaling in the background as well.
Have a bunch of other mods but none interfere with dynamic uniform textures.
Explosions near a unit adds dirt, fixed textures not resetting properly on respawn for none local units in MP
and
Added event when washing dirt off, can be used by mission and mod makers for things.
That is reason i mentioned it. Yeah it makes no sense to think about it in that way, but that simply is how the configuration is in arma.
> Q: It is snowing but it applies the rain texture, is this broken?
private _units = allUnits;
_units append allDead;
then what ever is in the "_units" variable is being checked. I could add a functionality, so other mods can add what ever objects they want, but me directly supporting other mod objects which are not units is probably not gonna happen.
You will need to elaborate a little more what do you mean with texture scan?
and a small correction on my end, if the dirt value is above 25% then it becomes washable.
What does it say if you run this
systemChat str (player getVariable ["dirt_main_groundDirtValue", 1])
or double clicking onto a water bottle in the inventory?
This small bugfix update reverse the look up of texture selections. Now, pants from S&S for example get dynamic textures applied :D