Thread: attrocities
View Single Post
  #11  
Old February 23rd, 2005, 01:25 PM
Aiken's Avatar

Aiken Aiken is offline
Major
 
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
Aiken is on a distinguished road
Default Re: attrocities

In vehiclesize.txt of your mod:
Code:
Name                          := SuperMegaShip
Short Name := Supermega
Description :=
Code := SMS
Primary Bitmap Name := Ship_picture_name_1
Alternate Bitmap Name := Worldship (for example)
Vehicle Type := Ship
Tonnage := 100000
...etc

Name := UberGigaShip
Short Name := Ubergiga
Description :=
Code := UGS
Primary Bitmap Name := Ship_picture_name_2
Alternate Bitmap Name := Dreadnought
Vehicle Type := Ship
Tonnage := 100000
...etc

Here, the Ship_picture_name_1.bmp and Ship_picture_name_2.bmp are images of ships you'd like to use.
Reply With Quote