Re: Pods OXP
Posted: Wed Dec 12, 2012 6:43 am
Thanks - uploaded v1.32 with a fix (just a file rename for the model).
Take care, Plisken... he'll be offering you cookies soon. Oh... welcome aboard!Thargoid wrote:... I'm going to make you my latest official Bugfinder General
haha,okay (but somehow i feel a little bit scared now.. ).. I'm going to make you my latest official Bugfinder General
Code: Select all
Exception: Error: Cannot set property Textiles of instance of Manifest to invalid value NaN.
Active script: pods_standardPod 1.33
pods_standardPod.js, line 84:
manifest[type] += 1;
Code: Select all
> :d manifest
{
Firearms: NaN,
Alloys: NaN,
Textiles: NaN,
list: [{
unit: "t",
displayName: "Liquor/Wines",
commodity: "liquor_wines",
containers: 1,
quantity: 1
}, {
unit: "t",
displayName: "Machinery",
commodity: "machinery",
containers: 3,
quantity: 3
}, {
unit: "kg",
displayName: "Gold",
commodity: "gold",
containers: 1,
quantity: 7
}, {
unit: "t",
displayName: "Alien Items",
commodity: "alien_items",
containers: 2,
quantity: 2
}]
}
Code: Select all
manifest[type] = ( manifest[type] || 0 ) + 1;
Code: Select all
Exception: Error: Cannot set property gemStones of instance of Manifest to invalid value undefined.
Active script: vortex_player.js 1.30
vortex_player.js, line 646:
manifest["gemStones"] = this.gems;
...
Exception: Error: Cannot set property gemStones of instance of Manifest to invalid value undefined.
Active script: vortex_maelstrom.js 1.27
vortex_maelstrom.js, line 624:
manifest["gemStones"] = this.gems;
Code: Select all
> :d manifest
{
gold: 0,
platinum: 0,
Radioactives: NaN,
Computers: NaN,
list: [{
...
}, {
unit: "g",
displayName: "Gem-Stones",
commodity: "gem_stones",
containers: 1,
quantity: 16
}, {
...
}]
}
Code: Select all
Error: Cannot set property Alloys of instance of Manifest to invalid value NaN.
/ManagedAddOns/oolite.oxp.Thargoid.Pods.oxz/Scripts/pods_standardPod.js, line 84.
pods_standardPod.js
.description.plist
and script for pods_standardPod
.pods_emptyBarrel
(and pods_UPS_emptyBarrel
) decreased value role of the cargopod
from 0.1(0.12) to 0.005.pods_missileBarrel
decreased value role of the cargopod
from 0.05 to 0.005.cargopod
from 0.5 to 0.05.I should created a new OXP(with uniquethis.copyright = "Creative Commons: attribution, non-commercial, sharealike with clauses - see readme.txt";
shipdata.plist
entity keys and etc.) or may uploaded a fixed version 1.37 to the OXP manager?I think a pods from this OXP is pods with broken RFID (how a displayed by cargo scanner). Also may be they are hidden pods, smuggler pods, secret pods with some risk(jamming, breach, big cargo, credits). A NPC-ships is not react on the they.
hasScoopMessages
on the has_scoop_message
in the shipdata.has_scoop_message
to: fuelPod, emptyPod, retryPod, jamPod, missilePod, explodingPod, trumblePod (and UPS version also).All of my OXPs were put into the public domain for anyone to take over ownership and support for when I retired from making and supporting them. So if you want to take over ownership and support for Pods (and no-one else already has done so) then feel free to do so.[/url]Rustem wrote: ↑Fri Sep 15, 2017 10:32 amI found the some bugs and some ideas for this OXP. I can uploaded a fixed version 1.37 to the OXP manager?
But the license from author`s Thargoid :I should created a new OXP(with uniquethis.copyright = "Creative Commons: attribution, non-commercial, sharealike with clauses - see readme.txt";shipdata.plist
entity keys and etc.) or may uploaded a fixed version 1.37 to the OXP manager?
Thanks, Thargoid!Thargoid wrote: ↑Sun Oct 01, 2017 2:51 pmAll of my OXPs were put into the public domain for anyone to take over ownership and support for when I retired from making and supporting them. So if you want to take over ownership and support for Pods (and no-one else already has done so) then feel free to do so.