1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-05 22:53:48 +02:00
Commit Graph

286 Commits

Author SHA1 Message Date
Oarcinae
905939610d Default to moat enabled in spawn choices. 2024-11-17 14:38:48 -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
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
9b215c9f0d Fix missing localization for research notification and add warnings about supported surfaces. 2024-11-13 06:32:50 -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
9b9993f25d More missing migration (generated spawn status). Add a work around for teleporting player to their spawn if they don't have a landing pad on the surface. 2024-11-10 10:00:12 -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
c693ab5230 Untested change for detecting landing pads on a surface and letting player go there instead of teleporting to spawn. 2024-11-06 12:38:02 -05:00
Oarcinae
b1bf269b15 Saving some work on checking for landing pads and additional type defs missing in config. 2024-11-06 12:38:02 -05:00
Oarcinae
f9c50f4749 Fix fulgoran lightning attrators on enemy force. Fix liquid tile strip placement not respecting size modifier. Tweak default Fulgoran spawn area. 2024-11-06 12:38:01 -05:00
Oarcinae
19b0321e50 Fix log spam now that I know the reason for it. Chunk iterator provides chunks in all stages of generation. 2024-11-06 12:38:01 -05:00
Oarcinae
305786da57 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
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
cbb93db37a Fix #246 gui crash on player self reset button click 2024-11-06 10:45:58 -05:00
Oarcinae
b10b507eb8 Remove unnecessary use of pairs in GetClosestUniqueSpawn. Remove old reference to "enemy-easy" in ShareChatBetweenForces. 2024-11-05 11:10:56 -05:00
Oarcinae
7dba51d535 Adding a hacky way to scale damage to spawners near spawns. Defaults to off because it is somewhat experimental. 2024-11-05 11:09:01 -05:00
Oarcinae
129a05510d Fix #240 crash on gui radio select when main team is disabled. 2024-11-05 09:08:28 -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
12aed6c677 Fix critical crash in player left event when removing items. 2024-10-29 19:48:38 -04:00
Oarcinae
2437b8a0f4 Fix incorrect param order ConfigurePlayerForceRelationships 2024-10-27 20:11:59 -04: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
49764f928f Adding utility function for grabbing cargo pods to the player. Not yet exposed. Fixing #224 (player respawn on other planets crashes game). Adding custom events to help with integration and for handling changing between surfaces. 2024-10-27 18:06:16 -04:00
Oarcinae
d4b26d93ac Saving work on custom events. 2024-10-27 18:06:16 -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
fbd4b2c992 Set default items to be same as vanilla freeplay. 2024-10-24 08:44:29 -04:00
Oarcinae
1df295f63f Fix updated item name in shop for logistics storage chest. 2024-10-23 21:24:27 -04:00
Oarcinae
8c82c83736 Added a new spacing config for fluid resources and changed default to 6 from 4. 2024-10-23 21:18:07 -04:00
Oarcinae
b4ba31512e Minor text change. 2024-10-23 19:25:13 -04:00
Oarcinae
be35156b5a Add GPS ping text for player when clicking on player list location. Bumping version too. 2024-10-23 19:22:02 -04:00
Oarcinae
4e7c9c6f4a Add a warning note and extra check for empty table. 2024-10-23 09:20:01 -04:00
Oarcinae
cdc3a23b22 Fix spawn controls not being re-enabled when GUI is rebuilt. Fixes #206. Bumping version. 2024-10-23 08:42:43 -04:00
Oarcinae
d891f75e6c Fixing crash in player list. Also bumping version. 2024-10-22 20:47:40 -04: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
6d75811639 Renaming global to storage. 2024-10-19 20:48:20 -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
7261ec3d11 fixes #197 where abandoned base removal removes other chunks even when regrowth is disabled 2024-10-19 12:37:48 -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
47380212d7 Expanded comment and added a missing function doc. 2024-10-18 20:05:11 -04:00
Oarcinae
5d97535be7 Saving addition of some boolean non-mod settings shown in settings GUI. 2024-10-18 14:01:26 -04:00
Oarcinae
68d3d04ea5 Force research queue to always be enabled for any new force created. 2024-10-18 13:29:04 -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
340a21479a Saving rollback work. Not tested yet. 2024-10-17 21:55:10 -04:00