The Unreal Editor, Coding & Monster Making Tutorials
The easiest way to make a monster is to find a nice skin you like or think might make a good monster and extend existing monsters. These tutorials will show you how to do that. They will show you how to make a monster that holds a weapon, and how to make other types, including flying and melee monsters. Most of the tutorial code can be downloaded from the links page.
Misc UT2004
- Creating a Burn Away Effect
- Ragdoll Creation in KAT Video Walkthrough
- Installing SatoreMonsterPack and Custom Monsters
- Emitter Examples – A collection of emitters and useful links
- Simple UCC Compiling Guide
- Anim Notify Guide
Vertex Animation
- Vertex Animated Mesh Walkthrough
- Reverse Engineering Vertex Meshes
- Vertex Animation Import Directives
- Vertex Animation Exporting with ActorX
Skeletal Animation
- Video diary of me creating Shub-Niggurath in 3ds max
- Skeletal Animation Importing and Troubleshooting
- Skeletal Animation Import Directives
- Importing PSK and PSA Files into 3ds Max
- Importing a Model with Multiple Skins via Unreal Script
- Reverse Engineering Skeletal Meshes (ukx to psk/psa)
Coding for Beginners
- An introduction to UnrealScript
- Basic Information
- Variables in UnrealScript
- Operators in UnrealScript
- Functions in UnrealScript
- Statements in UnrealScript
- Setting up your Project Folder
- My First Mutator
- Exporting Classes
Coding: Intermediate
- Setting up the Skin pack and fixing known monster issues
- How to make your Monster hold a weapon
- How to make your Monster fire projectiles
- How to make your Monster use melee attacks
- How to make your Monster use both melee and projectile attacks
- How to make your Monster fire instant hit effects
- How to make your Monster fly
- Tweaking the attack speed featuring AnimNotifies and other techniques
- Tweaking the default settings
Coding: More Advanced Functions for Monsters
- How to make your Monster talk in the console
- How to make your Monster jump randomly
- How to attach effects to your Monster
- How to make your monster spawn effects when it dies
- How to make your monster cause damage when it dies (hurt radius)
- How to make configurable options for your Monster
Recent Comments