Page 2 of 2

Re: [Release] Ore Processor 2.1

Posted: Sun Feb 16, 2014 3:36 pm
by Cody
Welcome aboard, toko - have a cookie.

Re: [Release] Ore Processor 2.1

Posted: Sun Feb 16, 2014 3:41 pm
by spara
Toko, that's exactly what has been changed to make it work :D . Other changes included are for hard wiring the processor. You might want to fix the addition shipset oxp too. From datakeys "griff_rock_chunk_2" to "griff_rock_chunk_6" make the following changes:

Code: Select all

like_ship = "griff_normalmapped_splinter_1";
to

Code: Select all

like_ship = "griff_rock_chunk_1";
That's the way it is in replacement shipset.

Re: [Release] Ore Processor 2.2

Posted: Thu Aug 28, 2014 6:45 am
by spara
An update (2.2) resulting from this discussion: https://bb.oolite.space/viewtopic.php?f=2&t=16844

* scanner functionality is now a purchasable upgrade (425 credits).
* scanning is fail-safe.
* scanning takes more time and more energy to not make it too easy. Previously scanning took 5 blips, now 10 blips.

Available from the expansion manager.

Re: [Release] Ore Processor 2.2

Posted: Thu Aug 28, 2014 7:19 am
by Venator Dha
spara wrote:
An update (2.2) resulting from this discussion: https://bb.oolite.space/viewtopic.php?f=2&t=16844

* scanner functionality is now a purchasable upgrade (425 credits).
* scanning is fail-safe.
* scanning takes more time and more energy to not make it too easy. Previously scanning took 5 blips, now 10 blips.

Available from the expansion manager.
Sounds great spara.
However I got the following error when downloading from the expansion manager:

Code: Select all

09:15:55.622 [oxz.manager.error]: Downloaded OXZ does not have the same identifer and version as expected. This might be due to your manifests list being out of date - try updating it.

Re: [Release] Ore Processor 2.2

Posted: Thu Aug 28, 2014 7:34 am
by spara
Thanks. Download fixed and working now.

Re: [Release] Ore Processor 2.2

Posted: Mon Jan 05, 2015 9:36 pm
by Venator Dha
Using the latest 1.81 trunk: After some time doing other things I've returned to some asteroid mining and have discovered a problem with processing splinters with gem-stones. They are recognised by the scanner, processed in the processor, I get the message Xg Gem-Stones extracted, but are not changed to Gem-Stones in the cargo, they remain minerals. If I eject them they are seen as processed fragment (Gem-Stones) :( . All others are processed properly. :)
Using 1.80: Works as expected with everything processed properly. :)

Re: [Release] Ore Processor 2.2

Posted: Thu Jan 08, 2015 4:44 pm
by spara
Thanks for reporting Venator Dha. Version 2.2.1 fixes the oxp to work with 1.81.

Re: [Release] Ore Processor 2.2.1

Posted: Thu Jan 08, 2015 8:09 pm
by Venator Dha
Working nicely now, Thanks :)