Over 160 Tutorial Videos Created For Unreal Dev Kit 48
As a follow-up to Epic Games' release of a free version of the Unreal Engine last month, the company has now posted over 160 video tutorials which demonstrate the various uses of the Unreal Development Kit. Roughly 20 hours of footage were created by technical education company 3D Buzz, with topics ranging from user interface to game physics to cinematics.
Videos (Score:5, Informative)
And here are the videos:
User Interface [udk.com]
Simple Level [udk.com]
Lighting [udk.com]
Geometry Mode [udk.com]
Kismet [udk.com]
Materials [udk.com]
Terrain [udk.com]
Fractured Static Meshes [udk.com]
Sounds [udk.com]
Particles [udk.com]
Fluid Surfaces [udk.com]
Physics [udk.com]
Crowds [udk.com]
Cinematics [udk.com]
UI Scenes [udk.com]
Top-down Game Types [udk.com]
They seem to be quite nicely done too. So not only giving a free version of Unreal Engine, they're helping the users too. And these are interesting even if you wouldn't use the Unreal Engine.
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
You also get built-in integrity testing when you unzip. I prefer everything to be zipped (or gzipped or bzipped, etc) even if it doesn't make it smaller for that reason.
Re:Videos (Score:5, Informative)
Here they are -
Skeletal Meshes: Intro [udk.com]
Skeletal Meshes: Skeletal Meshes Import/Export [udk.com]
Skeletal Meshes: Mirror Tables [udk.com]
Skeletal Meshes: Sockets [udk.com]
Skeletal Meshes: Physics Assets [udk.com]
kthxbye
GNU/Linux support? (Score:1)
Re:GNU/Linux support? (Score:4, Informative)
Minimum Requirements:
- Windows XP SP2 or Windows Vista
- 2.0+ GHz processor
- 2 GB system RAM
- SM3-compatible video card
- 3 GB Free hard drive space
Re: (Score:2)
HAHAHAHA ...seriously. that joke was old back in like 1999.
Re: (Score:2)
UE 2 did run on Linux (downloadable as UT 2004 for Linux), IIRC UE 2.5 was only on xbox (Unreal Championship) and UE3 doesn't have a Linux version at all (which is why the UDK doesn't support Linux).
Re: (Score:1)
Re: (Score:1)
Bye bye EPIC!
I'm sure they'll be crying themselves to sleep tonight.
Terrain generator? Aerodynamics? (Score:2)
Anybody know of a free terrain generator? How about a physics engine that does basic aerodynamics? I want to create a non-gore FPS game where indestructible robots from the far future go about their business Tribes-like, but it's sport instead of war and they leap 1 000 ft and glide through the air instead of using jet-packs.
It sounds so easy in my mind... And why shouldn't it be since so much of this stuff is already developed?
Re:Terrain generator? Aerodynamics? (Score:4, Interesting)
I remember reading a 90s published book "3D game design" which walks through (in 2000 pages) the creation of an 3D FPS shooter.
The terrain generator described inthere, is just a grid with random height vertices, smoothed with interpolation and stored in a grayscale bitmap to represent the "height variation". The parser of this bitmap hence could also be fed by a simple image in which you drew your landscape's height variation and overlay a texturemap.
For this you just need to be able to draw vertices and creative use of randomized numbers.
But for todays high-res gamedesign, I think there are more involving techniques needed...
Terrain generator? Use fractal landscapes! (Score:4, Interesting)
But seriously read more about fractal landscapes here: http://en.wikipedia.org/wiki/Fractal_landscape [wikipedia.org]
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I'm sorry buddy, I'm European. The word "love" was for me to indicated a warmhearted felt appreciation for new information and a decent upgrade in knowledge which I anticipate to start in 4-5 hours. I don't consider that a problem.
4-5 hours is good, because doesn't it take some time for those ED treatments to kick in?
Re: (Score:3, Funny)
If you want me to, I can forward my ED-spam to you. "forward (to IndustrialComplex)" is just one button away from "mark as spam".
Re: (Score:2)
Oooh... Very purty. An purtyness is important because everybody loves bright colours moving around. Just think about how many people stop to watch a house burning down.
I suspect with some qualifiers you could generate terrain which yields interesting tactics. High mountain ranges and water are obstacles to be reckoned with; quite unlike artifical and invisible barries which determine the end of the map. This way you could make an entire planet's worth of map and not have it take up eleventy terabytes.
How ab
Re: (Score:2, Interesting)
Ahh, the random midpoint displacement algorithm. Thanks for pointing out that neat thing they do this century. Mind you, it's genuinely cool stuff, and you shouldn't be less excited about it just because other people were excited about it previously. But that "soooo 90's" is pretty damn funny, since what you're describing is probably the same thing the OP is talking about, and it is actually... soooo 80's.
At least, I wrote a little program to play with it in 1991 after reading about it in a book publish
Re: (Score:1)
Re: (Score:2)
Keep everything tied to a particular seed, and replicable; that way, you can create an infinite number of random worlds, but always return to one that was previously created. I use that in a space game to generate random sectors of the galaxy... the seed is the sector coordinates, which is used for generating the stars... the coordinate of the stars is the seed for generating the planets, planets are used for generating the cities, etc. That way I have every planet in the galaxy, re
Re: (Score:2)
You can use a few popular 3d Modelling programs to create terrain, depending on what engine you are using. I know a few engines have plugins for 3dsMax and Maya. Mind you, those programs don't come cheap but you can line yourself up with a free trial and try to get all your Maps done in a month, which helped me set deadlines for myself in my experience. (Try not to laugh, its a good business strategy. Get your work done before your trial is up!)
As for physics engine - You can take just about any engine alre
Epic (Score:5, Insightful)
I've got to give Epic credit, they've taken a lot of criticisms about developing for Unreal to heart and went miles beyond what anyone could have expected.
Re: (Score:1)
EPIC not EPIC (Score:2)
Epic is also a large company that Makes software for medical institutions.
But now that fact is out of the way, I've used UED, and found it to be amazingly simple and intuitive for someone who has little design experience. Just learn what the tools do, and use them. (Ie: subtract, add, intersect, etc..)
Re: (Score:2)
I've got to give Epic credit, they've taken a lot of criticisms about developing for Unreal to heart and went miles beyond what anyone could have expected.
If they would have just spent 6 months tweaking the PC version of UT3 none of this would have been necessary. Practically the entire UT fanbase was excited about UT3 when they played the demo until they found out the demo was basically the final thing, User Interface and all.
10 years ago in UT99 the UI was capable of browsing for different servers while currently connected in a game. You could select a new one and start downloading the map in the background while continuing to play in the current game.
With
Re: (Score:1)
Re: (Score:2)
I agree pretty much 100%. They have a large amount of decent reference documentation up but little to no 'process' documentation.
I'd settle for 2 pdfs: the creation of a fixed camera 2d-style game from start to finish that's much more in depth than the Whizzle design doc, and the same but for a first person type game.
Guarenteed Failure (Score:1)
Re: (Score:2)
``Do they a tutorial on making yet another mediocre FPS ...''
I think they used to, but they accidentally it.