I decided to make a model for Arma 1.
When I keep the model in O2, I find the following error:
"An error occured save operation"
What can be done to the model without problems remained in p3d?
I wrote my configuration object look correct or not) Textures I do not like it either do not understand how to do ...
class CfgPatches {
class Bunker {
units = {"Bunker_abandoned"};
weapons = {};
requiredVersion = 0.100000;
};
};
class cfgvehicleClasses {
class Bunker {
displayName = "Bunker";
};
};
class Rotation {
type = "translation";
memory = 1;
minValue = 0;
maxValue = 1;
angle0 = 0;
angle1 = 1;
};
class CfgVehicles {
/*extern*/ class All;
class Static: All {
};
class Building: Static {
};
class Strategic: Building {
};
class Bunker: Strategic {
};
class Bunker1: Bunker {
scope = 2;
armor = 90000;
attendant = 1;
animated = 1;
vehicleClass = "Bunker_abandoned";
displayName = "Bunker1";
model = "\Bunker_abandoned\Bunker1.p3d";
transportAmmo = 300000;
transportFuel = 50000;
transportRepair = 20000000;
accuracy = 0.300000;
mapSize = 40;
class MarkerLights {
class WhiteBlinking {
name = "svet1";
color = {1.000000, 1.000000, 1.000000, 1};
ambient = {1.000000, 1.000000, 1.000000, 1};
brightness = 0.010000;
blinking = 0;
};