Heya! I am glad that those are helping you. ;D I will explore around a little with the costume, for the fun, to see where it could go, and post the results here. XD Yeah the hand would def. make him more interesting especially if you go for the ponytail version which def. is settled at a later point of the story. I showed…
yes, going indie is a big risk - just replace "go indie" with "start your own business" and it will put things into perspective. From the 2012 Game Dev salary survey: "Despite the fact that indie devs are receiving more attention than ever before, the average indie still isn't very well-compensated; individual indie…
IIRC, Jon Watte is the dev for that exporter, real helpful guy. Reset Xform doesn't affect the UVs at all, it only helps reset the transform data for the model, which can get screwy if you do non-uniform scaling or if you mirror the model (which is basically just a negative scale). If your devs are saying texture…
the thing is tho that they did it again with PS3 - create a machine and dev-environment that are simply more of a pain to work with than anybody else's. also you could say that PS3 does not exactly have a hell of a lot memory available to it, just look at how it'S split up and how much RAM their OS consumes alone... given…
I started applying to jobs the past 2 weeks , around 30 studio I know it's not a lot, but having to research and cater custom Motivation/cover letters takes a lot time, just for in most cases to not get a reply back. I got 5 confirmed rejections back which is better then nothing and confirms at least that my application is…
I've shipped 10 titles now and I've noticed my sense of pride and achievement follows the same routine each development cycle. One would assume we work toward achieving a new watermark level of quality in order to feel a grand sense of achievement when our work is released and we gain the chance for perspective. I've…
Well, against my better judgement, and knowing full well that with a new job(not in games tragically) I will not likely finish, I think I will give it a shot! AMAZING stuff so far from everyone, really inspiring as always. Changed my turret design, really want to work on my sculpting skills, so I am switching to another…
I wanted to make sure I started something before I posted and got a thread going. I've decided to do a Turret and Den based off of Shadow Isles. Below is my ref sheet. I didn't spend forever going into the sketch for the turret and all that since I'm doing a lot of sketching in Zbrush and I know what I want to do for the…
NOTICE: Minecraft has been updated to 1.2. next time you login it should ask you to update. I'm currently updating the server right now to the dev version of Craftbukkit.. [this is the mod system i use for the map] it's grinding away on the files, converting them. I don't know what its doing but perhaps its setting up for…
To extend what RN said. Download FFMPEG. In the EXE folder make a file named ToGIF.bat Then paste this inside the BAT file. After you save, you can just drag video files onto the BAT to convert quickly. REM Convert to GIF del -f palette.png
del -f %1.gif
ffmpeg -v warning -i %1 -vf palettegen palette.png
ffmpeg -i %1 -i…