What is Network? Network is an up-coming free-to-play First Person Shooter game set in its own unique sci-fi world. The game focuses on tight combat, a dense atmosphere, and high quality visuals. The game is multiplayer only, meaning maximum quality of the game in that regard bringing you pure multiplayer brilliance.…
Hey there,i was wondering if anyone has had experience on how hard is it to get into the UK to work as a non EU citizen. I was about to get a job offer in Brighton but all of a sudden visa became an issue and i have a bad feeling that not being able to qualify for a tier 1 visa will put this job at stake. The biggest issue…
Hello there, I am using 3ds max9. I also have UEd3 which I would like to export to. I have a large land mass and I would like to blend 2 different repeating textures, grass on top, rock on sides. I also have a normal map I would like to add. Is it possible to do the following? Normal map, all the uv's in the 0-1 box. - map…
Besides the human study I've also been working on these 2 short little animations this week. It's nothing special, but I'd just like to share them. I'm starting to like animation. #1st Assignment: Pixar Animation Appearantly the guys over at Pixar are given 1 week for 1 second of animation for their feature film projects.…
Hey guys, I have just finished building my game in UDK and I have fallen at the very last hurdle. My game works fine in the editor mode but crashes in the packaged version? Upon launch I can play level 1 (aka my GFX movie) no problem, but when I go to launch level 2 (my udk level) it crashes with the 'BUILT with UDK has…
Hi All I am trying to put together a small team to work on a short project (~3 months). I am looking for: * 2 x 3D Artists * 2 x Texture Artists * 1 x Animators * 1 x Environment Artists Goals * Have a complete demo in ~3 months * Each team member will have substantial portfolio piece * Work as a well structured team *…
Introduction Hello. This project is a reimaging of a Skyrim alchemy workshop. Goals 1. Faster model production 2. Improve hand painting 3. Improve lighting 4. Create a new portfolio piece Planning 1. Gathering references 2. Basic block out (placement of main pieces only) 3. Create modular/tileable textures 4. Refining…
Fixed it! Always good to have friends that know programming... Go to .../xNormalLocation/ui/ and open up controls.lua with your editor Delete everything in it and paste this: --[[ xNormal UI generic controls (c) 2005-2015, S.Orgaz.--]]dofile ( xn_get_ui_path() .. "utils.lua" )dofile ( xn_get_ui_path() .. "input.lua" )--…
I wanted to see how to shorten some of these expressions if possible as I'm still learning...It´s a script that'll toggle meshes between High Quality Display and Low Quality Display. Some of my bigger concerns are three: 1-To set something to HQ, I believe the only flag needed is -polygonObject, even though in the Script…
Cool post. I use this script for cycling the coordinate centers, plus the companion script "Cycle Coord System" script from Jim Jagger's site. Very handy. macroScript UseCenterCyclecategory:"Tools"Buttontext:"UseCenterCycle"tooltip:"Cycle the Coordinate Center"( global centerstate = 1 on execute do ( case of ( (centerstate…