Known errors: a summary
Posted: Sun Apr 08, 2018 10:45 am
After an intense testing session, I've been able to locate and identify the errors in a number of OXZs which should be relatively easy to correct. Hopefully this will be of use to those in charge of the OXZs in question.
The line numbers refer to unmodified versions as displayed by BBEdit.
Telescope/Config/effectdata.plist lines 2114, 2123, 2132, 2141, 2535, 2544, 2553, 2562
weapon_range = 7500;
should read
weapon_range = 7200;
Griff Prototype Boa/Config/shipdata.plist lines 59, 68, 77, 86, 243, 252, 261, 270, 428, 437, 446, 455
weapon_range = 7500;
should read
weapon_range = 7200;
Breakable Torus Drive/Config/shipdata.plist line 11
script = “btd_dummy_entity.js”
should read
script = “btd_dummy_entity.js”;
ETT Homing Beacon/Config/shipdata.plist line 81
“weapon_energy” = 0.0
should read
“weapon_energy” = 0.0;
line 82
}
should read
};
Liners/Config/shipdata.plist lines 167, 174, 181, 188, 195
color = { hue = 0 };
should read
color = {hue = 0; };
YellOo Cabs/Config/shipdata.plist line 26
specular_map = {name = “contract-a-cab_normal-specular.png”; extract_channel = “a”};
should read
specular_map = {name = “contract-a-cab_normal-specular.png”; extract_channel = “a”; };
Interstellar Tweaks/Config/shipdata.plist line 347
script_info = {“randomshipnames” = “military”;}
should read
script_info = {“randomshipnames” = “military”;};
line 1768
roles = “IST_pirate(0.8)”
should read
roles = “IST_pirate(0.8)”;
QTHI AntiZap/Config/equipment.plist line 10
“script” = “EQ_QTHI_AntiZap.js”
should read
“script” = “EQ_QTHI_AntiZap.js”;
QTHI Auxiliary Energy Generators/Config/equipment.plist lines 12, 36, 60
“script” = “EQ_QTHI_AuxEnergyGenerator.js”
should read
“script” = “EQ_QTHI_AuxEnergyGenerator.js”;
Andromeda/Config/effectdata.plist line 212
}
should read
};
Additional Planets SR Demux Gas Giants/manifest.plist line 16
“tags” = (“additional planets”)
should read
“tags” = (“additional planets”);
Xenon UI Resources L/manifest.plist line 54
}
should read
};
Reduce Weapon Damage/manifest.plist line 10 may be deleted
No errors found in Extra Thargoids, but it has a tendency to report them when errors occur in other OXZs. Can anyone explain?
Ship Configuration, Shipset Compatibility, Xenon Redux UI, ZygoUgo Noshaders Asteroids and ZygoUgo Shady Asteroids report download failure from the manager, but I've been unable to locate the source of the errors.
Please let me know if I've missed anything which should be included here!
The line numbers refer to unmodified versions as displayed by BBEdit.
Telescope/Config/effectdata.plist lines 2114, 2123, 2132, 2141, 2535, 2544, 2553, 2562
weapon_range = 7500;
should read
weapon_range = 7200;
Griff Prototype Boa/Config/shipdata.plist lines 59, 68, 77, 86, 243, 252, 261, 270, 428, 437, 446, 455
weapon_range = 7500;
should read
weapon_range = 7200;
Breakable Torus Drive/Config/shipdata.plist line 11
script = “btd_dummy_entity.js”
should read
script = “btd_dummy_entity.js”;
ETT Homing Beacon/Config/shipdata.plist line 81
“weapon_energy” = 0.0
should read
“weapon_energy” = 0.0;
line 82
}
should read
};
Liners/Config/shipdata.plist lines 167, 174, 181, 188, 195
color = { hue = 0 };
should read
color = {hue = 0; };
YellOo Cabs/Config/shipdata.plist line 26
specular_map = {name = “contract-a-cab_normal-specular.png”; extract_channel = “a”};
should read
specular_map = {name = “contract-a-cab_normal-specular.png”; extract_channel = “a”; };
Interstellar Tweaks/Config/shipdata.plist line 347
script_info = {“randomshipnames” = “military”;}
should read
script_info = {“randomshipnames” = “military”;};
line 1768
roles = “IST_pirate(0.8)”
should read
roles = “IST_pirate(0.8)”;
QTHI AntiZap/Config/equipment.plist line 10
“script” = “EQ_QTHI_AntiZap.js”
should read
“script” = “EQ_QTHI_AntiZap.js”;
QTHI Auxiliary Energy Generators/Config/equipment.plist lines 12, 36, 60
“script” = “EQ_QTHI_AuxEnergyGenerator.js”
should read
“script” = “EQ_QTHI_AuxEnergyGenerator.js”;
Andromeda/Config/effectdata.plist line 212
}
should read
};
Additional Planets SR Demux Gas Giants/manifest.plist line 16
“tags” = (“additional planets”)
should read
“tags” = (“additional planets”);
Xenon UI Resources L/manifest.plist line 54
}
should read
};
Reduce Weapon Damage/manifest.plist line 10 may be deleted
No errors found in Extra Thargoids, but it has a tendency to report them when errors occur in other OXZs. Can anyone explain?
Ship Configuration, Shipset Compatibility, Xenon Redux UI, ZygoUgo Noshaders Asteroids and ZygoUgo Shady Asteroids report download failure from the manager, but I've been unable to locate the source of the errors.
Please let me know if I've missed anything which should be included here!