武装突袭3

武装突袭3

131 个评价
D.I.R.T. - Blood Textures
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
文件大小
发表于
更新日期
2.580 MB
7 月 14 日 上午 7:28
8 月 4 日 上午 1:21
2 项改动说明 ( 查看 )

订阅以下载
D.I.R.T. - Blood Textures

描述
D.I.R.T. - Blood Compatibility Mod (Example Extension)

This is an example compatibility mod for D.I.R.T. (Diwako's Immersive Realtime Textures)[github.com], showcasing how to add custom dynamic texture layers — in this case, blood effects.

Using the D.I.R.T. framework, this mod applies real-time blood textures to a unit's uniform when they take damage. It serves both as an immersive gameplay feature and a reference implementation for other modders who want to extend D.I.R.T. with their own dynamic visuals.




🩸 Features
• Adds dynamic blood textures to the uniform of injured units
• Uses D.I.R.T.'s optimized system for smooth transitions
• Fully configurable via the Addon Options menu




🔧 How to Use or Learn From It

Clone or download the repository

Explore the mod structure and implementation logic

Build your own effects (e.g., ash, camouflage, scifi goo etc.)

📂 View the source code on GitHub[github.com]




📚 Want to Make Your Own?
Visit the https://github.com/diwako/dirt/wiki for full documentation on creating your own compatibility mods or mission-based texture layers using description.ext.

Screenshots by:
HoneyBadger
diwako
33 条留言
diwako  [作者] 9 月 5 日 上午 7:47 
That could probably work. would need custom models tho.
Bax ⭐ 9 月 5 日 上午 7:14 
Jesion with one less s
Bax ⭐ 9 月 5 日 上午 7:14 
Diwako, Jession there is a mod here that adds "Wardrobe - outfit Systems". You can add stuff that moves with the unit, without blocking slots. https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3352708204 Maybe you can use to add visible bandages etc.
diwako  [作者] 9 月 5 日 上午 7:09 
Can only regulate how fast the blood increases and decreases.
The mod is however open source, feel free to contribute.
Bax ⭐ 9 月 5 日 上午 7:04 
Can we regulate the amount of the blood shown? Sometimes they almost not hurt and they are full of blood. besides that, love it!
Jesion 7 月 29 日 上午 7:18 
Ok
diwako  [作者] 7 月 29 日 上午 4:02 
It is not possible to apply textures to a unit without uniform it seems.
Jesion 7 月 29 日 上午 3:28 
Ok thanks for the answer. I have a different idea I came up - Is this texture system possible to be applied to "bare bodies"? I mean, I take off uniform and see a burn effect on skin – all the units (mostly) use the same body, so theoretically, if we could add a mechanic for removing or cutting clothes, we'd have a body model with textures for all units no matter the equipment they use. The question is, can Arma's UI2Texture be applied to bare bodies, or does it only work as an overlay only on uniforms and equipment?
diwako  [作者] 7 月 28 日 下午 12:23 
With the current system? Not possible. You will need to know exactly where each part of the body is on the texture. Since there are thousands of different uniform models and textures around, it is kind of impossible.

It is a lot easier at this point to just go with a model solution and attach a custom model to the unit instead, because there you know where each limb and the head are.
Jesion 7 月 28 日 下午 12:06 
Hi there.
On the ACM (Advanced Combat Medicine) discored channel, an idea was raised in feature to create visual effects showing a soldier wearing a bandage or tactical tourniquet - 3d model stacked to soldier is rather imposible. But this thread actually reminded me of your project DIRT. Do you think it's possible to create bandage or tourniquet textures that would be applied as a top layer to the unit when the tourniquet or dressing is applied to the soldier via ACM? I don't know how deep this system works and how precisely the Arma engine recognizes individual body parts - I assume that probably only the left/right arm or leg, torso and head are possible?