You can use multiplacative mode colouring in code. Take a base texture, and use the alpha channel to mask areas that you want recoloured - white=100% colour, black=0$. That way you can not only mark the areas you want to change, but have fade in/out.
So it's University Application season down under, and I thought I'd just ask for some advice before submitting my preferences. Reading through the material on this forum, the general consensus seems to be not to go to a University for an "Animation" or "Game Design" course, and instead hone and develop your skills through…
These animal studies are really coming along great. If orangutans are anything like chimps or gorillas, they're probably super jacked under all that fur I bet.
you could do this: string $suffix = match("[0-9]+", `match "[[0-9]+]" $node`); or could use tokenize instead if you dont want to mess around with regex. The top code basically matched the [###] and then matches again for just numbers.
Hi Polycount ! a bit about Drifter, Superior, and the Role. https://drifter.games/ https://superior.game/ Being a Drifter doesn’t just mean being an employee; it means being part of a team, and we make sure everyone on our team is well taken care of. This means benefits like health insurance for you and your family with…
Ah, you have hidden your reply well :sunglasses: Fog cards I find they can help to elevate vistas, but to my knowledge shouldn't be layered too much due to the increased cost of the pixel on screen (Overdraw). Sample Projects I would follow the path Eric suggested. I haven't tried this one, but going by its description it…
Yeah this is an issue with old exporter. I think you can update the exporter even on old max versions. But just in case, here's a maxscript to add support vertex to handle vertex color/alpha by face, thanks to polytools3d on cgtalk. Has to be an editable mesh i think. ( fn BreakVerticesByColorAndAlpha node = ( mesh = copy…
I think the fisheye effect comes from a ridiculously high fov, somewhere around 180. I dont know really, theres probably some way you can distort a camera view in kismet, but I'd presume you might need coding to distort the player view/viewport.
yeah, it looks like there is no way to modify those values without making some custom kismet nodes or hard coding. you might be able to paste the matinee into a text editor, modify and re-paste back into UDK if you are super resourceful :D