1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2026-04-24 20:44:46 +02:00

14 Commits

Author SHA1 Message Date
Oarcinae 502ed16b92 Lots of changes to the color/sound/icons for various messages printed to players. 2024-12-02 12:49:56 -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 0bd2df774a Remove a bunch of old code and fix some incorrect lua param syntax. 2024-11-20 16:25:08 -05:00
Oarcinae 30646f63d7 Saving major work implementing and testing secondary spawns on other surfaces. Still semi-experimental. 2024-11-08 23:00:12 -05:00
Oarcinae 5bcaa1267a Dev fix teleport issue 2.1.6 (#238)
* plexpt localization work

* Fix teleport bug when remote driving.

* Fix some minor localization issues from PR.

* Fix some more incompatibilities due to dependency ordering. Add more surfaces to be blacklisted as well.

* Update changelog.

---------

Co-authored-by: plexpt <plexpt@gmail.com>
2024-11-04 12:23:07 -05:00
Oarcinae 0d5ec9210e 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
Oarcinae 6d75811639 Renaming global to storage. 2024-10-19 20:48:20 -04:00
Oarcinae 1db2de97f0 Remove test log message in surface_config. 2024-10-09 10:48:04 -04:00
Oarcinae 1f263a3c18 Remove player print spam for testing in surface_config. Update changelog and info.json. Add RSO to hidden dependencies. 2024-10-07 22:52:25 -04:00
Oarcinae e806ea43e0 Change safe area settings from tiles to chunks. closes #162 2024-10-07 22:24:08 -04:00
Oarcinae 0bcff71fe4 Saving all tweaks to settings config GUI. Should be mostly done now. Fixed a bug with resource placement angle as well. 2024-10-07 21:48:28 -04:00
Oarcinae e6d0d6e2f1 Extra warning. 2024-10-06 20:53:13 -04:00
Oarcinae 245f9860c8 Got safe area and resources spawn config gui pieces working. Fixed an issue with tree ring not spawning filling in base over water. 2024-10-06 20:46:32 -04:00
Oarcinae ffc9b450a5 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