View Single Post
Old 06-16-08, 11:09 AM   #2
GlobalExplorer
Admiral
 
Join Date: May 2005
Location: Berlin
Posts: 2,015
Downloads: 165
Uploads: 0
Default

some unit codes I could copy from the Sh3Gen sourcecode for you ..
//Campaign_RND, bases
public enum BaseType
{
Airbase=406,
NavalBase=407
}

//Type

public enum UnitType
{
Patrolboat=0, //PT
Corvette=1, //CO
Frigate=2, //FF
EscortDestroyer=3, //DE
FleetDestroyer=4, //DD
LightCruiser=6, //CL
HeavyCruiser=7, //CH
EscortCarrier=8, //CV
Carrier=9, //CV
Battleship=11, //BB
AuxiliaryCruiser=13, //CX
Tanker=101, //MS
Merchant=102, //MS
Support=103, //MS
CoastalShip=104,
Iceberg=105, //icebergs and dolphins
Submarine=200, //SS
Minefield=500,
Subnet=501
}

__________________

GlobalExplorer is offline   Reply With Quote