It has helped a me a lot. Main problem i had (have) with code is understanding how one thing points to another, or derives from it, etc. The vector math and logic and all that is pretty straightforward - can just look it up and seems like people all doing the same thing there. But nobody ever really explains how…
Save the persons keyboard shortcuts, reload the defaults. OR assign a script to a commonly used key have the script pop up some kind of error message box. "You have caused a critical failure. The planet Mars will now collide with the sun, thanks asshole" I remember someone saying something about a way to invert mouse…
Yeah that exactly what I mean, if they just had that button that would be great! or even better just have it auto-load on scenes where it was open! Its a lot of clicks for such an important panel once you get to animating daily with the system. Its more bothersome than anything else, and I understand why they don't auto…
Im pretty new to developing for mobile this is my first attempt, i started this project back in September with no previous knowledge of Unity 3d or Java script. this is how user friendly unity is and there scripting referencing made learning Java really easy. I have found developing for android really easy to get started…
Incorrect normals are easy to spot most of the time because they cause a gradation across the affected surface. The more incorrect the normals the more pronounced the gradient. "Face weighted normals" is just the name of a quick technique to alter normal direction based on the size of its associated faces (ie. the…
i checked - works fine for me on 2019. as musashidan says it's probably something to do with your specific file I had a quick check in the maxscript docs and there's an example rtt script here ...…
Thanks for the info, Orb. The average normal script changes everything! Usually I would either have a normal hard edge split, or have a control loops on EACH side of it (3 edges to form a corner) so soft normals would create a nice soft bevel effect. But this seems to achieve the same, but with only 2 edges, is that…
If your game is published by a big publisher that has a history of fighting against free software, you may not be allowed to use ANY free software, including plugins and scripts, to make the game. The terms of the contract will specifically say what can and can't be used. Installing software at work is generally a bad idea…
I agree that the characters are expertly done and look gorgeous. I admire the craftsmanship behind this game. However, I still think they look too idealized, especially the women. Compare this pic of the original Alien crew: http://www.rowsdowr.com/wp-content/uploads/2012/06/alien-crew.jpg Weren't the guys in the original…
Within File Texture Manager I first Analyse the Scene file for the textures. I'm prompt for seventy-six textures pointing to eight different paths. Some textures are none existent, a majority are located in one location. I select those seventy-six textures and choose to move them to a destination folder; I'm prompt it's…