1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-14 10:23:17 +02:00
Commit Graph

144 Commits

Author SHA1 Message Date
Oarcinae
10814e30fa Tweaking enemies. 2018-02-03 21:51:14 -05:00
Oarcinae
dcbd996bb3 Add some comments in code, todo and explanation. 2018-02-03 21:50:52 -05:00
Oarcinae
1264c6557d Increasing delay so that chunks are more likely to be generated... otherwise it can get bugged. 2018-02-03 21:27:54 -05:00
Oarcinae
1ec66c5072 Exposing more custom enemy options for my custom difficulty. Added disable destroy factor for evolution. 2018-02-03 14:37:32 -05:00
Oarcinae
920617a8af Reducing the long reach by about half, seemed kind of OP. Added a custom flag for changing to my difficulty settings. Fixed silo charting for other forces. Removed attempts at trying to randomize regrowth of ores. 2018-02-03 12:10:55 -05:00
Oarcinae
f67cd30778 Tweaking alien params for fun. 2018-02-02 17:22:45 -05:00
Oarcinae
5098a2b904 Regrowth still causing desyncs. 2018-02-01 17:06:06 -05:00
Oarcinae
cee32721e0 MMorwen found a typo in the info panel. 2018-02-01 14:35:27 -05:00
Oarcinae
4b789b196f Adding a kit command and belt immunity. 2018-02-01 13:37:34 -05:00
Oarcinae
2347577b49 Still trying to fix regrowth-rso desyncs. 2018-02-01 13:17:09 -05:00
Oarcinae
b9c5000bab Trying to fix desyncs that I think are related to my regrowth and RSO changes. 2018-02-01 13:03:11 -05:00
Oarcinae
cda9895836 Removing or type == "item-request-proxy" from the ghost time to live stuff. 2018-02-01 12:41:36 -05:00
Oarcinae
d8ecfbfcdc Fix the ghost/blueprint time to live. I didn't realize how it was supposed to work. 2018-02-01 12:37:38 -05:00
Oarcinae
f9d75030ad Make the evo status a nicer number. 2018-02-01 12:14:48 -05:00
Oarcinae
1f098086cd Tweaking the frontier silo generation, still have enemies spawning nearby and ore.... Might need to fix that later. 2018-02-01 00:06:29 -05:00
Oarcinae
21df6e264e Fix a bug with other team spawn and silo charting. Add more info to info button. 2018-01-31 23:44:13 -05:00
Oarcinae
5ee6910726 Feedback from Philip and his mods added in where possible. Added an Info button with an admin ban button hidden inside. Added option for more silos. Cleanedup separate teams options and disabling of radio buttons. 2018-01-31 23:31:33 -05:00
Oarcinae
4c89f75908 Add a dialog to tell players to wait while their spawn is created. 2018-01-27 11:07:54 -05:00
Oarcinae
7179e44a1e Fix some of the config welcome messages. 2018-01-27 11:07:27 -05:00
Oarcinae
295c746e92 I think I found the issue with the base cleanup, it was checking distance to the nearest spawn and always matching the same player who was leaving. 2018-01-27 10:53:27 -05:00
Oarcinae
993fa6ee1b Trying to debug base cleanup. 2018-01-27 10:49:15 -05:00
Oarcinae
bd65e3ddb2 Testing player exit and cleanup of a delayed spawn. Debugging now, haven't fixed yet. 2018-01-27 10:41:47 -05:00
Oarcinae
eb76918838 Had to fix some other player references that should be player names as well. 2018-01-27 10:29:06 -05:00
Oarcinae
db737a2d8f Should probably pass around the player name instead of the LuaPlayer object. 2018-01-27 10:24:38 -05:00
Oarcinae
0771360b84 Still trying to fix player leaving too early. 2018-01-27 10:09:03 -05:00
Oarcinae
5b87f9e369 Fixing another issue on player's leaving too quickly before they finish spawning. 2018-01-27 10:02:45 -05:00
Oarcinae
3b538183f3 Previous change didn't fix the player leaving crash. This should. 2018-01-26 20:47:10 -05:00
Oarcinae
4052c85731 Add extra crash warning in welcome msg lol. 2018-01-26 20:43:24 -05:00
Oarcinae
c4278c51cb Returning some config settings to their old defaults. 2018-01-26 20:42:17 -05:00
Oarcinae
99a3e1a4c4 Fixing a crash on player exit. 2018-01-26 20:41:02 -05:00
Oarcinae
b5d09f63ba Removed unused RSO file... Fixed regrowth so that resources come back at random positions. 2018-01-25 16:28:09 -05:00
Oarcinae
0b83e24c35 Fixed broken MergeForcesKeepResearch function. Forgot it hadn't been tested yet... 2018-01-25 13:08:48 -05:00
Oarcinae
f600dfeeea Trying to add in some method to allow/deny people into a shared base selectively. We'll see how it goes. Likely has some bugs. 2018-01-25 12:39:15 -05:00
Oarcinae
cd2956f465 Cleaned up buddy spawn system. Tested the basics and it works pretty well. 2018-01-25 00:04:07 -05:00
Oarcinae
e427724066 Adding options for disabling time and pollution evolution factors. Tweaking long reach to match the mod default distance 125 I think. 2018-01-06 11:36:15 -05:00
Oarcinae
49e2a79bab Seems like the last dev push reverted this change. Wtf are the devs doing. 2017-12-23 15:34:39 -05:00
Oarcinae
bf2cb79137 Another tentative patch for catching this weird issue where gui clicks don't have a valid player.... 2017-12-18 12:36:58 -05:00
Oarcinae
5f1281ec9c More tentative fixes by pushing the creation of the spawn control gui to after all the other setup. Maybe the player's setting of force and stuff makes the player "nil" when this function gets called or something. 2017-12-17 14:54:06 -05:00
Oarcinae
8d015812aa Tentative fix for GUI related crash reported by Noa3. Not sure how this function is getting hit with an invalid player. Wonder if it's buddy spawn related. 2017-12-17 14:46:14 -05:00
Oarcinae
69c75dd3fc Fix typo and correct readme since RSO is now included. 2017-12-17 13:08:07 -05:00
Oarcinae
18b719f02d Updating readme with note about how to host the game headless with 0.16 2017-12-17 09:41:04 -05:00
Oarcinae
a8121d3a98 Using native shared vision option thanks to dev help. Restoring some config settings like water and other map biomes. Moving buddy spawn 1 chunk over. 2017-12-16 22:00:51 -05:00
Oarcinae
b58086c007
Merge pull request #41 from Oarcinae/dev_0.16_rso_softmod
RSO Soft Mod 3.5.0 for 0.16 release.
2017-12-16 16:03:47 -05:00
Oarcinae
06e7f9dca3 Tweaked RSO to my liking. Should be challenging. Resources not too abundant. 2017-12-16 16:02:35 -05:00
Oarcinae
6bd4f31cb6 I have a working rso soft mod again! 2017-12-16 15:21:58 -05:00
Oarcinae
4200c4a96c Trying to update RSO with latest 3.5.0 version. 2017-12-16 08:46:06 -05:00
Oarcinae
22a691e0c8 typo 2017-12-15 16:40:38 -05:00
Oarcinae
e23e850463 tweaking live. 2017-12-15 16:39:10 -05:00
Oarcinae
193ecba3cc buddy system dev 2017-12-15 15:43:03 -05:00
Oarcinae
c81f3f9cb7 Adding note in readme about 0.16 and RSO 2017-12-15 14:48:39 -05:00