Difference between revisions of "Tutorial:Making an asset from start to finish"
(→Step 2 - Understanding Folder Design) |
(→Step 1 - Choosing the program) |
||
Line 22: | Line 22: | ||
'''Blender''' (Steep learning curve, needs .DAE importer/exporter) | '''Blender''' (Steep learning curve, needs .DAE importer/exporter) | ||
− | '''Wings 3D''' (Cannot import .DAE models | + | '''Wings 3D''' (Cannot import .DAE models) |
'''Sketchup''' (Needs a .DAE importer/exporter) | '''Sketchup''' (Needs a .DAE importer/exporter) | ||
'''Cinema4D''' (Doesn't auto unwrap by powers of 2; exports do not function) | '''Cinema4D''' (Doesn't auto unwrap by powers of 2; exports do not function) | ||
− | |||
− | |||
===Step 2 - Understanding Folder Design=== | ===Step 2 - Understanding Folder Design=== |
Revision as of 18:59, 3 August 2011
Contents
- 1 Currently in Progress
- 2 Creating a game ready asset
- 3 Steps
- 3.1 Step 1 - Choosing the program
- 3.2 Step 2 - Understanding Folder Design
- 3.3 Step 3 - Creating The Asset
- 3.4 Step 4 - Creating The Collision Mesh
- 3.5 Step 5 - Unwrapping Your Asset
- 3.6 Step 6 - Texturing your Asset
- 3.7 Step 7 - Exporting Your Asset
- 3.8 Step 8 - Getting it in game
- 3.9 Step 9 - Creating Nodes
- 3.10 Step 10 - Showing Off Your Piece
- 3.11 Step 11 - Troubleshooting
Currently in Progress
Creating a game ready asset
You can use this at any time during your asset creation to refer; and to troubleshoot. This is a step by step guide to creating the cool mods you see in game. This tutorial, is not for the faint of heart. Proceed at your own discretion.
Specifications
- Length: Varies by user
- Difficulty: Intermediate
- For version: Every version
Steps
Step 1 - Choosing the program
Despite popular belief, this is not an important step. Any old program will work. The main ones:
3ds Max (Good to go)
Maya (Good to go)
Blender (Steep learning curve, needs .DAE importer/exporter)
Wings 3D (Cannot import .DAE models)
Sketchup (Needs a .DAE importer/exporter)
Cinema4D (Doesn't auto unwrap by powers of 2; exports do not function)
Step 2 - Understanding Folder Design
Creating your part is nothing if it isn't set up correctly.
To get your part in game you must set up a part folder accordingly;
{Folder=Partname}-{Folder=Textures};{Part.DAE];{Part.CFG}
More information here: [1]
Things to keep in mind:
Your texture must be in the folder labeled Textures. That "s" is important, tiny things like that will corrupt your part.
Your part.DAE is simply your exported mesh and it's collision.
And your Part.CFG is your text file correlating all of your names (case sensitive) so the game can run from the locations.
Step 3 - Creating The Asset
Exactly, this isn't any weird at all!
Step 4 - Creating The Collision Mesh
Exactly, this isn't any weird at all!
Step 5 - Unwrapping Your Asset
Exactly, this isn't any weird at all!
Step 6 - Texturing your Asset
Exactly, this isn't any weird at all!
Step 7 - Exporting Your Asset
Exactly, this isn't any weird at all!
Step 8 - Getting it in game
Exactly, this isn't any weird at all!
Step 9 - Creating Nodes
Exactly, this isn't any weird at all!
Step 10 - Showing Off Your Piece
Exactly, this isn't any weird at all!
Step 11 - Troubleshooting
Exactly, this isn't any weird at all!