Code : Hide blood ?

正在查看此主题的用户

chrono95

Sergeant
Hello everybody, i want hide all blood in game, i have replace the texture prt_text_blood_1,2,3 by transparent texture and blood in particle_system is on 0.

But i have a blood on my armor and weapon, Someone there a code to hide the blood on module_item or other ?

Thank ,)
 
Blood on the armor / weapon is done in the engine via vertex colors.

The only way to eliminate this (besides, er, telling the game not to show blood in the options) that I know of would be to eliminate those changes to the vertex colors in the vertex shader before it's sent to the pixel shader.

This is a bit of an all-or-nothing thing, though, and you need to know how to work with HLSL to do it.
 
Yes, that's because TaleWorlds added a module.ini entry to disable the High HDR option. However, TaleWorlds did not add a module.ini entry to disable the blood options.
 
cmpxchg8b 说:
Yes, that's because TaleWorlds added a module.ini entry to disable the High HDR option. However, TaleWorlds did not add a module.ini entry to disable the blood options.

Since a new patch (1.155) is about to be released, could we ask them to do that?
 
They're working on the engine again, for reals?  Shucks, should have made some feature requests  :lol:
 
后退
顶部 底部