Mod and Unit development
filehosting at 20080405:
http://www.tasdownloads.com/faq.php
http://spring.jobjol.nl/subcategory.php?id=1&language=English
Contents |
[edit] Mod development
Mods, next to Maps, is the content used in Spring.
A mod is simply a combined file containing a small structure of files and directories holding all the data required.
Mod Development wiki is a starting page, linking to very useful information on the files included in a mod, their hierarchy and more.
Almost the entire mod developing is the creation of units. Which isn't an easy job.
Information about the creation of units are everywere, but not combined.
This is a gathered list of all Tutorials and helpfull forums threads I could find:
[edit] General
- http://taspring.clan-sy.com/wiki/Create_units - old Wiki
- Mod Development
- Mod specification
- What do I need to create a mod
- Simple Mod Tutorial
[edit] Unit Development
[edit] Automated Mod Creation
- TA2Spring - Automatically adds and converts Total Annihilation unit packs (.ufo files, etc..) into Spring mods (requires a base modification for the game rules, XTA is recommended)
[edit] Models - s3o Files
- Maestro's tutorial of Upspring and textures.
- Basic s3o unit making guide
- Simple Mod Tutorial
- UV Mapping in Wings3D
- Wings UV Mapping Tutorial
- Saving polygons in Wings3d Tutorial
- Greeble Tutorial 1
- Greeble Tutorial 2
- various things about unit making. (Also contains an illustrated alpha-channel tut)
- Runecrafter's 3DS Max UV Mapping Tutorial
- Argh's UpSpring Easy Workflow Guide
- Trouble-shooting s3o units
[edit] Models - 3do Files
outdated model format used by OTA
(Note: UpSpring has some problems with empty objects and groundplates)
- use UpSpring and 3doBuilder to edit those files
[edit] Scripting and Animation - COB/BOS Files
- COB_Overview
- COB_Animation
- COB_Callins
- COB_Constants
- COB_Threads
- COB_HitByWeaponID

Units:.bos/.COB -all tags for make a animation file
- PlanetAnnihilation has a nice tutorial
- TADesigners have a nice tutorial too
- Units:LuaCOB - how to interface COB with LUA
- Mod Development:Calling basic CEGs from COB
- GPL-compliant sourcecode, scripting code examples, and other things.
[edit] Units - FBI Files
- Units:FBI
- Units:FBI (variable datatype list)
exemples de fichiers .fbi
all tags & details with a exemple
- Unit_Categories
[edit] Weapons - TDF Files
- Weapon Variables : This is the most up to date
- Units:WeaponMainDir
- Units:Weapons : Various informations about the weapontypes (uncompleted)
- Weapon datatype list : All weapon variables min/max/default values and datatypes listed.
- Weapons:Antinukes: All about antinukes.
