XCOM 2
[Vanilla] E3245's Extended Material Library
17 則留言
DAAAANTEEEEEH 2020 年 7 月 10 日 上午 11:50 
does it work on WOTC?
Mr. Fonz 2019 年 9 月 18 日 上午 6:21 
Hey ∑3245! Following on from Quaternion's comment, I am one of the aforementioned people using his mods but encountering the grey/purple texture issue. It doesn't happen on a separate mod of his that doesn't use your library, so my question is whether I need to download this mod in order to use mods that have used it. If so, would this work on WotC as that's what I'm playing and this labelled Vanilla. I checked your WotC mods, but you don't seem to have an equivalent there. Any help you could give would be great. Thanks!
Quaternion 2019 年 9 月 5 日 下午 10:48 
Hey ∑3245! Thanks for this! I used this for a mod I put out. But I'm getting reports of purple/grey bug from some people. Sadly I dont know how to fix it since I myself am not experiencing the bug. One person commented that one of your mods had the same bug before, but you were able to fix it. I was hoping to ask how you went about to fix the bug. Thanks! :)
∑3245  [作者] 2017 年 4 月 17 日 下午 12:37 
If anyone's interested, I've updated the Todo list with some more stuff.

I might get around to making the velvet shaders that Nier Automata has, if I can figure out the formula for it. Same goes for the TF2 shader.
TeK DeLorean 2017 年 4 月 17 日 上午 12:56 
simply amazing. Thank youuuuuuuuu
∑3245  [作者] 2016 年 12 月 15 日 上午 6:51 
@DrDCB
You can actually make the opac masks yourself. You just need to set the Blend settings in the properties to Masked, and then connect the alpha channel output of one of the Texture2d's to the main input of the Opacity Mask.
DrDCB 2016 年 12 月 15 日 上午 4:10 
I'm keen to see the opacity masks implemented. Unless I'm blind, none of the soldier MICs have the option, aside from the glass and hair mats. No simple mask option for generic face props.
∑3245  [作者] 2016 年 9 月 3 日 上午 10:40 
@Harnisch
To set the camo to use static colors, you can probably modify the material, and replace the primary color with a standard Constant4, set the color of the secondary camo to another Constant4, and the camo texture with a standard Texture2D (The WCE_TC Material system is complicated, so I suggest you look at some tutorials, and read UDK's Material Compendium.)

@McDenny's 09
I haven't taken a look at those yet. I don't know if those are just standard materials, or used by Material Instances.
McDenny's 09 2016 年 9 月 3 日 上午 8:49 
Nice. Do you plan on adding support for world material textures, such as wallpapers and flooring?
∑3245  [作者] 2016 年 9 月 3 日 上午 12:48 
@Harnisch
I believe it's possible, but the problem is that the scripts that deal with weapon customization can change this at will
Hydrorox 2016 年 9 月 2 日 下午 6:37 
that's ok, just thought I'll ask.
∑3245  [作者] 2016 年 9 月 2 日 下午 6:30 
@Hydrorox
Last time I tried something like that, it crashed my game, and my computer. So it might not be possible at the moment (You can't change the teeth through customization anyway).
Hydrorox 2016 年 9 月 2 日 下午 6:28 
one use is to make them invisible, for custom ports.
∑3245  [作者] 2016 年 9 月 2 日 下午 6:25 
@Hydrorox
If it's possible, and if anyone can find a use for it. This is mostly just customization materials that I modified for Material Instances.
Hydrorox 2016 年 9 月 2 日 下午 6:24 
Thanks! are you going to add a teeth material.
MrShadow 2016 年 9 月 2 日 下午 6:03 
LOVE IT! Thanks!!
∑3245  [作者] 2016 年 9 月 2 日 下午 4:50 
This was made to overcome some limitations of the standard materials for X2. I needed to make a new system to adjust for Overwatch's PBR system, among other things (Disable Tint Color until a new color is applied, eyes, etc).