Code: Select all
22:29:12.408 [plist.parse.failed]: Failed to parse /home/mandoman/.Oolite/AddOns/U.F.P.WorldShip.oxp/Config/shipdata.plist as a property list.
Parse failed at line 61 (char 1910) - unexpected character (wanted '=')
Code: Select all
{
U.F.P.WorldShip = {
"aft_weapon_type" = "WEAPON_MILITARY_LASER";
"ai_type" = "nullAI.plist";
"bounty" = 0;
"cargo_type" = "CARGO_NOT_CARGO";
"energy_recharge_rate" = 9.9;
"equipment_price_factor" = 2.0;
"equivalent_tech_level" = 14;
"exhaust" = (
"-5744 -1468 -6824 100 50 80.5",
"-3306 -3485 -6824 100 50 80.5",
"0 -4277 -6824 100 50 80.5",
"3306 -3957 -6824 100 50 80.5",
"5744 -1468 -6824 100 50 80.5"
);
"forward_weapon_type" = "WEAPON_MILITARY_LASER";
"fuel" = 500;
"has_ecm" = yes;
"has_heat_shield" = yes;
"has_hyperspace_motor" = yes;
"has_shield_booster" = yes;
"has_shield_enhancer" = 7.0;
"has_npc_traffic" = no;
"is_carrier" = no;
"is_template" = no;
"laser_color" = "whiteColor";
"market" = "U.F.P.WorldShip";
"max_cargo" = 200000;
"max_energy" = 999;
"max_flight_pitch" = 0.2;
"max_flight_roll" = 0.2;
"max_flight_speed" = 80;
"model" = "ufpworldship.dat";
"name" = "U.F.P.WorldShip";
"port_weapon_type" = "WEAPON_MILITARY_LASER";
"roles" = "U.F.P.WorldShip";
"scan_class" = "CLASS_POLICE";
"starboard_weapon_type" = "WEAPON_MILITARY_LASER";
"subentities" = (
{
type = "flasher";
position = "-3827 932 -2203";
color = "whiteColor";
frequency = "0";
phase = "50";
size = "600";
},
{
type = "flasher";
position = "3827 932 -2203";
color = "whiteColor";
frequency = "0";
phase = "50";
size = "600";
{
type = "ball_turret";
subentity_key = "ufpturret2";
position = (-4782, 1334, -1687);
orientation = (0.819, 0, 0.574, 0);
},
{
type = "ball_turret";
subentity_key = "ufpturret2";
position = (-1100, 1334, 5996);
orientation = (0.819, 0, 0.574, 0);
},
{
type = "ball_turret";
subentity_key = "ufpturret2";
position = (1100, 1334, 5996);
orientation = (0.819, 0, 0.574, 0);
},
{
type = "ball_turret";
subentity_key = "ufpturret2";
position = (4782, 1334, -1687);
orientation = (0.819, 0, 0.574, 0);
}
);
"thrust" = 400;
"weapon_position_aft" = "0.0 -2733.0 -6279";
"weapon_position_forward" = "0.0 820 7010";
"weapon_position_port" = "-6287 843 -599";
"weapon_position_starboard" = "6287 843 -599";
};
ufp_turret2 = {
"ai_type" = "nullAI.plist";
"laser_color" = "whiteColor";
"model" = "ufpturret2.dat";
"smooth" = "yes";
"materials" = "ufpturret2.png";
"name" = "ufp_turret2";
"roles" = "ufp turret2";
"thrust" = 1;
"weapon_energy" = 50;
};
}