Interesting. I thought that one was a bit of a giveaway. Maybe people didn't see this movie. It's not old or particularly obscure. It is vitriolic and ranty however. 1: Are you A.D.D., Juno 2: Yes. I have A.D.D., And don't you ever call me f*cking Juno again! 1: Sorry. 2: That's who we should kill next. 1: A fictitious…
Hi everyone, The project is now picking up steam and we're starting to recruit much more aggressively. The vision and the design have been flushed out and we're ready to go. We have a few different positions to be filled: - Lead Programmer (unreal script experience a plus) + 1 - Lead Animator + 1 - Texture artist…
Here is what I do. I have two routines depending on what is asked of me: 185cm/79kg. Reg workout - 0615 I do a 6km run 4 days a week. Takes about 30 minutes. At gym 2000-2200: 2 hours. 5 (Wed/Sun off) days a week. * First 20 minutes is stretching of arms, legs, shadow boxing. * After the above warm-up, I go to speed bag…
Hi! I tried to make a Save Presets script, but there is a problem with reading values from ini file. Here the script:( me = getSourceFileName() dir = getFilenamePath me iniFile = dir + "mECSPV.ini" global allSavedPresets = (readValue ((getINISetting iniFile "Presets" "names") as stringStream)) global edgeToCut=#(5, 16) as…
These are some of my favourite classic games: [*]Monkey Island 1, 2, 3 (there is also a fourth game, but I haven't played that one yet) [*]Simon the Sorcerer 1 and 2 [*]Lemmings [*]Gobliiins 1, Gobliins 2 and Goblins 3 [*]Woodruff and The Schnibble of Azimuth [*]Jazz Jackrabbit [/list]You can run most dos games with…
I think the above post deserves its own thread. It's a tough call but here's my best guess based on the scene (actually my best 2 guesses). 1) Tile textures with some unique overlays. 2 for the ground, blended using whatever method available 1 for the concrete ground floor (with strategic cuts to start the brickwork in the…
Well, that's schlick's approximation, so it's safe to assume that it says "reflectance at normal angle". In essence that's your specular value. It's not a bad idea to check out how the actual fresnel calculations work. the value of R (in the context of computer graphics it's more generally referred to as f0) is calculated…
So, I kept the sizes 256/512/1024 like suggested and changed the sizes of the boxes. For the 3:1 herringbone 90 the size is 64x21.3 instead of 48x16 and for the 3:1 herringbone 45 the size is 90.51*30.17 (calculated with diagonals because they have a different rotation. I only tought they where a little bit too big…
I jump on this today. I'm currently planning a new environments and I was grouping all the information I had about the performances in the UDK. I decided to do some tests by myself to be sure. And I meet a problem. This is probably me doing something wrong. I have made 2 meshes : the geometry is identical but one has only…
@zachagreg I know how the LOD colour coding works, sorry for giving you the impression that was a mystery to me too. Here's a screenshot with just quad overdraw on (full 3D grass blades).... I've watched a number of tutorials on grass and none ever mentioned "alpha mipping" or "normal skewing". Anyway, just for the sake of…