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

149 Commits

Author SHA1 Message Date
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
502ed16b92 Lots of changes to the color/sound/icons for various messages printed to players. 2024-12-02 12:49:56 -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
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
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
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
624ba04621 Add ru translation. 2024-11-17 08:44:16 -05:00
Oarcinae
9b215c9f0d Fix missing localization for research notification and add warnings about supported surfaces. 2024-11-13 06:32:50 -05:00
Oarcinae
f49a755ba9 Updating changelog. 2024-11-11 12:22:34 -05:00
Oarcinae
de288d4628 Additional warning in locale for default secondary spawn setting. 2024-11-11 12:02:14 -05:00
Oarcinae
a4c4a67d32 Renaming startup setting for enabling secondary spawns. Adding some helper commands. Fixing more migration issues. 2024-11-11 12:00:10 -05:00
Oarcinae
1421cf029a Fix regrowth and migration issues. 2024-11-09 00:19:04 -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
3eb2c385c9 Saving my work getting other planet spawns to work. Got distracted by a repeatable desync related to cheat planet command and removing offline players. Needs more testing. 2024-11-07 22:27:12 -05:00
Oarcinae
b7262591cf Removing trailing spaces from locale, and add them in string concat where needed. 2024-11-06 10:58:35 -05:00
plex
9583ede059
add more locale gui (#245)
* add mod setting string locale

* add more locale gui

* add more locale
2024-11-06 10:53:52 -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
plexpt
25dee61043 update locale 2024-11-01 20:46:11 +08:00
plexpt
4fe126bcbf add Chinese locale 2024-10-29 15:32:02 +08:00
Oarcinae
7ddc0c2135 Should fix a LOT of cases where player was used instead of player.character. Add broadcast for when player changes surfaces and platforms. 2024-10-27 19:50:52 -04:00
Oarcinae
834cac3702 Exposing friendly and cease fire in mod settings. I guess PvP is now technically supported? 2024-10-25 19:56:04 -04:00
Oarcinae
398615074a Re-arrange and rename some of the settings tabs and headers for clarity. 2024-10-24 10:11:01 -04:00
Oarcinae
a2cb2ed728 Player can now self reset (enabled by default). 2024-10-24 09:54:05 -04:00
Oarcinae
9dcb52d6ac
Merge pull request #202 from Ice-Cue/patch-3
Add de locale.cfg
2024-10-23 19:32:50 -04:00
Oarcinae
4e7c9c6f4a Add a warning note and extra check for empty table. 2024-10-23 09:20:01 -04:00
Ice-Cue
223d9d5666
Update locale.cfg 2024-10-22 17:45:48 +02:00
Ice-Cue
dc5ec7d90d
Create locale.cfg
German local.cfg file
2024-10-22 17:35:48 +02:00
Oarcinae
98fb2e3c54 Fixed some issues related to Space Age Compat. Added a teleport to respawn button. Should be stable enough for an "experimental" release at this point. 2024-10-21 23:11:20 -04: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
53b2a2df4f Updating settings for radians to degrees to just use new settings completely to avoid migration issues. 2024-10-19 13:21:35 -04:00
Oarcinae
f8d1dcf78d
Merge branch 'dev_2.0.4_pre_sa_release' into 191-desync-unknown-cause-v203-suspect-enemy-forces-scaling 2024-10-19 12:42:03 -04:00
Oarcinae
54fa5ed9aa Working on controls for allowing secondary spawns as well as some basic spawning mechanics for buddies to travel to another planet together. 2024-10-18 22:24:24 -04:00
Oarcinae
57187624a8 Change resource placement in semi-circle to use degrees not radians in settings. 2024-10-18 20:45:16 -04:00
Oarcinae
9b9e3937be Completely remove the enemy easy and medium forces. Rollback due to suspected desync source. Including removing the force evo settings. 2024-10-18 13:17:18 -04:00
Oarcinae
0d46fcd3fa Return of the coin shop. Plus some cleanup of comments in the config.lua file with regards to the template scenario. Also bumping version number and starting changelog. 2024-10-12 21:57:46 -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
2aa932f481 Added a way to export/import full settings via a serialized string. 2024-10-07 11:52:55 -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
Oarcinae
b61dde3cba Clean up player list. Should be good enough now. 2024-10-04 14:10:11 -04:00
Oarcinae
3ad5d85c87 Saving work on player list. Mostly working? 2024-10-04 13:27:42 -04:00
Oarcinae
25e9f825c5 More FAQ and settings subheaders. More info about template scenario. 2024-09-25 13:12:01 -04:00
Oarcinae
4000063d6f Fixed some issues with regrowth missing vehicles. Added regrowth refresh around spidertrons and on exiting any vehicle. Added more info to the ingame settings GUI with subheaders. Added checks to ensure mod default settings match internal example config. Reduced refresh area for regrowth around players to reduce UPS impact. Added more info about template scenario in config file. 2024-09-24 22:28:45 -04:00
Oarcinae
d133179a74 Exposed more of the resource placement as mod settings. Changed default positioning to be relative to spawn radius instead of spawn center. Move more of spawn config to be in general settings, not surface specific. 2024-09-23 22:48:08 -04:00
Oarcinae
396de6e984 Added support for secondary spawns. Currently just copies nauvis style spawns. Will need updating for Space Age later. Fixed a missing tooltip. 2024-09-23 12:59:22 -04:00
Oarcinae
a7c300f991 Cleaning up a lot of small things. Localizations, minor todos, removing extra log messages. Fixed an issue with regrowth refreshing chunks around players. Added FAQ for sharing electricity and items. Getting ready for first mod release. 2024-09-22 22:18:22 -04:00
Oarcinae
ca7cd6ac41 Added custom entities for power sharing and item sharing via cross-surface electric networks and linked-chests respectively. Added settings for adjusting enemy evo level. 2024-09-20 21:39:01 -04:00
Oarcinae
89d2e54778 Added secondary spawn info to GUI tab. 2024-09-19 14:05:29 -04:00
Oarcinae
24bea60554 Fixed spawn shapes config (specifically moat and tree ring widths). Added in rich text map locations broadcast for any new spawn. Started work on secondary surface spawning mechanic. 2024-09-19 13:19:57 -04:00