NewBee (but rather old problems)
Moderators: winston, another_commander
NewBee (but rather old problems)
Hello (a lurking NewBee here)
Although been playing the game several years ... not to mention the history (when I originally played as ELITE an Amiga500 ... yes I'm an old git and got grandkids to prove it LOL) I thought it was about time I introduced myself and possibly get involved.
Anyways, I managed to get part part of the ISIS OXP working ... mind you only got Vampire MK I , Vampire Gold and a hack of of the Purgatory going ... so (and it's a big so) I would love to it running at full speed
Apologies in advance if I have trod on anyones toes but, I believe to the best of my knowledge the developer is inactive
so what have I got going so far ??
{
/* REDUXED VAMPIRES */
"reduxmark1player" = {
"chance" = 0.500;
"optional_equipment" = (
"EQ_ECM",
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
);
price = 600000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD"
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 1;
};
techlevel = 5;
weapon_facings = 15;
};
"reduxpurgvamp" = {
"chance" = 0.2;
"optional_equipment" = (
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_NAVAL_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
"EQ_NAVAL_SHIELD_BOOSTER",
);
price = 800000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD",
"EQ_ECM",
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
aft_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 3;
};
techlevel = 5;
weapon_facings = 15;
};
"reduxmark1goldplayer" = {
"chance" = 0.333;
"optional_equipment" = (
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
"EQ_NAVAL_SHIELD_BOOSTER",
);
price = 700000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD",
"EQ_ECM",
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
aft_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 3;
};
techlevel = 5;
weapon_facings = 15;
};
}
which shows as a basic (perhaps I should have posted the image from a higher ranked planet)
https://prnt.sc/ioo005
The thing is how do I get the rest of the "isisinterstellar.oxp" to work ??
I'm using the info from https://app.box.com/s/jwz5fc63ld6jiuittp65
Which is the box link from the "Vampire" OXP Wiki page
Many thanks in advance and keep on killing those Thargons
Although been playing the game several years ... not to mention the history (when I originally played as ELITE an Amiga500 ... yes I'm an old git and got grandkids to prove it LOL) I thought it was about time I introduced myself and possibly get involved.
Anyways, I managed to get part part of the ISIS OXP working ... mind you only got Vampire MK I , Vampire Gold and a hack of of the Purgatory going ... so (and it's a big so) I would love to it running at full speed
Apologies in advance if I have trod on anyones toes but, I believe to the best of my knowledge the developer is inactive
so what have I got going so far ??
{
/* REDUXED VAMPIRES */
"reduxmark1player" = {
"chance" = 0.500;
"optional_equipment" = (
"EQ_ECM",
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
);
price = 600000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD"
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 1;
};
techlevel = 5;
weapon_facings = 15;
};
"reduxpurgvamp" = {
"chance" = 0.2;
"optional_equipment" = (
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_NAVAL_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
"EQ_NAVAL_SHIELD_BOOSTER",
);
price = 800000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD",
"EQ_ECM",
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
aft_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 3;
};
techlevel = 5;
weapon_facings = 15;
};
"reduxmark1goldplayer" = {
"chance" = 0.333;
"optional_equipment" = (
"EQ_FUEL_SCOOPS",
"EQ_ESCAPE_POD",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_DOCK_COMP",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_FUEL_INJECTION",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_MULTI_TARGET",
"EQ_GAL_DRIVE",
"EQ_ADVANCED_COMPASS",
"EQ_SHIELD_BOOSTER",
"EQ_NAVAL_SHIELD_BOOSTER",
);
price = 700000;
standard_equipment =
{
extras =
(
"EQ_HEAT_SHIELD",
"EQ_ECM",
);
forward_weapon_type = "EQ_WEAPON_BEAM_LASER";
aft_weapon_type = "EQ_WEAPON_BEAM_LASER";
missiles = 3;
};
techlevel = 5;
weapon_facings = 15;
};
}
which shows as a basic (perhaps I should have posted the image from a higher ranked planet)
https://prnt.sc/ioo005
The thing is how do I get the rest of the "isisinterstellar.oxp" to work ??
I'm using the info from https://app.box.com/s/jwz5fc63ld6jiuittp65
Which is the box link from the "Vampire" OXP Wiki page
Many thanks in advance and keep on killing those Thargons
Last edited by Alucard on Thu Mar 08, 2018 9:51 pm, edited 2 times in total.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: NewBee (but rather old problems)
Welcome aboard, Commander - from another old git.
Tip: highlight the code and hit the
Tip: highlight the code and hit the
Code
button.I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: NewBee (but rather old problems)
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: NewBee (but rather old problems)
Welcome aboard, commander!
What part of ISIS is not working? Are you having problems with spawning, or ships not displaying correctly? Are you seeing any errors in your "latest.log" file? Just need a bit more detail so we can help you fix the problems.Alucard wrote:The thing is how do I get the rest of the "isisinterstellar.oxp" to work ??
Re: NewBee (but rather old problems)
Basically load the OXP manually (and clear Cache on start-up) start the game and after several planets and/or Deepspace Dredgers any of the ships are still not showingphkb wrote: ↑Thu Mar 08, 2018 9:54 pmWelcome aboard, commander!What part of ISIS is not working? Are you having problems with spawning, or ships not displaying correctly? Are you seeing any errors in your "latest.log" file? Just need a bit more detail so we can help you fix the problems.Alucard wrote:The thing is how do I get the rest of the "isisinterstellar.oxp" to work ??
The only 2 OXP I have trouble with are Interstellar and Clippers (that includes the version released day or so)
BTW I'm using OSX Sierra 10.12.6 iMac (21.5-inch, Late 2012). 2.7 GHz Intel Core i5
here is the last log (I ope it helps) ... and many thanks in advance
Opening log for Oolite version 1.86 (x86-64) under Mac OS X Version 10.12.6 (Build 16G1212) at 2018-03-08 21:23:14 +0000.
Machine type: iMac13,1, 8192 MiB memory, 4 x x86 (Ivy Bridge) @ 2700 MHz.
Build options: OpenAL, new planets.
Note that the contents of the log file can be adjusted by editing logcontrol.plist.
21:23:15.345 [rendering.opengl.version]: OpenGL renderer version: 2.1.0 ("2.1 NVIDIA-10.17.5 355.10.05.45f01"). Vendor: "NVIDIA Corporation". Renderer: "NVIDIA GeForce GT 640M OpenGL Engine".
21:23:15.345 [rendering.opengl.extensions]: OpenGL extensions (138):
GL_EXT_texture_compression_dxt1, GL_EXT_rescale_normal, GL_EXT_transform_feedback, GL_EXT_blend_func_separate, GL_EXT_framebuffer_sRGB, GL_ATI_texture_env_combine3, GL_ARB_draw_elements_base_vertex, GL_EXT_debug_label, GL_EXT_geometry_shader4, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_NV_texgen_reflection, GL_NV_blend_square, GL_ARB_texture_compression_rgtc, GL_EXT_stencil_wrap, GL_ARB_texture_env_crossbar, GL_EXT_framebuffer_blit, GL_EXT_bindable_uniform, GL_ATI_separate_stencil, GL_APPLE_vertex_point_size, GL_EXT_texture_rectangle, GL_APPLE_specular_vector, GL_EXT_packed_depth_stencil, GL_EXT_blend_color, GL_ARB_fragment_program_shadow, GL_EXT_texture_env_add, GL_ARB_imaging, GL_EXT_provoking_vertex, GL_EXT_texture_array, GL_ARB_texture_env_combine, GL_ARB_point_sprite, GL_ARB_multisample, GL_EXT_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_EXT_texture_lod_bias, GL_APPLE_pixel_buffer, GL_ARB_vertex_program, GL_EXT_bgra, GL_APPLE_fence, GL_APPLE_ycbcr_422, GL_EXT_timer_query, GL_EXT_vertex_array_bgra, GL_ARB_depth_clamp, GL_IBM_rasterpos_clip, GL_ARB_pixel_buffer_object, GL_SGIS_generate_mipmap, GL_EXT_framebuffer_multisample_blit_scaled, GL_NV_vertex_program2_option, GL_ARB_shader_texture_lod, GL_ARB_texture_float, GL_ARB_texture_rectangle, GL_ARB_vertex_shader, GL_NV_texture_barrier, GL_ARB_provoking_vertex, GL_ARB_texture_env_add, GL_APPLE_object_purgeable, GL_ARB_texture_env_dot3, GL_APPLE_rgb_422, GL_NV_depth_clamp, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_cube_map, GL_APPLE_element_array, GL_ATI_texture_float, GL_ARB_window_pos, GL_ARB_sync, GL_ARB_vertex_buffer_object, GL_APPLE_texture_range, GL_NV_fragment_program2, GL_NV_conditional_render, GL_EXT_stencil_two_side, GL_ARB_texture_compression, GL_ARB_instanced_arrays, GL_EXT_blend_minmax, GL_ARB_texture_border_clamp, GL_EXT_draw_buffers2, GL_ARB_shading_language_100, GL_EXT_blend_equation_separate, GL_ARB_vertex_blend, GL_EXT_blend_subtract, GL_EXT_packed_float, GL_APPLE_aux_depth_stencil, GL_APPLE_row_bytes, GL_NV_light_max_exponent, GL_EXT_abgr, GL_EXT_texture_filter_anisotropic, GL_ARB_vertex_array_bgra, GL_ARB_draw_buffers, GL_ARB_transpose_matrix, GL_ARB_color_buffer_float, GL_EXT_gpu_program_parameters, GL_APPLE_client_storage, GL_ARB_texture_non_power_of_two, GL_ARB_multitexture, GL_EXT_gpu_shader4, GL_APPLE_flush_render, GL_NV_vertex_program3, GL_ARB_framebuffer_object, GL_APPLE_vertex_program_evaluators, GL_APPLE_transform_hint, GL_EXT_texture_compression_s3tc, GL_APPLE_flush_buffer_range, GL_EXT_texture_integer, GL_SGIS_texture_edge_clamp, GL_EXT_texture_mirror_clamp, GL_ARB_occlusion_query, GL_ARB_fragment_shader, GL_ARB_texture_rg, GL_NV_fog_distance, GL_ARB_fragment_program, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, GL_EXT_draw_range_elements, GL_APPLE_vertex_array_object, GL_ARB_depth_texture, GL_NV_fragment_program_option, GL_EXT_texture_sRGB, GL_ARB_half_float_vertex, GL_APPLE_vertex_array_range, GL_ARB_shadow, GL_EXT_multi_draw_arrays, GL_ARB_half_float_pixel, GL_APPLE_packed_pixels, GL_ARB_point_parameters, GL_EXT_debug_marker, GL_EXT_texture_sRGB_decode, GL_EXT_clip_volume_hint, GL_EXT_depth_bounds_test, GL_SGIS_texture_lod, GL_EXT_fog_coord, GL_EXT_texture_shared_exponent, GL_ATI_texture_mirror_once, GL_NV_multisample_filter_hint, GL_APPLE_float_pixels, GL_EXT_framebuffer_multisample, GL_NV_point_sprite, GL_ARB_depth_buffer_float, GL_ARB_draw_instanced
21:23:15.422 [rendering.opengl.shader.support]: Shaders are supported.
21:23:15.607 [searchPaths.dumpAll]: Resource paths:
/Applications/Oolite.app/Contents/Resources
~/Library/Application Support/Oolite/Managed AddOns
~/Library/Application Support/Oolite/AddOns
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.AndreyBelov.Targeter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.CargoWreck.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.ThargornThreat.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.astrobe.spacecrowds.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.BeeTLeBeTHLeHeM.LifeInTheFrontier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.cim.new-cargoes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ClymAngus.NeoCaduceus.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.Deposed.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.ThargoidWars.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Commander_McLane.Anarchies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CommonSenseOTB.NumericHUD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.DrNil.Commies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpaceDredger.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpacePirates.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.MisjumpAnalyser.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.UPSCourier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Galileo.Ionics.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.jh145.ScannerAlertingEnhancement.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.LittleBear.AsteroidStorm.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Murgh.MilitaryFiasco.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.NewtSoup.MiningIFFScannerUpgrade.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.CombatMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.HUDSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.ReverseControl.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.BountySystem.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.CommsLogMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.DamageReportMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.FastTargetSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalacticRegistry.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalCopMostWanted.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.popsch.Stashes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.BlOombergMarkets.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.Dictators.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.redspear.hyperdrives.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.sdrubble.Dark_Rainbow.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.smivs.aliens.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.asteroid-tweaks.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.behemoth.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ImperialAstrofactory.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.market_observer.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.navigation_mfd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ore_processor.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits_shipset.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.spicy_hermits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.start_choices.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Staer9.Icesteroids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.CCL.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.Snoopers.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Switeck.Cargo-Contract-Mod.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.Bigships.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoShepherd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoSpotter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.RepairBots.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.SecondWave.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.TAP.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.UK_Eliter.ExtraThargoids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.AutoCrosshairs.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.distant_suns.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.Untrumbled.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUI.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUIResourcesG.oxz
~/Library/Application Support/Oolite/AddOns/MinerPod_v0.11.oxp
~/Library/Application Support/Oolite/AddOns/RoC2.1.oxp
~/Library/Application Support/Oolite/AddOns/supercobra 1.4.2.oxp
~/Library/Application Support/Oolite/AddOns/vamp_reduxed_improved_engine_flame.oxp
21:23:15.666 [shipData.load.begin]: Loading ship data.
21:23:16.426 [startup.complete]: ========== Loading complete in 1.31 seconds. ==========
21:23:16.581 [joystick.connect]: Joystick connected: USB Game Controllers
21:23:22.224 [shipData.load.begin]: Loading ship data.
21:23:23.216 [script.load.world.listAll]: Loaded 131 world scripts:
aliens_world_script 1.2
Anarchies 2.9.2
asteroid_tweaks 1.3
AsteroidStorm 4.03
AsteroidTrap 0.3.1
Auto Crosshairs 1.1.1
behemoth 3.1.1
bigShips_populator 1.0.2
BountySystem_Core 0.4.1
BountySystem_MostWanted 0.10
BountySystem_NPCScan 0.4.1
BountySystem_WarrantScanner 0.4.1
Cabal_Common_Briefing 1.7
Cabal_Common_Comms 1.7
Cabal_Common_Functions 1.7
Cabal_Common_Keyboard 1.7
Cabal_Common_MissionHandling 1.7
Cabal_Common_Music 1.7
Cabal_Common_Overlay 1.7
Cabal_Common_OXPStrength 1.7.1
Cabal_Common_SpecialMarkets 1.7
Caduceus Damage Control Node 2.0
Cargo_Wreck_Teaser 1.7.1
cargoSpotter_worldScript.js 1.01
CargoTypeExtension 1.2.3
CargoTypeExtension-Auctions 1.1.1
CargoTypeExtension-Base 1.2.3
CargoTypeExtension-DefaultMarket 1.2.3
CargoTypeExtension-Dynamic 1.2.3
CargoTypeExtension-FetchContracts 1.2.3
CargoTypeExtension-OpenContract 1.2.3
CargoTypeExtension-Permits 1.2.3
CargoTypeExtension-Regional 1.2.3
CargoTypeExtension-Scavenger 1.2.3
CargoTypeExtension-Station-Astrofactory 1.2.3
CargoTypeExtension-Station-ConStore 1.2.3
CargoTypeExtension-Station-Galnavy 1.2.3
CargoTypeExtension-Station-GRS 1.2.3
CargoTypeExtension-Station-HoopyCasino 1.2.3
CargoTypeExtension-Station-KiotaBiosphere 1.2.3
CargoTypeExtension-Station-KiotaFactory 1.2.3
CargoTypeExtension-Station-KiotaHabitat 1.2.3
CargoTypeExtension-Station-KiotaRelay 1.2.3
CargoTypeExtension-Station-KiotaResearch 1.2.3
CargoTypeExtension-Station-KiotaSolar 1.2.3
CargoTypeExtension-Station-PlanetFall 1.2.3
CargoTypeExtension-Station-RockHermit 1.2.3
CargoTypeExtension-Station-RRSWaystation 1.2.3
CargoTypeExtension-Station-SalvageGang 1.2.3
CargoTypeExtension-Station-SpaceBar 1.2.3
CargoTypeExtension-Station-SuperHub 1.2.3
CargoTypeExtension-Station-ZGF 1.2.3
CargoTypeExtension-TraderNet 1.2.3
combat_MFD 1.12
CommsLogMFD 1.7.6
communist_population 2.16
DamageReportMFD 2.3.4
deep_space_dredger 2.4.6
deep_space_pirates 1.5
deposed 1.4.0
dfl_imperial_astrofactory 2.1
dictators.js 1.2
Dictators_Conditions 2.3
extraThargoids_populator 6.6
FastTargetSelector 1.5
GalacticRegistry 3.3
hudselector 1.17
Hyperdrives 0.3
Hyperdrives_Speed 0.3
ionics_v_rlf 1.3.1
jh145_04_world 1.1
LITF 0.7.3
LITF_Common 0.7.3
LITF_EventsCatalog 0.7.3
LITF_Navigation 0.7.3
LITF_RandomEvents 0.7.3
LITF_RPGElements 0.7.3
market_observer3 3.6
military_fiasco 2.5.3
MinerPodShipEventHandler 0.1
misjump_analyser 1.1
mo-traders_rating3 3.6
mo_ad_service 3.6
mw_Cabal_Common_PhraseGen 0.98.2
mw_Cabal_Common_PhraseGenWords 0.98
navi_mfd 1.9.0
NS_Mining_Scanner_Upgrade 1.1.1
numerichudv3 3.27
numerichudv3-4 3.27
Oolite Equipment Control 1.86
Oolite Ship Library 1.86
oolite-cloaking-device 1.86
oolite-constrictor-hunt 1.86
oolite-contracts-cargo 1.79 MOD 1.5
oolite-contracts-helpers 1.86
oolite-contracts-parcels 1.86
oolite-contracts-passengers 1.86
oolite-libPriorityAI 1.86
oolite-nova 1.86
oolite-populator 1.86
oolite-primable-equipment-register 1.86
oolite-registership 1.86
oolite-thargoid-plans 1.86
oolite-trumbles 2.2.0
oolite-tutorial 1.86
oreProcessor 2.2.2
Random_Hits 1.11.3
Repair system 2.10
reversecontrol 1.6
SE-main-script 2.6.2
snoopers 2.5
spacecrowds 1.1.0
spicy_hermits_abandoned 1.0.3
spicy_hermits_relocator 1.0.3
spicy_hermits_star-jellies 1.0.3
Stars 0.5.1
start_choices 1.7
Stashes 0.3.1
Target System Upgrade 0.72
targetAutolock 1.11
thargoid_wars 4.6
Thargorn_Witchspace_Battle 1.5.2
Untrumbled 1.1
ups_container 2.1.0
ups_docs 2.1.0
ups_parcel 2.1.0
ups_slaves 2.1.0
ups_sun 2.1.0
Xenon UI Resource Pack G (16:9) 1.2.0
XenonUI 2.2.0
XenonUI_CoreMissionFixes 2.2.0
21:23:23.495 [Untrumbled]: Removed oolite-trumbles world script.
21:23:24.411 [AsteroidTrap]: initialized trap with asteroids: 2.1452153106220067
21:23:24.499 [hudselector]: HUDs: Default HUD,hud,ExtraLarge HUD with 10 MFDs and custom dials,hudselector-extralarge,hudselector-extralarge10,Large HUD with 10 MFDs and custom dials,hudselector-large,Small HUD with 10 MFDs and custom dials,hudselector-small,Numeric HUD with 4*4 MFDs,numerichudv3-4,,,Numeric HUD with 8 MFDs,numerichudv3,,
21:23:24.705 [BountySystem_MostWanted]: !!NOTE: No ship keys found for role escort-light
21:23:24.932 [hudselector]: Scanner NonLinear:false UltraZoom:false HUD:numerichudv3computer.plist Crosshairs: null, scanner settings is not fixed.
21:23:38.094 [BountySystem_MostWanted]: !!NOTE: No ship keys found for role escort-light
21:24:09.446 [exit.context]: Exiting: Cocoa terminate event.
Closing log at 2018-03-08 21:24:09 +0000.
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: NewBee (but rather old problems)
Looking at your log file, the "IsisInterstellar.oxp" folder doesn't appear to be loading at all, which possibly means it's in the wrong folder. Make sure the OXP is in theAlucard wrote:Basically load the OXP manually (and clear Cache on start-up) start the game and after several planets and/or Deepspace Dredgers any of the ships are still not showing
~/Library/Application Support/Oolite/AddOns/
folder. Check the folder names of where the IsisInterstellar OXP is installed, and make sure each parent folder has a ".oxp" suffix. If the OXP folder is in a folder just called "Isis", Oolite won't pick it up.Re: NewBee (but rather old problems)
Fairly new to all of this myself but here goes.
Looking at the latest Log you posted there is no listing for any of the Vampire OXP's other than the Improved Engine Flame one. Go HERE, scroll down to the V listing for the links to the three Vampire OXP's that can be found there and download the ones you want. This is where it gets fun. Checked them out and none of them contain the proper folder structure for the game to recognize them as they are. Go to your AddOns folder and create a sub folder for each one you wish to install. Be sure these sub folder's names all end in .oxp. Extract the contents of the appropriate .ZIP file to each individual sub folder. Restart the game with the SHIFT Key held down. They should now show up. Using Windows here so please translate these instructions into MAC speak to get your desired result.
Clippers is also not listed in the Latest Log you posted. This should be much easier to deal with as it is available from the in game OXZ manager which will handle all of the details.
Good Luck Commander.
Edit: Was typing and checking things out while phkb was posting. Still worth the details in any case.
Looking at the latest Log you posted there is no listing for any of the Vampire OXP's other than the Improved Engine Flame one. Go HERE, scroll down to the V listing for the links to the three Vampire OXP's that can be found there and download the ones you want. This is where it gets fun. Checked them out and none of them contain the proper folder structure for the game to recognize them as they are. Go to your AddOns folder and create a sub folder for each one you wish to install. Be sure these sub folder's names all end in .oxp. Extract the contents of the appropriate .ZIP file to each individual sub folder. Restart the game with the SHIFT Key held down. They should now show up. Using Windows here so please translate these instructions into MAC speak to get your desired result.
Clippers is also not listed in the Latest Log you posted. This should be much easier to deal with as it is available from the in game OXZ manager which will handle all of the details.
Good Luck Commander.
Edit: Was typing and checking things out while phkb was posting. Still worth the details in any case.
Humor is the second most subjective thing on the planet
Brevity is the soul of wit and vulgarity is wit's downfall
Good Night and Good Luck - Read You Soon
Brevity is the soul of wit and vulgarity is wit's downfall
Good Night and Good Luck - Read You Soon
Re: NewBee (but rather old problems)
at "phkb" and "Nite Owl" thanks for the replies
The reason you are not seeing either of the OXP's is because I removed them, I will reload them later and send the results
It will have to be later because I got attacked earlier by bunch of "real-life" Thargons who came around my house and both my shields and armour failed after the onslaught of of the Scotch they were firing at me
The reason you are not seeing either of the OXP's is because I removed them, I will reload them later and send the results
It will have to be later because I got attacked earlier by bunch of "real-life" Thargons who came around my house and both my shields and armour failed after the onslaught of of the Scotch they were firing at me
Re: NewBee (but rather old problems)
Ok here is the latest Log
Opening log for Oolite version 1.86 (x86-64) under Mac OS X Version 10.12.6 (Build 16G1212) at 2018-03-09 03:01:21 +0000.
Machine type: iMac13,1, 8192 MiB memory, 4 x x86 (Ivy Bridge) @ 2700 MHz.
Build options: OpenAL, new planets.
Note that the contents of the log file can be adjusted by editing logcontrol.plist.
03:01:21.924 [rendering.opengl.version]: OpenGL renderer version: 2.1.0 ("2.1 NVIDIA-10.17.5 355.10.05.45f01"). Vendor: "NVIDIA Corporation". Renderer: "NVIDIA GeForce GT 640M OpenGL Engine".
03:01:21.925 [rendering.opengl.extensions]: OpenGL extensions (138):
GL_EXT_texture_compression_dxt1, GL_EXT_rescale_normal, GL_EXT_transform_feedback, GL_EXT_blend_func_separate, GL_EXT_framebuffer_sRGB, GL_ATI_texture_env_combine3, GL_ARB_draw_elements_base_vertex, GL_EXT_debug_label, GL_EXT_geometry_shader4, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_NV_texgen_reflection, GL_NV_blend_square, GL_ARB_texture_compression_rgtc, GL_EXT_stencil_wrap, GL_ARB_texture_env_crossbar, GL_EXT_framebuffer_blit, GL_EXT_bindable_uniform, GL_ATI_separate_stencil, GL_APPLE_vertex_point_size, GL_EXT_texture_rectangle, GL_APPLE_specular_vector, GL_EXT_packed_depth_stencil, GL_EXT_blend_color, GL_ARB_fragment_program_shadow, GL_EXT_texture_env_add, GL_ARB_imaging, GL_EXT_provoking_vertex, GL_EXT_texture_array, GL_ARB_texture_env_combine, GL_ARB_point_sprite, GL_ARB_multisample, GL_EXT_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_EXT_texture_lod_bias, GL_APPLE_pixel_buffer, GL_ARB_vertex_program, GL_EXT_bgra, GL_APPLE_fence, GL_APPLE_ycbcr_422, GL_EXT_timer_query, GL_EXT_vertex_array_bgra, GL_ARB_depth_clamp, GL_IBM_rasterpos_clip, GL_ARB_pixel_buffer_object, GL_SGIS_generate_mipmap, GL_EXT_framebuffer_multisample_blit_scaled, GL_NV_vertex_program2_option, GL_ARB_shader_texture_lod, GL_ARB_texture_float, GL_ARB_texture_rectangle, GL_ARB_vertex_shader, GL_NV_texture_barrier, GL_ARB_provoking_vertex, GL_ARB_texture_env_add, GL_APPLE_object_purgeable, GL_ARB_texture_env_dot3, GL_APPLE_rgb_422, GL_NV_depth_clamp, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_cube_map, GL_APPLE_element_array, GL_ATI_texture_float, GL_ARB_window_pos, GL_ARB_sync, GL_ARB_vertex_buffer_object, GL_APPLE_texture_range, GL_NV_fragment_program2, GL_NV_conditional_render, GL_EXT_stencil_two_side, GL_ARB_texture_compression, GL_ARB_instanced_arrays, GL_EXT_blend_minmax, GL_ARB_texture_border_clamp, GL_EXT_draw_buffers2, GL_ARB_shading_language_100, GL_EXT_blend_equation_separate, GL_ARB_vertex_blend, GL_EXT_blend_subtract, GL_EXT_packed_float, GL_APPLE_aux_depth_stencil, GL_APPLE_row_bytes, GL_NV_light_max_exponent, GL_EXT_abgr, GL_EXT_texture_filter_anisotropic, GL_ARB_vertex_array_bgra, GL_ARB_draw_buffers, GL_ARB_transpose_matrix, GL_ARB_color_buffer_float, GL_EXT_gpu_program_parameters, GL_APPLE_client_storage, GL_ARB_texture_non_power_of_two, GL_ARB_multitexture, GL_EXT_gpu_shader4, GL_APPLE_flush_render, GL_NV_vertex_program3, GL_ARB_framebuffer_object, GL_APPLE_vertex_program_evaluators, GL_APPLE_transform_hint, GL_EXT_texture_compression_s3tc, GL_APPLE_flush_buffer_range, GL_EXT_texture_integer, GL_SGIS_texture_edge_clamp, GL_EXT_texture_mirror_clamp, GL_ARB_occlusion_query, GL_ARB_fragment_shader, GL_ARB_texture_rg, GL_NV_fog_distance, GL_ARB_fragment_program, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, GL_EXT_draw_range_elements, GL_APPLE_vertex_array_object, GL_ARB_depth_texture, GL_NV_fragment_program_option, GL_EXT_texture_sRGB, GL_ARB_half_float_vertex, GL_APPLE_vertex_array_range, GL_ARB_shadow, GL_EXT_multi_draw_arrays, GL_ARB_half_float_pixel, GL_APPLE_packed_pixels, GL_ARB_point_parameters, GL_EXT_debug_marker, GL_EXT_texture_sRGB_decode, GL_EXT_clip_volume_hint, GL_EXT_depth_bounds_test, GL_SGIS_texture_lod, GL_EXT_fog_coord, GL_EXT_texture_shared_exponent, GL_ATI_texture_mirror_once, GL_NV_multisample_filter_hint, GL_APPLE_float_pixels, GL_EXT_framebuffer_multisample, GL_NV_point_sprite, GL_ARB_depth_buffer_float, GL_ARB_draw_instanced
03:01:21.981 [rendering.opengl.shader.support]: Shaders are supported.
03:01:22.116 [searchPaths.dumpAll]: Resource paths:
/Applications/Oolite.app/Contents/Resources
~/Library/Application Support/Oolite/Managed AddOns
~/Library/Application Support/Oolite/AddOns
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.AndreyBelov.Targeter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.CargoWreck.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.ThargornThreat.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.astrobe.spacecrowds.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.BeeTLeBeTHLeHeM.LifeInTheFrontier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.cim.new-cargoes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ClymAngus.NeoCaduceus.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.Deposed.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.ThargoidWars.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Commander_McLane.Anarchies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CommonSenseOTB.NumericHUD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.DrNil.Commies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpaceDredger.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpacePirates.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.MisjumpAnalyser.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.UPSCourier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Galileo.Ionics.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.jh145.ScannerAlertingEnhancement.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.LittleBear.AsteroidStorm.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Murgh.MilitaryFiasco.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.NewtSoup.MiningIFFScannerUpgrade.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.CombatMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.HUDSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.ReverseControl.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.BountySystem.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.CommsLogMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.DamageReportMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.FastTargetSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalacticRegistry.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalCopMostWanted.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.popsch.Stashes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.BlOombergMarkets.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.Dictators.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.redspear.hyperdrives.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.sdrubble.Dark_Rainbow.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.smivs.aliens.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.asteroid-tweaks.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.behemoth.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ImperialAstrofactory.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.market_observer.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.navigation_mfd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ore_processor.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits_shipset.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.spicy_hermits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.start_choices.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Staer9.Icesteroids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.CCL.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.Snoopers.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Switeck.Cargo-Contract-Mod.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.Bigships.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoShepherd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoSpotter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.RepairBots.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.SecondWave.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.TAP.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.UK_Eliter.ExtraThargoids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.AutoCrosshairs.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.distant_suns.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.Untrumbled.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUI.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUIResourcesG.oxz
~/Library/Application Support/Oolite/AddOns/Clippers_v1.4.4.oxz
~/Library/Application Support/Oolite/AddOns/isisinterstellar.oxp
~/Library/Application Support/Oolite/AddOns/MinerPod_v0.11.oxp
~/Library/Application Support/Oolite/AddOns/RoC2.1.oxp
~/Library/Application Support/Oolite/AddOns/supercobra 1.4.2.oxp
~/Library/Application Support/Oolite/AddOns/vamp_reduxed_improved_engine_flame.oxp
03:01:22.173 [shipData.load.begin]: Loading ship data.
03:01:22.902 [startup.complete]: ========== Loading complete in 1.10 seconds. ==========
03:01:23.036 [joystick.connect]: Joystick connected: USB Game Controllers
03:01:29.399 [shipData.load.begin]: Loading ship data.
03:01:30.584 [script.load.world.listAll]: Loaded 133 world scripts:
aliens_world_script 1.2
Anarchies 2.9.2
asteroid_tweaks 1.3
AsteroidStorm 4.03
AsteroidTrap 0.3.1
Auto Crosshairs 1.1.1
behemoth 3.1.1
bigShips_populator 1.0.2
BountySystem_Core 0.4.1
BountySystem_MostWanted 0.10
BountySystem_NPCScan 0.4.1
BountySystem_WarrantScanner 0.4.1
Cabal_Common_Briefing 1.7
Cabal_Common_Comms 1.7
Cabal_Common_Functions 1.7
Cabal_Common_Keyboard 1.7
Cabal_Common_MissionHandling 1.7
Cabal_Common_Music 1.7
Cabal_Common_Overlay 1.7
Cabal_Common_OXPStrength 1.7.1
Cabal_Common_SpecialMarkets 1.7
Caduceus Damage Control Node 2.0
Cargo_Wreck_Teaser 1.7.1
cargoSpotter_worldScript.js 1.01
CargoTypeExtension 1.2.3
CargoTypeExtension-Auctions 1.1.1
CargoTypeExtension-Base 1.2.3
CargoTypeExtension-DefaultMarket 1.2.3
CargoTypeExtension-Dynamic 1.2.3
CargoTypeExtension-FetchContracts 1.2.3
CargoTypeExtension-OpenContract 1.2.3
CargoTypeExtension-Permits 1.2.3
CargoTypeExtension-Regional 1.2.3
CargoTypeExtension-Scavenger 1.2.3
CargoTypeExtension-Station-Astrofactory 1.2.3
CargoTypeExtension-Station-ConStore 1.2.3
CargoTypeExtension-Station-Galnavy 1.2.3
CargoTypeExtension-Station-GRS 1.2.3
CargoTypeExtension-Station-HoopyCasino 1.2.3
CargoTypeExtension-Station-KiotaBiosphere 1.2.3
CargoTypeExtension-Station-KiotaFactory 1.2.3
CargoTypeExtension-Station-KiotaHabitat 1.2.3
CargoTypeExtension-Station-KiotaRelay 1.2.3
CargoTypeExtension-Station-KiotaResearch 1.2.3
CargoTypeExtension-Station-KiotaSolar 1.2.3
CargoTypeExtension-Station-PlanetFall 1.2.3
CargoTypeExtension-Station-RockHermit 1.2.3
CargoTypeExtension-Station-RRSWaystation 1.2.3
CargoTypeExtension-Station-SalvageGang 1.2.3
CargoTypeExtension-Station-SpaceBar 1.2.3
CargoTypeExtension-Station-SuperHub 1.2.3
CargoTypeExtension-Station-ZGF 1.2.3
CargoTypeExtension-TraderNet 1.2.3
clipper_tanks_script.js 1.4.3
combat_MFD 1.12
CommsLogMFD 1.7.6
communist_population 2.16
DamageReportMFD 2.3.4
deep_space_dredger 2.4.6
deep_space_pirates 1.5
deposed 1.4.0
dfl_imperial_astrofactory 2.1
dictators.js 1.2
Dictators_Conditions 2.3
extraThargoids_populator 6.6
FastTargetSelector 1.5
GalacticRegistry 3.3
hacktest
hudselector 1.17
Hyperdrives 0.3
Hyperdrives_Speed 0.3
ionics_v_rlf 1.3.1
jh145_04_world 1.1
LITF 0.7.3
LITF_Common 0.7.3
LITF_EventsCatalog 0.7.3
LITF_Navigation 0.7.3
LITF_RandomEvents 0.7.3
LITF_RPGElements 0.7.3
market_observer3 3.6
military_fiasco 2.5.3
MinerPodShipEventHandler 0.1
misjump_analyser 1.1
mo-traders_rating3 3.6
mo_ad_service 3.6
mw_Cabal_Common_PhraseGen 0.98.2
mw_Cabal_Common_PhraseGenWords 0.98
navi_mfd 1.9.0
NS_Mining_Scanner_Upgrade 1.1.1
numerichudv3 3.27
numerichudv3-4 3.27
Oolite Equipment Control 1.86
Oolite Ship Library 1.86
oolite-cloaking-device 1.86
oolite-constrictor-hunt 1.86
oolite-contracts-cargo 1.79 MOD 1.5
oolite-contracts-helpers 1.86
oolite-contracts-parcels 1.86
oolite-contracts-passengers 1.86
oolite-libPriorityAI 1.86
oolite-nova 1.86
oolite-populator 1.86
oolite-primable-equipment-register 1.86
oolite-registership 1.86
oolite-thargoid-plans 1.86
oolite-trumbles 2.2.0
oolite-tutorial 1.86
oreProcessor 2.2.2
Random_Hits 1.11.3
Repair system 2.10
reversecontrol 1.6
SE-main-script 2.6.2
snoopers 2.5
spacecrowds 1.1.0
spicy_hermits_abandoned 1.0.3
spicy_hermits_relocator 1.0.3
spicy_hermits_star-jellies 1.0.3
Stars 0.5.1
start_choices 1.7
Stashes 0.3.1
Target System Upgrade 0.72
targetAutolock 1.11
thargoid_wars 4.6
Thargorn_Witchspace_Battle 1.5.2
Untrumbled 1.1
ups_container 2.1.0
ups_docs 2.1.0
ups_parcel 2.1.0
ups_slaves 2.1.0
ups_sun 2.1.0
Xenon UI Resource Pack G (16:9) 1.2.0
XenonUI 2.2.0
XenonUI_CoreMissionFixes 2.2.0
03:01:30.795 [Untrumbled]: Removed oolite-trumbles world script.
03:01:32.412 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (Auto Crosshairs 1.1.1): TypeError: worldScripts[scriptName] is undefined
03:01:32.412 [hudselector]: HUDs: Default HUD,hud,ExtraLarge HUD with 10 MFDs and custom dials,hudselector-extralarge,hudselector-extralarge10,Large HUD with 10 MFDs and custom dials,hudselector-large,Small HUD with 10 MFDs and custom dials,hudselector-small,Numeric HUD with 4*4 MFDs,numerichudv3-4,,,Numeric HUD with 8 MFDs,numerichudv3,,
03:01:32.524 [BountySystem_MostWanted]: !!NOTE: No ship keys found for role escort-light
03:01:32.894 [hudselector]: Scanner NonLinear:false UltraZoom:false HUD:numerichudv3computer.plist Crosshairs: null, scanner settings is not fixed.
03:01:37.825 [exit.context]: Exiting: Cocoa terminate event.
Closing log at 2018-03-09 03:01:37 +0000.
Looking at it I think the problem with "Clippers" could be "clipper_tanks_script.js 1.4.3" while "Clippers OXZ" is 1.4.4
Athough it shows that ISIS is loaded none of it's ships are showing
Update
I have now managed to get Clippers to run... I deleted the game and re-installed 1.86 I also deleted all my saves (a good excuse to start again
Many thanks for all your help
Opening log for Oolite version 1.86 (x86-64) under Mac OS X Version 10.12.6 (Build 16G1212) at 2018-03-09 03:01:21 +0000.
Machine type: iMac13,1, 8192 MiB memory, 4 x x86 (Ivy Bridge) @ 2700 MHz.
Build options: OpenAL, new planets.
Note that the contents of the log file can be adjusted by editing logcontrol.plist.
03:01:21.924 [rendering.opengl.version]: OpenGL renderer version: 2.1.0 ("2.1 NVIDIA-10.17.5 355.10.05.45f01"). Vendor: "NVIDIA Corporation". Renderer: "NVIDIA GeForce GT 640M OpenGL Engine".
03:01:21.925 [rendering.opengl.extensions]: OpenGL extensions (138):
GL_EXT_texture_compression_dxt1, GL_EXT_rescale_normal, GL_EXT_transform_feedback, GL_EXT_blend_func_separate, GL_EXT_framebuffer_sRGB, GL_ATI_texture_env_combine3, GL_ARB_draw_elements_base_vertex, GL_EXT_debug_label, GL_EXT_geometry_shader4, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_NV_texgen_reflection, GL_NV_blend_square, GL_ARB_texture_compression_rgtc, GL_EXT_stencil_wrap, GL_ARB_texture_env_crossbar, GL_EXT_framebuffer_blit, GL_EXT_bindable_uniform, GL_ATI_separate_stencil, GL_APPLE_vertex_point_size, GL_EXT_texture_rectangle, GL_APPLE_specular_vector, GL_EXT_packed_depth_stencil, GL_EXT_blend_color, GL_ARB_fragment_program_shadow, GL_EXT_texture_env_add, GL_ARB_imaging, GL_EXT_provoking_vertex, GL_EXT_texture_array, GL_ARB_texture_env_combine, GL_ARB_point_sprite, GL_ARB_multisample, GL_EXT_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_EXT_texture_lod_bias, GL_APPLE_pixel_buffer, GL_ARB_vertex_program, GL_EXT_bgra, GL_APPLE_fence, GL_APPLE_ycbcr_422, GL_EXT_timer_query, GL_EXT_vertex_array_bgra, GL_ARB_depth_clamp, GL_IBM_rasterpos_clip, GL_ARB_pixel_buffer_object, GL_SGIS_generate_mipmap, GL_EXT_framebuffer_multisample_blit_scaled, GL_NV_vertex_program2_option, GL_ARB_shader_texture_lod, GL_ARB_texture_float, GL_ARB_texture_rectangle, GL_ARB_vertex_shader, GL_NV_texture_barrier, GL_ARB_provoking_vertex, GL_ARB_texture_env_add, GL_APPLE_object_purgeable, GL_ARB_texture_env_dot3, GL_APPLE_rgb_422, GL_NV_depth_clamp, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_cube_map, GL_APPLE_element_array, GL_ATI_texture_float, GL_ARB_window_pos, GL_ARB_sync, GL_ARB_vertex_buffer_object, GL_APPLE_texture_range, GL_NV_fragment_program2, GL_NV_conditional_render, GL_EXT_stencil_two_side, GL_ARB_texture_compression, GL_ARB_instanced_arrays, GL_EXT_blend_minmax, GL_ARB_texture_border_clamp, GL_EXT_draw_buffers2, GL_ARB_shading_language_100, GL_EXT_blend_equation_separate, GL_ARB_vertex_blend, GL_EXT_blend_subtract, GL_EXT_packed_float, GL_APPLE_aux_depth_stencil, GL_APPLE_row_bytes, GL_NV_light_max_exponent, GL_EXT_abgr, GL_EXT_texture_filter_anisotropic, GL_ARB_vertex_array_bgra, GL_ARB_draw_buffers, GL_ARB_transpose_matrix, GL_ARB_color_buffer_float, GL_EXT_gpu_program_parameters, GL_APPLE_client_storage, GL_ARB_texture_non_power_of_two, GL_ARB_multitexture, GL_EXT_gpu_shader4, GL_APPLE_flush_render, GL_NV_vertex_program3, GL_ARB_framebuffer_object, GL_APPLE_vertex_program_evaluators, GL_APPLE_transform_hint, GL_EXT_texture_compression_s3tc, GL_APPLE_flush_buffer_range, GL_EXT_texture_integer, GL_SGIS_texture_edge_clamp, GL_EXT_texture_mirror_clamp, GL_ARB_occlusion_query, GL_ARB_fragment_shader, GL_ARB_texture_rg, GL_NV_fog_distance, GL_ARB_fragment_program, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, GL_EXT_draw_range_elements, GL_APPLE_vertex_array_object, GL_ARB_depth_texture, GL_NV_fragment_program_option, GL_EXT_texture_sRGB, GL_ARB_half_float_vertex, GL_APPLE_vertex_array_range, GL_ARB_shadow, GL_EXT_multi_draw_arrays, GL_ARB_half_float_pixel, GL_APPLE_packed_pixels, GL_ARB_point_parameters, GL_EXT_debug_marker, GL_EXT_texture_sRGB_decode, GL_EXT_clip_volume_hint, GL_EXT_depth_bounds_test, GL_SGIS_texture_lod, GL_EXT_fog_coord, GL_EXT_texture_shared_exponent, GL_ATI_texture_mirror_once, GL_NV_multisample_filter_hint, GL_APPLE_float_pixels, GL_EXT_framebuffer_multisample, GL_NV_point_sprite, GL_ARB_depth_buffer_float, GL_ARB_draw_instanced
03:01:21.981 [rendering.opengl.shader.support]: Shaders are supported.
03:01:22.116 [searchPaths.dumpAll]: Resource paths:
/Applications/Oolite.app/Contents/Resources
~/Library/Application Support/Oolite/Managed AddOns
~/Library/Application Support/Oolite/AddOns
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.AndreyBelov.Targeter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.CargoWreck.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ArexackHeretic.ThargornThreat.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.astrobe.spacecrowds.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.BeeTLeBeTHLeHeM.LifeInTheFrontier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.cim.new-cargoes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.ClymAngus.NeoCaduceus.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.Deposed.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CmdrWombat.ThargoidWars.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Commander_McLane.Anarchies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.CommonSenseOTB.NumericHUD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.DrNil.Commies.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpaceDredger.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.DeepSpacePirates.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.MisjumpAnalyser.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.EricWalch.UPSCourier.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Galileo.Ionics.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.jh145.ScannerAlertingEnhancement.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.LittleBear.AsteroidStorm.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Murgh.MilitaryFiasco.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.NewtSoup.MiningIFFScannerUpgrade.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.CombatMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.HUDSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Norby.ReverseControl.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.BountySystem.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.CommsLogMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.DamageReportMFD.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.FastTargetSelector.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalacticRegistry.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.GalCopMostWanted.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.popsch.Stashes.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.BlOombergMarkets.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Ramirez.Dictators.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.redspear.hyperdrives.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.sdrubble.Dark_Rainbow.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.smivs.aliens.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.asteroid-tweaks.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.behemoth.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ImperialAstrofactory.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.market_observer.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.navigation_mfd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.ore_processor.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.random_hits_shipset.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.spicy_hermits.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.start_choices.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Staer9.Icesteroids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.CCL.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Svengali.Snoopers.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Switeck.Cargo-Contract-Mod.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.Bigships.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoShepherd.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.CargoSpotter.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.RepairBots.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.SecondWave.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Thargoid.TAP.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.UK_Eliter.ExtraThargoids.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.AutoCrosshairs.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.distant_suns.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.Wildeblood.Untrumbled.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUI.oxz
~/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.z.phkb.XenonUIResourcesG.oxz
~/Library/Application Support/Oolite/AddOns/Clippers_v1.4.4.oxz
~/Library/Application Support/Oolite/AddOns/isisinterstellar.oxp
~/Library/Application Support/Oolite/AddOns/MinerPod_v0.11.oxp
~/Library/Application Support/Oolite/AddOns/RoC2.1.oxp
~/Library/Application Support/Oolite/AddOns/supercobra 1.4.2.oxp
~/Library/Application Support/Oolite/AddOns/vamp_reduxed_improved_engine_flame.oxp
03:01:22.173 [shipData.load.begin]: Loading ship data.
03:01:22.902 [startup.complete]: ========== Loading complete in 1.10 seconds. ==========
03:01:23.036 [joystick.connect]: Joystick connected: USB Game Controllers
03:01:29.399 [shipData.load.begin]: Loading ship data.
03:01:30.584 [script.load.world.listAll]: Loaded 133 world scripts:
aliens_world_script 1.2
Anarchies 2.9.2
asteroid_tweaks 1.3
AsteroidStorm 4.03
AsteroidTrap 0.3.1
Auto Crosshairs 1.1.1
behemoth 3.1.1
bigShips_populator 1.0.2
BountySystem_Core 0.4.1
BountySystem_MostWanted 0.10
BountySystem_NPCScan 0.4.1
BountySystem_WarrantScanner 0.4.1
Cabal_Common_Briefing 1.7
Cabal_Common_Comms 1.7
Cabal_Common_Functions 1.7
Cabal_Common_Keyboard 1.7
Cabal_Common_MissionHandling 1.7
Cabal_Common_Music 1.7
Cabal_Common_Overlay 1.7
Cabal_Common_OXPStrength 1.7.1
Cabal_Common_SpecialMarkets 1.7
Caduceus Damage Control Node 2.0
Cargo_Wreck_Teaser 1.7.1
cargoSpotter_worldScript.js 1.01
CargoTypeExtension 1.2.3
CargoTypeExtension-Auctions 1.1.1
CargoTypeExtension-Base 1.2.3
CargoTypeExtension-DefaultMarket 1.2.3
CargoTypeExtension-Dynamic 1.2.3
CargoTypeExtension-FetchContracts 1.2.3
CargoTypeExtension-OpenContract 1.2.3
CargoTypeExtension-Permits 1.2.3
CargoTypeExtension-Regional 1.2.3
CargoTypeExtension-Scavenger 1.2.3
CargoTypeExtension-Station-Astrofactory 1.2.3
CargoTypeExtension-Station-ConStore 1.2.3
CargoTypeExtension-Station-Galnavy 1.2.3
CargoTypeExtension-Station-GRS 1.2.3
CargoTypeExtension-Station-HoopyCasino 1.2.3
CargoTypeExtension-Station-KiotaBiosphere 1.2.3
CargoTypeExtension-Station-KiotaFactory 1.2.3
CargoTypeExtension-Station-KiotaHabitat 1.2.3
CargoTypeExtension-Station-KiotaRelay 1.2.3
CargoTypeExtension-Station-KiotaResearch 1.2.3
CargoTypeExtension-Station-KiotaSolar 1.2.3
CargoTypeExtension-Station-PlanetFall 1.2.3
CargoTypeExtension-Station-RockHermit 1.2.3
CargoTypeExtension-Station-RRSWaystation 1.2.3
CargoTypeExtension-Station-SalvageGang 1.2.3
CargoTypeExtension-Station-SpaceBar 1.2.3
CargoTypeExtension-Station-SuperHub 1.2.3
CargoTypeExtension-Station-ZGF 1.2.3
CargoTypeExtension-TraderNet 1.2.3
clipper_tanks_script.js 1.4.3
combat_MFD 1.12
CommsLogMFD 1.7.6
communist_population 2.16
DamageReportMFD 2.3.4
deep_space_dredger 2.4.6
deep_space_pirates 1.5
deposed 1.4.0
dfl_imperial_astrofactory 2.1
dictators.js 1.2
Dictators_Conditions 2.3
extraThargoids_populator 6.6
FastTargetSelector 1.5
GalacticRegistry 3.3
hacktest
hudselector 1.17
Hyperdrives 0.3
Hyperdrives_Speed 0.3
ionics_v_rlf 1.3.1
jh145_04_world 1.1
LITF 0.7.3
LITF_Common 0.7.3
LITF_EventsCatalog 0.7.3
LITF_Navigation 0.7.3
LITF_RandomEvents 0.7.3
LITF_RPGElements 0.7.3
market_observer3 3.6
military_fiasco 2.5.3
MinerPodShipEventHandler 0.1
misjump_analyser 1.1
mo-traders_rating3 3.6
mo_ad_service 3.6
mw_Cabal_Common_PhraseGen 0.98.2
mw_Cabal_Common_PhraseGenWords 0.98
navi_mfd 1.9.0
NS_Mining_Scanner_Upgrade 1.1.1
numerichudv3 3.27
numerichudv3-4 3.27
Oolite Equipment Control 1.86
Oolite Ship Library 1.86
oolite-cloaking-device 1.86
oolite-constrictor-hunt 1.86
oolite-contracts-cargo 1.79 MOD 1.5
oolite-contracts-helpers 1.86
oolite-contracts-parcels 1.86
oolite-contracts-passengers 1.86
oolite-libPriorityAI 1.86
oolite-nova 1.86
oolite-populator 1.86
oolite-primable-equipment-register 1.86
oolite-registership 1.86
oolite-thargoid-plans 1.86
oolite-trumbles 2.2.0
oolite-tutorial 1.86
oreProcessor 2.2.2
Random_Hits 1.11.3
Repair system 2.10
reversecontrol 1.6
SE-main-script 2.6.2
snoopers 2.5
spacecrowds 1.1.0
spicy_hermits_abandoned 1.0.3
spicy_hermits_relocator 1.0.3
spicy_hermits_star-jellies 1.0.3
Stars 0.5.1
start_choices 1.7
Stashes 0.3.1
Target System Upgrade 0.72
targetAutolock 1.11
thargoid_wars 4.6
Thargorn_Witchspace_Battle 1.5.2
Untrumbled 1.1
ups_container 2.1.0
ups_docs 2.1.0
ups_parcel 2.1.0
ups_slaves 2.1.0
ups_sun 2.1.0
Xenon UI Resource Pack G (16:9) 1.2.0
XenonUI 2.2.0
XenonUI_CoreMissionFixes 2.2.0
03:01:30.795 [Untrumbled]: Removed oolite-trumbles world script.
03:01:32.412 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (Auto Crosshairs 1.1.1): TypeError: worldScripts[scriptName] is undefined
03:01:32.412 [hudselector]: HUDs: Default HUD,hud,ExtraLarge HUD with 10 MFDs and custom dials,hudselector-extralarge,hudselector-extralarge10,Large HUD with 10 MFDs and custom dials,hudselector-large,Small HUD with 10 MFDs and custom dials,hudselector-small,Numeric HUD with 4*4 MFDs,numerichudv3-4,,,Numeric HUD with 8 MFDs,numerichudv3,,
03:01:32.524 [BountySystem_MostWanted]: !!NOTE: No ship keys found for role escort-light
03:01:32.894 [hudselector]: Scanner NonLinear:false UltraZoom:false HUD:numerichudv3computer.plist Crosshairs: null, scanner settings is not fixed.
03:01:37.825 [exit.context]: Exiting: Cocoa terminate event.
Closing log at 2018-03-09 03:01:37 +0000.
Looking at it I think the problem with "Clippers" could be "clipper_tanks_script.js 1.4.3" while "Clippers OXZ" is 1.4.4
Athough it shows that ISIS is loaded none of it's ships are showing
Update
I have now managed to get Clippers to run... I deleted the game and re-installed 1.86 I also deleted all my saves (a good excuse to start again
Many thanks for all your help
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: NewBee (but rather old problems)
The script number won't cause a problem - it is the same script and convention is simply that the number is updated to the OXZ version number on each update. I forgot to do this on this occasion
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Stormrider
- Deadly
- Posts: 241
- Joined: Sat Jan 25, 2014 2:35 am
- Location: At work
Re: NewBee (but rather old problems)
I wonder if a p.list error is the culprit, don't macs have issues with missing characters like ; in the property list?Alucard wrote:BTW I'm using OSX Sierra 10.12.6 iMac
Re: NewBee (but rather old problems)
Thanks for the help
But I'm going to give up on trying use the isisinterstellar.oxp ... Hopefully somebody with a lot more experiance than me might be able to get it to work.
But I'm going to give up on trying use the isisinterstellar.oxp ... Hopefully somebody with a lot more experiance than me might be able to get it to work.
Re: NewBee (but rather old problems)
UPDATE
I now have got
isisinterstellar, Vampires and Diamondback all working
I'm not sure if the projects were abandoned, so I humbly request if I'm allowed to share them with the community
If you agree to use them then Vampires is the option to use rather than isisinterstellar because Vampires is basically an improved update on isisinterstellar so use one or the other not both
Also where should I upload them to ?
I now have got
isisinterstellar, Vampires and Diamondback all working
I'm not sure if the projects were abandoned, so I humbly request if I'm allowed to share them with the community
If you agree to use them then Vampires is the option to use rather than isisinterstellar because Vampires is basically an improved update on isisinterstellar so use one or the other not both
Also where should I upload them to ?
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: NewBee (but rather old problems)
The licence (or lack thereof) may be a problem, but I'm no expert - far from it.
A basic free Box account would serve for starters.
I kinda figured Vampires would be your favourite. <grins>
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: NewBee (but rather old problems)
Diamondback
https://app.box.com/s/9qqnaly7gmx8863w7fz3hdm1lb4oecvr
Vampire
https://app.box.com/s/1zpfuqiy9fzp40lfqb33poweccsbnd84
Note ... downloads now v2 I had adjust the settings on the shipdata.plist for both items (I made a boo-boo and assigned extra cargo as 302 units in the originals)
https://app.box.com/s/9qqnaly7gmx8863w7fz3hdm1lb4oecvr
Vampire
https://app.box.com/s/1zpfuqiy9fzp40lfqb33poweccsbnd84
Note ... downloads now v2 I had adjust the settings on the shipdata.plist for both items (I made a boo-boo and assigned extra cargo as 302 units in the originals)