1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-04 09:43:00 +02:00
Commit Graph

636 Commits

Author SHA1 Message Date
Oarcinae
ecdda29839 Fix an older migration issue in spawn choices table that I missed. 2024-12-03 20:28:14 -05:00
Oarcinae
a4c4b0ed0e
Merge pull request #282 from Oarcinae/dev_2.1.16
Dev 2.1.16
2024-12-03 20:08:10 -05:00
Oarcinae
7755ae9d73 Fix surface name for platforms in player list. Caught some more print statements that weren't wrapped in CompatSend. Add special sound for join request. 2024-12-03 20:03:39 -05:00
Oarcinae
73aa900e35 Disable the additional console chat sound due to causing multiple sounds to be played at the same time. Might add it as an option in the future. 2024-12-03 19:33:55 -05:00
Oarcinae
7bf5b21b6d Fix incorrect sound filename. 2024-12-03 18:55:51 -05:00
Oarcinae
bac97318ec Update changelog. 2024-12-03 18:44:04 -05:00
Oarcinae
39cf6efa8d Fix edge case where player can be reset while spawning. 2024-12-03 18:37:51 -05:00
Oarcinae
6732cc505e Add cleanup player command (admin only). 2024-12-03 16:53:01 -05:00
Oarcinae
37dda47921 Fix missing surface name on player list if not on planet. 2024-12-03 13:23:35 -05:00
Oarcinae
502ed16b92 Lots of changes to the color/sound/icons for various messages printed to players. 2024-12-02 12:49:56 -05:00
Oarcinae
80d0ecdc9b Update version and changelog. 2024-12-02 11:19:13 -05:00
Oarcinae
3f6f92e4aa Adding in player colored chat messages. Comment out log spam events. Add destroy decoratives to template scenario. 2024-11-29 13:50:38 -05:00
Oarcinae
8a077190ec Saving work on custom events and example scenario. 2024-11-28 13:30:11 -05:00
Oarcinae
47ddc9fd08
Merge pull request #280 from Oarcinae/dev_2.1.15
Dev 2.1.15
2024-11-26 22:24:01 -05:00
Oarcinae
dda40a52a6 Update changelog with release date 2024-11-26 22:21:26 -05:00
Oarcinae
e80ceaa528 Modding interface updates. 2024-11-26 22:04:08 -05:00
Oarcinae
e0e21da26f Update changelog and fix migration bug where gleba_resources was missing in nauvis config. 2024-11-26 21:02:36 -05:00
Oarcinae
f990292c9f
Merge pull request #276 from PlexPt/icon
The icons are losslessly compressed.
2024-11-25 11:15:15 -05:00
Oarcinae
3fa20a0108 Start dev branch for 2.1.15 2024-11-25 11:13:25 -05:00
plexpt
46ab0c1ebc The icons are losslessly compressed. 2024-11-22 14:19:16 +08:00
Oarcinae
032d173b17
Merge pull request #275 from Oarcinae/dev_2.1.14
Dev 2.1.14
2024-11-21 20:00:43 -05:00
Oarcinae
f453597d35 Add better-chat compatibility to info.json 2024-11-21 19:58:54 -05:00
Oarcinae
c0d5538041 Update changelog. 2024-11-21 19:57:39 -05:00
PennyJim
e18bd34d52
Add Better Chatting compatibility (#252)
* Add CompatSend

* Replace all other prints with CompatSend

I used the regex `(\w+)\.print\(` and replaced it with `CompatSend($1, `
Was really easy.
2024-11-21 19:43:38 -05:00
Oarcinae
1e1f3364ef More fancy planet name and icon localization. 2024-11-21 19:36:55 -05:00
plex
aad1100d7c
update zh-CN locale (#274)
* add mod setting string locale

* add more locale gui

* add more locale

* add zh-CN locale

* update locale
2024-11-21 13:41:39 -05:00
Oarcinae
760173e0a1 Switch to using new set_driving() function, update required base version and mod version. 2024-11-21 13:37:11 -05:00
Oarcinae
3e35474eb4
Merge pull request #272 from Oarcinae/dev_2.1.13
Add comment about fluid resource placement in aquilo config.
2024-11-20 16:40:52 -05:00
Oarcinae
908abf6fd0
Merge pull request #271 from Oarcinae/dev_2.1.13
Dev 2.1.13 (Secondary spawn support for remaining Space Age planets)
2024-11-20 16:37:07 -05:00
Oarcinae
e363d97a0e Add comment about fluid resource placement in aquilo config. 2024-11-20 16:33:35 -05:00
Oarcinae
0bd2df774a Remove a bunch of old code and fix some incorrect lua param syntax. 2024-11-20 16:25:08 -05:00
Oarcinae
b3a697df8c Fix missing migration for regrowth surface init and updated one of the mod setting descriptions. 2024-11-20 16:11:28 -05:00
Oarcinae
3a9ade6224
Merge pull request #269 from Oarcinae/222-sa-need-to-setup-spawn-areas-for-each-planet-aquilo
Add support for secondary spawns on Aquilo.
2024-11-20 13:19:58 -05:00
Oarcinae
49f7918085 Add support for secondary spawns on Aquilo. More info in FAQ, updated various warnings about secondary surfaces and starting on other planets. 2024-11-20 13:17:06 -05:00
Oarcinae
04bd237cf5
Merge pull request #268 from Oarcinae/220-sa-need-to-setup-spawn-areas-for-each-planet-gleba
220 sa need to setup spawn areas for each planet gleba
2024-11-20 11:51:09 -05:00
Oarcinae
661f36085a First pass Gleba secondary spawn seems to be okay. 2024-11-20 11:49:02 -05:00
Oarcinae
553389ce6e Saving initial Gleba work. Have a dumb but simple method for placing plants and iron-copper things. Needs refining and testing. 2024-11-19 23:16:52 -05:00
Oarcinae
d06d6eadf3
Merge pull request #267 from Oarcinae/219-sa-need-to-setup-spawn-areas-for-each-planet-vulcanus
Add basic support for Vulcanus secondary spawns.
2024-11-19 21:36:11 -05:00
Oarcinae
de55c774f9 Add vulcanus config migration. Disable moat on Vulcanus to avoid spawn locking. It also serves no real defensive purpose. Revert radius mod to 1. 2024-11-19 21:34:15 -05:00
Oarcinae
4cd397f815 Add basic support for Vulcanus secondary spawns.
Have a workaround for demolishers that tracks them and destroys them if they are too close to the spawn. Can definitely be abused, but good enough for now. Fixed issue with joiners being teleported unexpectedly when rerolling a secondary spawn. Removed some old commented out code in utils. Tweak default danger radius to be smaller based on feedback. Fix fuild resources and sharing entities not moving when scaling spawn size. Added locale for welcome home ground text.
2024-11-19 20:59:25 -05:00
Oarcinae
d42e61dad7
Merge pull request #265 from Oarcinae/255-make-moat-enable-be-the-default-setting-on-the-spawn-gui
Default to moat enabled in spawn choices.
2024-11-17 14:40:45 -05:00
Oarcinae
905939610d Default to moat enabled in spawn choices. 2024-11-17 14:38:48 -05:00
Oarcinae
1c680026e6
Merge pull request #264 from Oarcinae/253-offline-enemy-protection-log-spam-attack-on-player-char
Remove unnecessary error message
2024-11-17 14:34:56 -05:00
Oarcinae
3009c88be8 Remove unnecessary error message and checks for offline protection when enemy group attack area doesn't seem to contain any player entities. 2024-11-17 14:32:16 -05:00
Oarcinae
a102768791
Merge pull request #263 from Oarcinae/258-regrowth-deletes-cargo-drops
258 regrowth deletes cargo drops
2024-11-17 14:20:55 -05:00
Oarcinae
d0d22e641c Update changelog. 2024-11-17 14:17:45 -05:00
Oarcinae
229cd326c0 Fix regrowth checkboxes not respecting previous setting if surface wasn't created yet. Surface init now defaults to the global setting. Adding a migration and change to surface init to ensure the center chunks never get deleted so that cargo-pods don't go missing. 2024-11-17 14:14:28 -05:00
Oarcinae
c9b411f249
Merge pull request #261 from Oarcinae/259-localization-rus-done
Add ru translation.
2024-11-17 08:46:19 -05:00
Oarcinae
624ba04621 Add ru translation. 2024-11-17 08:44:16 -05:00
Oarcinae
9baf33f235 Starting 2.1.13 dev branch. 2024-11-17 08:41:42 -05:00