mirror of
https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git
synced 2024-12-04 09:43:00 +02:00
Update changelog, info and gitignore for 2.0.4.
This commit is contained in:
parent
4dfed7c113
commit
3f3bf00c2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
releases
|
||||
scenarios
|
@ -1,4 +1,20 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.4
|
||||
Date: 2024-10-19
|
||||
Bugfixes:
|
||||
- Reverting the enemy scaling that introduced new enemy forces due to being a suspected source of desyncs.
|
||||
- Fixed an issue where unexpected chunks were being removed when abandoned bases were being cleaned up, even though regrowth was disabled.
|
||||
- Fixed a bug where if you use the custom scenario, it would ignore mod settings even when not overriding them.
|
||||
- Removing accidentally included scenario from the mod package. (Gitignore doesn't stop it from being included in the mod package when using FMTK.)
|
||||
Minor Features:
|
||||
- Added a section in the custom GUI for settings that don't appear in the mod settings, but might still be good to have easy access to. Currently, this just adds a couple of settings related to coins generated by killing enemies. I may expand this in the future.
|
||||
- Added settings for enabling primary and secondary spawning per surface in the in game GUI settings. Previously you couldn't choose which surfaces allow primary and which allow secondary spawning. Now you can pick which surfaces players are allowed to start on, and which surfaces will generate custom secondary spawns when a player first travels to them. This will be useful for space age support.
|
||||
Changes:
|
||||
- Re-added the code that turns on the research queue by default. This is the default vanilla behavior.
|
||||
- Changed resource placement to use degrees instead of radians. Only applies to circle/octagon bases. Should be more intuitive. Watch out for this change if you modified the resource placement mod settings.
|
||||
Info:
|
||||
- Due to the nature of the changes, I would recommend restarting fresh to avoid potential migration issues. I did add migration scripts, but can't guarantee they will work perfectly in all cases.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.3
|
||||
Date: 2024-10-13
|
||||
Major Features:
|
||||
|
Loading…
Reference in New Issue
Block a user