Search found 462 matches

by Milo
Sun Dec 04, 2022 1:34 pm
Forum: Expansion Pack
Topic: [RELEASE] Overdrive
Replies: 3
Views: 1330

Re: [RELEASE] Overdrive

Interesting. Similar to Q-Charger.
by Milo
Thu Dec 01, 2022 2:36 pm
Forum: Expansion Pack
Topic: [RELEASE] Galactic Misjump OXP 0.4 (14 June 2012)
Replies: 51
Views: 20623

Re: [RELEASE] Galactic Misjump OXP 0.4 (14 June 2012)

Combining multiple OXPs is all well and good until they update and you need to reconcile the changes. I would recommend keeping them as close to their original forms as possible to minimize your maintenance effort in the future. When I want to tinker with an OXP, I 'x' extract it to my AddOns folder...
by Milo
Tue Nov 29, 2022 5:39 pm
Forum: Suggestion Box
Topic: NPC flight routines upgrades?
Replies: 67
Views: 15244

Re: NPC flight routines upgrades?

(Revisiting this topic because I fired up my main jameson last night and remembered why it's been months since I've touched Oolite: the AI's chase, aim-and-fire, and dogfight subroutines. To clarify, this is about the movement and aim-and-fire programming, and the fact that AI groups observably jus...
by Milo
Sun Nov 20, 2022 3:43 pm
Forum: Discussion
Topic: Size and Fuel
Replies: 5
Views: 1449

Re: Size and Fuel

https://wiki.alioth.net/index.php/Surjectors modify fuel consumption, not by ship size but by consuming shields when weapons are off.

Ship Configuration changes the injector fuel consumption rate also, based on the type of injector installed.
by Milo
Fri Nov 18, 2022 2:43 am
Forum: Expansion Pack
Topic: BroadcastComms MFD [Release]
Replies: 151
Views: 106899

Re: BroadcastComms MFD [Release]

got message from Kirin Sport 32256 : Let me go and I'll give you 1 credit. attacked by Hognose: Rosalind 5 17158 277+576 shield and 640 energy left got message from Hognose: Rosalind 5 17158 : All right. I accept. Exception: TypeError: pirateship.group is null Active script: BroadcastCommsMFD_Equip...
by Milo
Tue Nov 15, 2022 11:53 pm
Forum: Testing and Bug reports
Topic: Strict mode warnings
Replies: 17
Views: 16263

Re: Strict mode warnings

Another error in your revised scripts, cag: Exception: Error: Cannot set property destination of instance of Ship to invalid value undefined. Active script: Oolite Shuttle AI 1.91 oolite-priorityai.js, line 4848: this.ship.destination = chosen.position; This happened a couple of times (2x in log) wh...
by Milo
Tue Nov 15, 2022 10:50 pm
Forum: Expansion Pack
Topic: [WIP] GalCop Missions
Replies: 443
Views: 275944

Re: [WIP] GalCop Missions

Another one (on arrival in interstellar space after misjump), as thargoid ships are spawning, while I have a "slave rescue" mission active: Exception: TypeError: system.mainStation is null Active script: GalCopBB_Missions 0.6.7 galcopbb_missions.js, line 971: if (system.mainStation.market[...
by Milo
Tue Nov 15, 2022 10:25 pm
Forum: Expansion Pack
Topic: (Release) Ship Configuration
Replies: 243
Views: 200891

Re: (Release) Ship Configuration

The function $deployHeatSink(ship) in ShipConfiguration_HeatSink uses a formula that can result in heat increase instead of decrease for ships with mass exceeding 500,000: var sc = worldScripts.ShipConfiguration_Core; var dumpAmount = this._amountToDump * (1 - (sc.$getShipMass(ship) / 500000)); For ...
by Milo
Sun Nov 13, 2022 11:28 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67915

Re: [Beta] Release of Telescope 2.0

Should the operator on these lines be >= ?

Code: Select all

			if( 	 ps_mass > 1e8 ) mult = 8;						//baseship scan double range third time
			else if( ps_mass > 1e6 ) mult = 4;						//huge player ship double range another time
by Milo
Sat Nov 12, 2022 2:09 am
Forum: Outworld
Topic: Quote of the week!
Replies: 820
Views: 459676

Re: Quote of the week!

You had to learn to reject spurious data - which was a valuable lesson. This reminded me of a counterexample. I heard that at one point a certain search engine decided to try a new design and initially it seemed to be performing terribly. Upon closer examination however, they discovered that it was...
by Milo
Sat Nov 12, 2022 1:16 am
Forum: Expansion Pack
Topic: WIP: witchdrive/Torus gameplay "fix"
Replies: 23
Views: 13795

Re: WIP: witchdrive/Torus gameplay "fix"

Exists any Liink for that OXP? What aspect appealed to you? There are quite a few OXPs that tweak something related to the torus drive, including some that implement shield penalties. Cholmondely has summarized many (all?) of them here: https://wiki.alioth.net/index.php/Torus_Drive Moreover, there ...
by Milo
Fri Nov 11, 2022 12:34 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67915

Re: [Beta] Release of Telescope 2.0

There’s a bug in Towbar 1.1 that overwrites TelescopeList instead of TelescopeListi.
by Milo
Mon Nov 07, 2022 1:15 am
Forum: Expansion Pack
Topic: (WIP) Enhanced Passenger Contracts
Replies: 10
Views: 8968

Re: (WIP) Enhanced Passenger Contracts

Exception: TypeError: this.$declinePendingChange is not a function Active script: EnhancedPassengerMFD 0.3 epc_passenger_mfd.js, line 39: this.$declinePendingChange(); Because the function is on the main script, not this (the mfd script): worldScripts.EnhancedPassengerContracts.$declinePendingChang...
by Milo
Sun Nov 06, 2022 9:43 pm
Forum: Expansion Pack
Topic: [Beta] Release of Telescope 2.0
Replies: 128
Views: 67915

Re: [Beta] Release of Telescope 2.0

function _restart_after_shutdown() { // called only once _init_player_vars() succeeds // - see shipLaunchedFromStation & shipExitedWitchspace try { if( debug ) log( ws.name, '_restart_after_shutdown, starting up...'); ws.$Telescope_not_in_use = have_shutdown = false; clearNameCaches(); system_s...
by Milo
Sat Nov 05, 2022 11:19 pm
Forum: Expansion Pack
Topic: BroadcastComms MFD [Release]
Replies: 151
Views: 106899

Re: BroadcastComms MFD [Release]

Exception: TypeError: t.scriptInfo is undefined Active script: BroadcastCommsMFD 1.3.3 broadcastcomms_mfd.js, line 717: if (t.scriptInfo.hasOwnProperty("bcc_disable_defaults") && Array.isArray(t.scriptInfo.bcc_disable_defaults)) disable_defaults = t.scriptInfo.bcc_disable_defaults...