Pods OXP
Moderators: winston, another_commander
Re: Pods OXP
Thanks - uploaded v1.32 with a fix (just a file rename for the model).
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: Pods OXP
And onward up to 1.33, to deal with some rogue [%I] references which are causing a bracket-choke. Plus fixing the docs a little, as they were wrong in 1.32.
Download from the links below as normal.
Download from the links below as normal.
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: Pods OXP
And up again to v1.34, to fix a couple of expansions I missed before.
With thanks to Eric for the heads-up on both this and the previous one.
Download from the wiki or box via the links below as normal.
With thanks to Eric for the heads-up on both this and the previous one.
Download from the wiki or box via the links below as normal.
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: Pods OXP
hello!
i found out that if i scoop a bulk container sometimes it shows this message : "93 kilogramm[pod_content_kilos]". when i look in my cargobay there are no 93 kilos of gems,platinum or gold.
i'm using version 1.34 but this happened already in version1.33 of the pods.oxp.
in the script pods_bigpod_kg i found this line :
"let cargo = expandDescription('[pod_contentKilos]');" i think there is missing a "s"? :pods_contentKilos
i found out that if i scoop a bulk container sometimes it shows this message : "93 kilogramm[pod_content_kilos]". when i look in my cargobay there are no 93 kilos of gems,platinum or gold.
i'm using version 1.34 but this happened already in version1.33 of the pods.oxp.
in the script pods_bigpod_kg i found this line :
"let cargo = expandDescription('[pod_contentKilos]');" i think there is missing a "s"? :pods_contentKilos
Re: Pods OXP
Yes, there's a missing s there.
I'll update the OXP and fix it.
Thanks - between this and laser booster I'm going to make you my latest official Bugfinder General
Editted to add - v1.35 now uploaded with the fix. Available via wiki and box links below as normal.
I'll update the OXP and fix it.
Thanks - between this and laser booster I'm going to make you my latest official Bugfinder General
Editted to add - v1.35 now uploaded with the fix. Available via wiki and box links below as normal.
Last edited by Thargoid on Thu Feb 07, 2013 7:12 pm, edited 1 time in total.
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Pods OXP
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
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: Pods OXP
i loove cookies! ♥
thanks for welcoming me aboard
haha,okay (but somehow i feel a little bit scared now.. ).. I'm going to make you my latest official Bugfinder General
thanks for welcoming me aboard
Re: Pods OXP
Recently installed pods and noticed this:
This is in ver.1.35.(I just DL'd to be sure) I'm running Oolite development version 1.85.0.6943-170616-7eae3c8
but was able to reproduce in 1.84
From the debug console:
I threw in a log stmt to see what was going on and this is happening when manifest[type] is undefined. I've never dealt w/ manifest before but the documentation says this should work, so I tried a fix:
This got rid of the error in ver.1.84 but caused the dev version to exit to Windows
Also getting
It's unclear in the wiki if this should be 'gem_stones' or 'gem-stones'. But you use 'Gem-Stones' in pods_bigPod-gems.js, which in another dump seems to be the correct key:
Will both displayName and commodity work? (Did I mention I've never used manifest )
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;
but was able to reproduce in 1.84
From the debug console:
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;
Also getting
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
}, {
...
}]
}
"Better to be thought a fool, boy, than to open your trap and remove all doubt." - Grandma [over time, just "Shut your trap... fool"]
"The only stupid questions are the ones you fail to ask." - Dad
How do I...? Nevermind.
"The only stupid questions are the ones you fail to ask." - Dad
How do I...? Nevermind.
Re: Pods OXP
Hi! Recently installed pods from OXP Manager and find logging errors:
This error is appearing after you scooped the cargo canisters from this OXP. It is not added cargo to the player ship manifest (cargo space).
Suggesting upgrade this OXP:
12/09/2017 - Version 1.36 : scripting update for compatability with oolite v1.85.
- Added logging for error cargo type in
- Edited name of the cargo type in
- Edited the scripts: correct name decsriptions, sometimes increased time for display consoleMessage. (TODO: add time bw msg)
- Edited the shipdata: for
- Edited the shipdata: for
- Edited the shipdata: for all standart pods decreased value role of the
// TODO: Add time interval for display consoleMessage?
// TODO: Add delay for recovery cargo type in the broken RFID of cargo pod?
// TODO: This OXP pods for the player ship only, for NPC-scooping need upgrading all the scripts.
Latest draft version: Pods 1.36
Questions, suggestions, and error reports welcome!
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.
Suggesting upgrade this OXP:
12/09/2017 - Version 1.36 : scripting update for compatability with oolite v1.85.
- Added logging for error cargo type in
pods_standardPod.js
.- Edited name of the cargo type in
description.plist
and script for pods_standardPod
.- Edited the scripts: correct name decsriptions, sometimes increased time for display consoleMessage. (TODO: add time bw msg)
- Edited the shipdata: for
pods_emptyBarrel
(and pods_UPS_emptyBarrel
) decreased value role of the cargopod
from 0.1(0.12) to 0.005.- Edited the shipdata: for
pods_missileBarrel
decreased value role of the cargopod
from 0.05 to 0.005.- Edited the shipdata: for all standart pods decreased value role of the
cargopod
from 0.5 to 0.05.// TODO: Add time interval for display consoleMessage?
// TODO: Add delay for recovery cargo type in the broken RFID of cargo pod?
// TODO: This OXP pods for the player ship only, for NPC-scooping need upgrading all the scripts.
Latest draft version: Pods 1.36
Questions, suggestions, and error reports welcome!
Last edited by Rustem on Wed Sep 13, 2017 7:10 am, edited 3 times in total.
Re: Pods OXP
You must include a "people pod" that informs the player that they have been replaced by an exact replica of themselves that points and screams at other ships that have not picked up such a pod.
Re: Pods OXP
I 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 :
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?Re: Pods OXP
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.
Re: Pods OXP
Latest draft version: Pods 1.38
- Fixed: replaced
- Added no
- Fixed: replaced
hasScoopMessages
on the has_scoop_message
in the shipdata.- Added no
has_scoop_message
to: fuelPod, emptyPod, retryPod, jamPod, missilePod, explodingPod, trumblePod (and UPS version also).Re: Pods OXP
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?
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: Pods OXP
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.
Updated the page: Pods OXP