Notifications
Clear all

To all SSC Station occupants

Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.

Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.

-D1-

Prospecting Mods

(@neuralkernel)
Reputable Member

I'm finding the Mola Transport to be almost the perfect ship for Autonomous combined mining and scooping operations but have some thoughts on how to improve things.

The Mining Cannon is just too big... it's ridiculous that you only need 7T of extra mass to collect hydrogen but 17T to collect ReMass. The fact that you can also collect lots of other things (and dump loads of other random materials into space) is nice but not really enough to be worthwhile.

I say get rid of it completely, either normal weapons could be used for mining or special missiles (replacing the current dumbfire). A lot of ships lately only have a front weapon mount so it's a choice between mining and fighting ability. A larger cannon would blast out more material, so a big ship with a big hold to fill would still need a bigger weapon to do it but even a small ship like a Wave could make a go at prospecting...

Quote
Topic starter Posted : July 4, 2013 03:34
(@fluffyfreak)
Noble Member

I still think that landing and mining makes more sense than blasting bits off a planet and trying to scoop them up.

ReplyQuote
Posted : July 4, 2013 03:55
(@neuralkernel)
Reputable Member

In the meantime I figured I'd try to add some bodies to Sol System... Ceres as a reference for the Main Belt and then a few random asteroids and stations in similar orbits.

I'm making a bit of progress in figuring out the structure but is there a reference somewhere I can check to make things quicker?

ReplyQuote
Topic starter Posted : July 4, 2013 04:31
(@fluffyfreak)
Noble Member

You mean a reference for the large asteroids in the solar system?

ReplyQuote
Posted : July 4, 2013 04:33
(@neuralkernel)
Reputable Member

Wikipedia has all the data about specific Celestial Bodies I need. What I was hoping for was some kind of reference as to how to translate that data into code Pioneer can use. I'm looking at the Information for various moons and dwarf planets and trying to match it with the figures from Wikipedia in order to get an idea of what the numbers mean. I know there has to be a better way, I'm just fumbling along, really 🙂

ReplyQuote
Topic starter Posted : July 4, 2013 05:33
(@neuralkernel)
Reputable Member

Asteroid Belts, Trojan Clusters, Planetary Rings and the like really seem like they would be handled best in a procedural fashion in the long term. I just figure the closest (minable, Phobos and Diemos are inhabited) asteroids to Earth should be closer than Neptune...

ReplyQuote
Topic starter Posted : July 4, 2013 05:46
(@fluffyfreak)
Noble Member

Ah, this has come up several times before I think, this is the problem with forums being a repository for this stuff.

I always find the conversion non-trivial but there are some easy ways to do it.

ReplyQuote
Posted : July 4, 2013 06:37
(@fluffyfreak)
Noble Member

There is the old Custom-Systems guide on the wiki which might help. Struggling to find the conversion examples I knew were around here previously though.

ReplyQuote
Posted : July 4, 2013 06:45
(@shadmar)
Reputable Member

Also if you find a nice procedural system ingame, you can export it to lua for further customization.

In console:

StarSystem:ExportToLua ()

ReplyQuote
Posted : July 4, 2013 07:12
(@shadmar)
Reputable Member

For orbit distances it is something like semi_major_axis (AU, division factor)

ReplyQuote
Posted : July 4, 2013 07:29
(@thebob)
Trusted Member

Mining in Frontier/Pioneer seems mostly to be done by large-scale operations, i.e. bases on asteroids and planets. Which makes sense, really. I always thought it a bit strange that one could earn money by just going around on planets scraping up a few tons here and there. I mean, unless you find something really valuable, there's not much money to be made (which is actually represented pretty nicely by the Game, I think. Metal Ore and precious metals don't exactly enable a great payday).

 

Prospecting, on the other hand, is another matter. Here you only have to bring home sample, and what you're effectively selling is the information on where you found them and how much more of it there is. This could be realised relatively simple by scripting... The problem is, the system generator doesn't assign any values of for valuable resources to planets. You'd have to do that yourself, which is of course also possible, but it might lead to a bit strange results at times, what with not really having access to the exact planetary properties...

ReplyQuote
Posted : July 4, 2013 13:33