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

126 Commits

Author SHA1 Message Date
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
Oarcinae
fcf17831b1 First mostly working version for 0.16. 2017-12-15 14:45:01 -05:00
oarcinae
e0a4903885 Re-enablig long reach 2017-11-29 19:14:31 -05:00
Oarcinae
6d4a1378f5 fixing radar shared distance calc 2017-11-29 16:41:28 -05:00
Oarcinae
db26029af7 bumping oil and uranium to low instead of very-low 2017-11-29 15:56:03 -05:00
Oarcinae
44bca5e81f fix radar position bug 2017-11-29 14:44:29 -05:00
Oarcinae
177cf9bf7e Adjusting alien params, adding shared radar, buffing shared vision, setting map gen settings for non RSO. 2017-11-29 14:39:09 -05:00
oarcinae
9dac568aaa Re-enabling longreach and autofill by default. Didn't mean to disable it. 2017-11-08 09:29:24 -05:00
oarcinae
351ae41d2b Added a abandoned base removal that takes advantage of the regrowth map removal code. Disabled regrowth by default now. 2017-11-08 09:13:34 -05:00
Oarcinae
896e2ad927 Merge pull request #33 from sapid/master
Closes #32 - use Regrowth for cleanup iff enabled
2017-10-27 11:15:44 -04:00
Oarcinae
e3f62c9f52 Merge pull request #35 from tsaber/patch-1
Update config.lua
2017-10-27 11:14:49 -04:00
zava
0020fda206 Update config.lua
Min Onlime time. just a typo
2017-10-27 15:57:19 +02:00
Will Crawford
85863cead2 Closes #32 - use Regrowth for cleanup iff enabled
Only use OarcRegrwothMarkForRemoval is ENABLE_REGROWTH is set; otherwise, use the old method to mark a spawn as unused.
2017-08-23 23:42:51 -07:00
oarcinae
30c564442c Releasing regrowth from Beta. 2017-08-19 12:01:10 -04:00
oarcinae
95f65d93ef Fixed a bug in the radar scanning chunk refresh logic. 2017-08-11 12:51:31 -04:00
oarcinae
df1cd54bac This should fix the problem where typing in console chat would crash the server. 2017-08-09 14:11:15 -04:00
oarcinae
4bf29769f9 Fixing GUI size on welcome msg. Moved rocket silo to near center. 2017-08-07 19:42:47 -04:00
oarcinae
9bc6f6f6a7 Updating welcome messages. 2017-08-07 19:39:59 -04:00
oarcinae
32e0e5147f Increased radar protected range. Fixed pollution check. Added reset of chunk if all buildings removed. Added randomized RSO resources back in. 2017-08-07 19:27:15 -04:00