What software are you using though? Does it render out animation frames as images? Getting isometric camera angles is easy enough. I agree that it's less automated but it works, plus you get a bit more flexibility with the lighting and render quality. Also, why not use SpriteForge Lite? "Spriteforge lite is a fully…
Vancouver's over rated, I miss the East...personally. :) Much like my good friend, Pixel Masher, I'm also not too keen on these Olympic Games...None of the sports I like are in the Olympics and it's totally butt fucking my commute to work. The city can barely function on a regular day, adding this into the mix is going to…
This could be a good point to bring up two things I've been whining about on and off to Kub, but seemingly always at times that he wasn't around: - Maybe give mibbit.com a go? It's much faster and functional than the current slow java-applet. - Please list the server somewhere on the website, since the only way to find out…
Bit late to the party here but going from the problem in the initial post -- if for some reason you need to get the object name when all you have is the vertex name (e.g. "pSphere1.vtx[300]") then you can do that with just a bit of string manipulation. string $vertName = "pSphere1.vtx[300]"; string $objName = `match…
I'm glad the speaker is there, its nice when you are playing a multiplayer game and the mote lights up, rumbles and makes a noise when its the next players turn. It cuts down on the time the angry mob is yelling "HIT A! PRESS A ALREEADYY! COME ON PAY ATTENTION!" I have to agree the low quality does kill its functionality…
$4k to make a game that could very well be released onto a console that is selling like crazy. Not a bad deal:) XNA is pimp too. If you are REALLY wanting to make a cheap Wii game...make a Flash game and then use your Wii Browser to play it. Wiicade.com is a perfect example. Test it on the web then if you are really…
you're welcome, btw in case you need other "photoshop" blendmodes http://www.pegtop.net/delphi/articles/blendmodes/ found a very good overview on all of them + code formula for each (however use the mathematical formula for reference, not the "code" in those sites) as regular arithmetics in HLSL like * + - / are…
from your install script: maybe change it to the userScripts folder which should be: that way no one needs admin rights to install your MZP file. Same for within your main script as I noticed it has some getDir #Scripts commands. A simple find and replace should do the trick. I like the idea of having functions that have a…
As someone who's had limited experience with a fair number of wildly-varying languages, Python isn't so much the problem as the earlier pyBlend api's maddeningly frankensteinian casing (obviously this wouldn't be a problem if Python weren't case sensitive, but there). The 2.5 API is looking rather nice, though, and the…
way cool man! right now i use the mirror morph made by whahoony http://www.wahooney.net/ its pretty cool and seems to be similar in functionality but i will still give yours a try. before that i would use skinwrap to do this. using a base mesh skinwrapped to mirrored version with a morpher applied, morph to the target i…