Fredas Posted February 6, 2014 Posted February 6, 2014 Trying to make a little headway on one of my three or four mod projects. The blushing mod, in this case. I'm exploring the possibility of using a replacement tintmask for the blush. I eventually discovered the following commands: int Function GetTintMaskColor(int type, int index) global native Function SetTintMaskColor(int color, int type, int index) global native I spotted them being used in a mod. The syntax they used went like this: Game.GetTintMaskColor([a variable], [a variable]) Lacking a foot to stand on here, I reckoned the least I could do is try opening the console and seeing what these terrifically undocumented commands actually do. (What "index" means, for example.) It didn't take long to discover that no creativity on my part was able to force Skyrim (with SKSE) to recognize these functions, with or without the "Game." at the beginning. So I'm missing something.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.