Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
-Voxel and blueprint settings should now work correctly on multiplayer.
-Added backup system to preserve settings on published worlds or when Config is lost.
It's most likely a mod conflict brought about by mods updating things for Apex. I tried loading up my multiplayer save that has your mod and worked before the update (save has 97 mods in total), same error. I then added it to a test save that didn't have it before the update and has a quite small mod list. It worked on that one.
Exception occurred: System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at ExpandedSettings.ExpandedSettingsCore.Init()
at ExpandedSettings.ExpandedSettingsCore.LoadData()
at Sandbox.Game.World.MySession.LoadComponent(MySessionComponentBase component)
at Sandbox.Game.World.MySession.LoadDataComponents()
at Sandbox.Game.World.MySession.PrepareBaseSession(MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector)
at Sandbox.Game.World.MySession.Load(String sessionPath, MyObjectBuilder_Checkpoint checkpoint, UInt64 checkpointSizeInBytes, Boolean saveLastStates, Boolean allowXml)
-Added options to modify radiation for sun, blocks, and planets.
When i change <OxygenConsumptionMultiplier>-1</OxygenConsumptionMultiplier> to <OxygenConsumptionMultiplier>5</OxygenConsumptionMultiplier> does it make me use actually more oxygen?
<PlayerInventoryMultiplier>-1</PlayerInventoryMultiplier>
the "-1" means that there are no changes on those options, only if you use values under or over "1" the mod apply those multipliers
something like:
<PlayerInventoryMultiplier>5</PlayerInventoryMultiplier>
<PlayerInventoryMultiplier>-1</PlayerInventoryMultiplier>
doesent seem to change anything
The only recommendation is to add as many more settings as you can!
im using the MES Planet Creature Spawner by the way...
For the record, the issue seemed to be that the mod wasn't properly handling custom voxels that did not have a MinedOre value set. I think I covered all of the cases this time.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at ExpandedSettings.OreYieldModifiersConfig.GetOreData(String oreType)
at ExpandedSettings.ExpandedSettingsCore.Init()
at ExpandedSettings.ExpandedSettingsCore.LoadData()
at Sandbox.Game.World.MySession.LoadComponent(MySessionComponentBase component)
at Sandbox.Game.World.MySession.LoadDataComponents()
at Sandbox.Game.World.MySession.PrepareBaseSession(MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector)
at Sandbox.Game.World.MySession.Load(String sessionPath, MyObjectBuilder_Checkpoint checkpoint, UInt64 checkpointSizeInBytes, Boolean saveLastStates, Boolean allowXml)