Reddit Reddit reviews Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide

We found 6 Reddit comments about Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Computer & Video Game Strategy Guides
Books
Computer & Internet Game Strategy Guides
Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide
Check price on Amazon

6 Reddit comments about Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide:

u/Morrok · 5 pointsr/gamedev

Hey, a while back I too decided to learn UDK, I ended up finding a good book(http://www.amazon.com/Unreal-Development-Game-Programming-UnrealScript/dp/1849691924/ref=pd_sim_b_1) on it. This book does a great job of showing the unrealscript side of things and really helped me get my feet of the ground. Not sure if this is exactly what you are looking for, but I hope it help!

u/Vawx · 4 pointsr/udk

UDK has its own language called Unreal Script. It has some influence from Java and C++ but also has big portions that is unique to itself.

There are a few books and a good amount of information on Unreal Script.

Unreal Script Home
Learn Programming With Unreal Script
Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide

A Google search will show you some more as well.

u/TuskyHusky · 3 pointsr/gamedev

My personal advice would be to learn some regular old Programming first. Jumping straight into UnrealScript and Gameplay Programming is kinda like trying to build a House without ever having touched a work tool.

Theres lots of stuff you need to understand from a basic level, and while it might be possible to throw together some very simple mechanics currently, the quality is gonna seriously suffer. A bit like my first shed

But if you seriously want to just jump into it head first: Unreal Development Kit Gems by Rachel Cordone might be somewhat useful

u/291540 · 3 pointsr/udk

This is good if you're willing to spend money.


Edit: You should also look up youtube videos for learning how to make the maps and stuff. (That book is mainly for Unrealscript)

u/AskMeAboutVoid · 1 pointr/gamedev

Never seen the third book but it looks like it could be helpful. I used this book to help me learn materials and other stuff, about 5 months ago, and its still pretty relevant. If you want to learn unreal script(custom c++ in the engine) then [this] (http://www.amazon.com/Unreal-Development-Game-Programming-UnrealScript/dp/1849691924) is the best book by a long shot. The UDK forums are also a great place to get help, especially the programming section on the forums.