Any way to stop the asteroid bombardment, and or the violent screen shake, to be honest it was a good idea for repopulating the surface with ores early game, however I'm at end game now, getting all my resources via ore miners etc and to be quite honest I'm sick of them and the violent screen shaking as well be nice to able to turn them off. ?
Is there any way to increase the duration of time for the resources dropped by the meteors? Most items disappear/despawn after about 2 minutes from time of impact. Thank you for your time.
Is there any way to change the chance of each material dropped? I have more iron and titanium than I can store, but I always have to scrounge everywhere for aluminum. *EDIT* I should say that this is pre-osmium, so no extractors.
Not each element by itself, but you can change how much ores drop for each meteorite from 1 to whatever you want, but this effects everything. Take note that the multiplier 5 is used as this allows generally for at least one instance of each ore per meteorite, so to increase the amount just increase the value to say 20 and now five of each ore other than uranium, iridium, or super alloy will spawn from each 'standard' meteor. Iridium, Uranium, Osmium, and Super Alloy events will spawn their own multiples of whatever value is set, so each meteor of those can have their yields changed. But to increase only a specific ore type e.i aluminum, iron, cobalt, etc, I don't believe there is a way currently.
Osmium and Super Alloy meteor events will occur at random once your Ti (terriforming index) reaches a certain value. To have a chance once planetary criteria is met make sure the "AddSpecialMeteorites" line in the config file is set to equal true which will allow them to have a chance to be triggered using the F3 key or whatever key you set to trigger the mod. Osmium and Alloy Meteor Storms will now be mixed in the random storm choice along with the Iridium, Uranium, and Normal Meteor Events. But other than that there is no way to make only a specific type of 'shower' event to happen. It's random at the time the key is pressed. Would be a nice feature or a way to make the advanced showers happen at any time in the game, but that probably is more deep under the hood of the game and harder to edit/change without breaking the game or something else.
Whenever I change something it doesn't save the game just overwrites the CFG with the original not sure why
have tested with Aluminium and I got it to work one game load then it was overwritten the next and it took out iridium and just gave uranium - Can you maybe rewrite the mod with
Aluminium Super Alloy (Alloy) Uranium Iridium
although the last two are less nesicary as you can build rockets for them you can not do that for the first two
23 comments
## Settings file was created by plugin Better Meteorites v0.2.0
## Plugin GUID: aedenthorn.BetterMeteorites
[General]
## Enable this mod
# Setting type: Boolean
# Default value: true
Enabled = true
## Enable debug logs
# Setting type: Boolean
# Default value: true
IsDebug = true
[Options]
## Add iridium and uranium meteorites to event list
# Setting type: Boolean
# Default value: false
AddSpecialMeteorites = true
## Resource per meteorite multiplier
# Setting type: Single
# Default value: 1
MeteoriteResourceMult = 5
## Chance of adding uranium to ordinary meteorite (1.0 = 100% chance)
# Setting type: Single
# Default value: 0.05
UraniumChance = 0.75
## Chance of adding iridium to ordinary meteorite (1.0 = 100% chance)
# Setting type: Single
# Default value: 0.05
IridiumChance = 0.85
(partial)Error message in the BepInEx log: AccessTools.Field: Could not find field for type SpaceCraft.MeteoHandler and name meteoEvents
Looks like meteors are handled differently by the game than they are used too.
https://www.nexusmods.com/planetcrafter/mods/55/
Most items disappear/despawn after about 2 minutes from time of impact.
Thank you for your time.
*EDIT*
I should say that this is pre-osmium, so no extractors.
have tested with Aluminium and I got it to work one game load then it was overwritten the next and it took out iridium and just gave uranium - Can you maybe rewrite the mod with
Aluminium
Super Alloy (Alloy)
Uranium
Iridium
although the last two are less nesicary as you can build rockets for them you can not do that for the first two