So I've decided to put down the brush for a few weeks and wrap my head around MaxScript. Knowing a few other polycounters have taken this trip I'm wondering if there isn't some good advice that might help make the trip less bumpy. MoP suggested the DVD's from CG Academy since they came as part of the Dom War prize pack,…
A lot of really good work here! @Eric Chadwick - Good call. I will go back and add damage to the bottom. Hopefully I can get away with painting it in Substance! @loon27 - Thanks for the paintover. I agree with you 100 percent. Ill go back and remove the dirt in those areas. I really like the animation you made for the…
I can't speak for the 1080 or what driver issues to expect. On a 980ti I recently sculpted a 3 million face mesh with 2 million more in the scene with relative ease. edit: a word
Go here: https://www.videocardbenchmark.net/high_end_gpus.html Buy the fastest card with the most RAM, that you can reasonably afford. The value rankings are good too, you can see which card gives you the best performance for the money. I usually like to cross-reference this list with the overall performance…
Your TV likely supports a very specific resolution when hooked to a PC over VGA. Like 1366x*** or something weird. I had problems getting my tv to work over VGA, so I got a DVI->HDMI converter and that helped a lot(I use a video card with native HDMI now). The tv should automatically recognize the signal, and the PC should…
AAA companies are not obligated to do dev interviews or explain themselves lmaoo Also if any company needs 'consultation' with gamers, they're 100% screwed from the get-go because that means their devs aren't gamers...
(reposting from game-artist) Hey everyone, Upon importing an .ase static mesh into UDK, I'm getting the following message: Trying to troubleshoot the issue, I found this thread over at UDN: Generated/Imported vertex count ratio message - Epic Games Forums Post #7 lists potential causes as: 1. UVs - no UV map at all, or as…
I'm glad you guys are enjoying the game. I've collected all the reviews I've seen so far, and they are very positive. Including some big names like IGN and GamePro. There is a 65, but it's strange because the reviewer didn't put a score, but MetaCritic.com gave it a 65 anyway. 100 IRB Gamer 100 Blackman and Robin 100…
Using edit text boxes is a bad idea. they are for string values and you will need to cast them to integers(convert them) to use their values. the thing is you can input what you want into an edit text field and its not allways going to be castable to an int. so say your text is '100' x = "100" as integer returns: 100 now…