Computer Science Canada

Unreal Engine 3 and cryengine 3

Author:  jafar25 [ Sun Sep 19, 2010 1:36 pm ]
Post subject:  Unreal Engine 3 and cryengine 3

Anyone heard about this? the Unreal Development Kit was released free to the public for non-commercial use a few months ago. after i heard that, i downloaded the udk and started learning to use it. it comes with a simple editor that is used for map design and functionality, but once u get into the programming aspect, the unrealscript, it becomes very difficult, especially with how hard it is to find decent tutorials or books.

source code for unreal tournament 3 demo is supplied with the game, kinda to show u examples of coding in unrealscript, but there is no decent api or library to show u the commands or actions that you're able to use.

still, i found it to be a great way for programmers who like to create games to get hands-on experience about what it's like to create a 3d, high-end-graphics game. it's worth checking out at udk.com if u havent heard about it. im interested to hear of any people who have used it or heard of it here. Smile


i also recently heard that cryengine 3 (used in crysis 2) is going to also be released free for non-commercial use, which got me pretty excited, being a crysis fan myself Very Happy the only down-side is learning all these new languages with their weird commands, and some of them arent even supplied with any decent editors to speed up testing and compiling.

Author:  rdrake [ Sun Sep 19, 2010 9:47 pm ]
Post subject:  RE:Unreal Engine 3 and cryengine 3

Have you tried checking out the UnrealScript reference documentation?

Author:  jafar25 [ Tue Sep 21, 2010 8:38 pm ]
Post subject:  Re: Unreal Engine 3 and cryengine 3

ya, i did, it seems to have good info on understanding how the script works, but nothing about how to actually use that info to create your own project lol. shouldnt it have a reference for commands or something Confused ? so programmers can look up how to do a certain function in their game?

all i've been able to do so far is change camera to third person, and speed up fire rate of some guns. other than that, it's pretty hard to find how to do things. very few people have been able to learn more advanced things like completely changing the game style, characters, AI, weapons, etc... but oh well, that might be because im not as smart as them Neutral or dont have much time and patience to spend browsing through every single file in the source code that comes with it Shocked .


: