It's quite the buzzword, even the games back on the 360 days have something you'd call cloud-support, sort of like the backend that ran for halo3, the cloud just essentially means running something on a server. It will always be an issue, which is why cloud-rendering isn't something that can be shuffled into your local…
Hi there! So I have been playing with the latest version quite a bit lately, it's working great but! I am running into a few hiccups : - I am having trouble getting rid of the animation sequence. I am trying to make the script react instantly at keypress but somehow, even if I put local fEase = 1 and local fSpeed = 500 I…
You can find this and many other cool scripts on Fatassasin`s site: http://www.jhaywood.com/maxScripts.htm Assign this to a hotkey and you`re good to go. Needless to say I use it all the time so a big thank you to James :thumbup:…
Hello, I am currently in the process of building a cinematic, armchair documentary channel inspired by creators such as Thinker, Fern and Cipher. My aim is to blend true crime, history and cinematics through semi realistic 3D recreations of environments, animated characters and vehicles. I'm looking for a long-term 3D…
Aloha, guys n gals. I'm going to be hitting up my local (and maybe not so local) companies seeking employment as a modeler this upcoming Monday. My portfolio link is here: http://wailingmonkey.com/3dmodeler/ I'm currently showing character-centric pieces, but I've also included some other items near the bottom.…
It can easily be done as a script (or at least synchronizing the vert positions can be). The problem is processing the data quickly. Maxscript is not a fast language, and iterating over and matching the positions of thousands / tens of thousands of vertices could take a long time. Anyhow, here's a simple/unoptimized script…
Nicely put snowfly! Few other comments: Being a UI artist is a unique beast, and subset of talents. A few things that I'd look for in a ui artist: Be and avid gamer This doesnt mean you need to play world of warcraft 80 hours a week, but instead enjoy all types of games. Study all types of methods of interaction, inventory…
sorry for the late reply,- although I have not yet been experimenting with communication between MS and JS or html through ports/ sockets or with the help of additional tools - I was able to communicate more or less with an embedded html / JS within max. it requires though that the html or JS file that is used is run…
I'm rather excited. I think there is a lot of potential in the local-multiplayer space that is being ignored by most developers. Local multiplayer is what party-gaming and family-gaming is all about for me. Some of my favorite gaming experiences have been crowded around a screen playing four-player with my friends and…
When I making a script that doesn't modify geometry I typically will use a mesh object so I don't have to fiddle around with EPoly, EMesh, Editable Poly, and Edit Mesh operation nonsense. I feel like there is a better way to do this, but I was just following your scripts flow and logic. macroScript crAlignPivotToSelection…