0 Members and 1 Guest are viewing this topic.
Is it possible to change skin color to grey though?I tried it before with SSCC and by manually editing soldat.ini, but it kept resetting to brownish. :/
The colour codes are Delphi's "TColor" format. Which is just $AABBGGRR, each letter combo being a HEX value of 00->FF (1->255). You can either use the above $ format, built in colour strings such as clRed, clBlack etc, or an integer representation of the $ code, but that's silly.
As you should notice $FFFFFF isn't white because gostek gfx is pink a bit. Pink = more red than blue and green, so to make grey you need to decrease red amount.
Also, why did you remove the invisible skin? That was awesome. Or was it you that did it?
while on this topic, would you mind making the morda.bmp white with diffrent gray scales instead of having it brown? since having it brown makes it impossible to set certain colours.to enesce
Quote from: Shard on January 24, 2010, 09:48:15 amAlso, why did you remove the invisible skin? That was awesome. Or was it you that did it?you could make your pants invisible, which gave quite a big advantage.
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.
I've found (in messing with Polyworks) that brown textures can be made grey by using certain blue colors. It takes a lot of fine-tuning, though.