Try adding the lightmap and then multiplying it again, or try multiply with a lerp. There's all sorts of things you can do with the shader. You can always play around in shaderfx to get the look you want, then write the actual shader code. I've found it's much faster to prototype and experiment that way. Also, if you find…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Hi! Tbh I'm not sure how okidoki's example can help add noise to animation curves, I mean with some technical knowledge you could hack together some kind of node network that would grab a position of a point from a noise texture and use it to drive a position of a controller on an animation curve, but I shudder to think…
Got mine last night. It's really great so far, so nice to be playing a Smash Bros. game again. My only real complaint is a lot of the new levels are extremely busy visually and it's much harder to keep track of players than before. When you play a Melee level it's night and day. We'll have to start posting some friend…
Hey everyone! :) It was great to see the progress being made on this challenge over these last two months! While the challenge may have reached the end I hope that won't deter anyone here from sticking with it and taking their piece to completion. Either way, I hope there are skills that have improved such that whatever…
Okay guys ,,, I have Use Global Illumination ticked in my Worldinfo Properties in the world editor, and I built the lighting. In the editor game mode viewport it's working fine. Also when I play in editor window mode it works. However when I click start this level on PC the level has no global illumination. What am I…