UnrealScript Game Programming Cookbook.
Filled with a practical collection of recipes, the UnrealScript Game Programming Cookbook is full of clear step-by-step instructions that help you harness the powerful scripting language to supplement and add AAA quality to your very own projects. This essential Cookbook has been assembled with both...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2013.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Table of Contents; UnrealScript Game Programming Cookbook; UnrealScript Game Programming Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Development Environments; Introduction; Integrated development environments; Using UnCodeX; Getting ready; How to do it ... ; There's more ...
- Dungeon Defenders to save the dayGetting ready; How to do it ... ; How it works ... ; See also; Unreal Script IDE; Getting ready; How to do it ... ; There's more ... ; nFringe; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Unreal X-Editor; Getting ready; How to do it ... ; There's more ... ; See also; Editing runtime values with Remote Control; Getting ready; How to do it ... ; There's more ... ; 2. Archetypes and Prefabs; Introduction; Prefabs; Constructing a leaking pipe prefab; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding particles to our prefab; Getting ready.
- How to do it ... How it works ... ; There's more ... ; Adding audio effects to our prefab; Getting ready; How to do it ... ; How it works ... ; See also; Creating a PointLight archetype; Getting ready; How to do it ... ; How it works ... ; Multiple deviations of an actor or object is necessary; Altering objects within the editor; Reduction of compile-time and load-time overhead; See also; Creating a subarchetype from an archetype; Getting ready; How to do it ... ; How it works ... ; 3. Scripting a Camera System; Introduction; Understanding the camera; The PlayerController class.
- Configuring the engine and editor for a custom cameraGetting ready; How to do it ... ; How it works ... ; Writing the TutorialCamera class; Getting ready; How to do it ... ; How it works ... ; Camera properties and archetypes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a first person camera; Getting ready; How to do it ... ; How it works ... ; Creating a third person camera; Getting ready; How to do it ... ; How it works ... ; Creating a side-scrolling camera; Getting ready; How to do it ... ; How it works ... ; See also; Creating a top-down camera; Getting ready.
- How to do it ... How it works ... ; 4. Crafting Pickups; Introduction; Understanding AI; Pickups; Creating our first pickup; Getting ready; How to do it ... ; How it works ... ; Creating a base for our pickup to spawn from; Getting ready; How to do it ... ; How it works ... ; Animating our pickup; Getting ready; How to do it ... ; How it works ... ; Altering what our pickup does; Getting ready; How to do it ... ; How it works ... ; Allowing vehicles to use a pickup; Getting ready; How to do it ... ; How it works ... ; 5. AI and Navigation; Introduction; WayPoints; Benefits of WayPoints; NavMeshes.