Originally posted by
Nods Viper:
--------------------------------------------------------------------------------------------------------------
Hey.
This is my first tutrorial so please dont have a go at me :twisted: .
Ok, say you want to have a unit like a pick up truck, and you want it to fire Bullets (Vulcan, Laser etc.), This is what you do.
First off, place the unit on your map, and the hold your cursor above it, and look at the bottom left of Final Sun, it should contain a bit of information. look for where it says the name of the Vehichle and it should say some letters and or numbers beside it, in this case it is (Pickup Truck,
PICK)
Now remember that code.
Save your map, then open it up with wordpad, Type the code in like this:
[PICK]
Primary=Vulacan3 (Or what ever weapon you want)
Its that easy really, this will work for every one of theese vehicles on the map.
Say you want a structure like an observation tower to fire a laser beam, do it in the same way.
Exept write the code of the observation tower in.
It will look like this
[CA0014]
Primary=LaserFire (Or what ever you want)
Simple eh?
Now say your making a single player map and you want to make an enemy side That is not GDI or NOD (Lets use mutants as the example).
Make the house, Mutants set all that crap up.
The place down the structure/cehicle you want to give to them. Save your map, open it up on wordpad.
Then rtype in the code like this if its a pickup truck.
[PICK]
Primary=Vulcan3
Owner=Mutants (or who ever you want)
TechLevel= (Your Choice)
Strength= (About 200 and something :twisted: )
Cost= (what ever you want)
And thats all you realyl need, but add more information to it if you want.
You can do this with anything and anyway, Its that easy

.