Alright, I made this Destroyer model, and I need to see it ingame to get the dimensions right.
This was just basic.
But when I start the game I get a
config bin cpp file, undefined base class 'BigShip' or 'ship'
class BigShip: Ship
class Ship: Iroquois
{
vehicleClass="Iroquois";
scope=2;
crew="SoldierWB";
side=1;
displayName="Iroquois";
model="CAF_Iroquois.p3d";
picture="im113";
accuracy=0.500000;
maxSpeed=50;
transportSoldier=50;
class TransportMagazines
{
};
transportAmmo=10000000;
transportVehiclesCount=15;
cost=200000000;
armor=10000;
weapons[]={};
magazines[]={};
};
What's wrong here?
and how can I get it to work?
Thank you.