1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-04 09:43:00 +02:00
FactorioScenarioMultiplayer.../lib
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
..
gui_tabs Add Better Chatting compatibility (#252) 2024-11-21 19:43:38 -05:00
planet_configs Add comment about fluid resource placement in aquilo config. 2024-11-20 16:33:35 -05:00
config_parser.lua 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
config.lua 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
holding_pen.lua Have the basics of a Fulgora spawn working. Looks like shit, but best I can do for now. 2024-11-06 12:37:48 -05:00
oarc_commands.lua Renaming startup setting for enabling secondary spawns. Adding some helper commands. Fixing more migration issues. 2024-11-11 12:00:10 -05:00
oarc_gui_tabs.lua Re-arrange and rename some of the settings tabs and headers for clarity. 2024-10-24 10:11:01 -04:00
oarc_gui_utils.lua Saving my work for surface starting items and resources config GUI. Have the starting items working. Need to setup GUI for resources next. 2024-10-06 15:28:16 -04:00
oarc_tests.lua Add Better Chatting compatibility (#252) 2024-11-21 19:43:38 -05:00
oarc_utils.lua Add Better Chatting compatibility (#252) 2024-11-21 19:43:38 -05:00
offline_protection.lua 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
regrowth_map.lua 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
scaled_enemies.lua First pass Gleba secondary spawn seems to be okay. 2024-11-20 11:49:02 -05:00
separate_spawns_guis.lua Add Better Chatting compatibility (#252) 2024-11-21 19:43:38 -05:00
separate_spawns.lua Add Better Chatting compatibility (#252) 2024-11-21 19:43:38 -05:00
sharing.lua Saving my work. The game loads and most of the basics are working but not properly tested yet. 2024-10-21 13:48:42 -04:00
spawn_area_generation.lua 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