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

242 Commits

Author SHA1 Message Date
Oarcinae
644d008e86 Changed base removal to be more forceful. Ignores pollution and removes chunks properly now. (Still only works in a 10 chunk radius square around the spawn pos.)
Double checked that regrowth is still working as intended even with this change. (It seems to be.)
2019-03-29 21:27:42 -04:00
Oarcinae
6c581bfd3a Incorrect text for player joining another player's base. Error made when I added translation support. 2019-03-29 21:07:48 -04:00
Oarcinae
cd82b7facf Remove dupe entries in example config and fix bug in vanilla spawn selection logic. 2019-03-28 20:01:24 -04:00
Oarcinae
b7bfadf784 Standardized on log() for debug printing. 2019-03-26 16:56:59 -04:00
BurtGummer
3ffd86e061
Update locale.cfg 2019-03-26 09:57:08 +01:00
BurtGummer
b0446badd5
Create locale.cfg 2019-03-26 09:49:12 +01:00
Oarcinae
aa6e2a27db Add admin/moderator tags and clean up whitespace issues. 2019-03-25 21:54:39 -04:00
Oarcinae
5765bc65e8 My first attempt at adding locale for translation support. Only the core game menu text has been converted. 2019-03-25 21:34:17 -04:00
Oarcinae
da24fba8ce Removing config.lua and replacing with example-config.lua. 2019-03-25 18:22:30 -04:00
Oarcinae
b224512816
Merge pull request #74 from Oarcinae/vanilla_spawns_dev
Vanilla spawns dev
2019-03-25 18:08:35 -04:00
Oarcinae
c813b47fed I'm finished with adding support for vanilla spawns. Cleaned up some text and removed support for BOTH "oarc-type" prefixed spawns and vanilla at the same time. It's not possible to balance them correctly. 2019-03-25 18:05:47 -04:00
Oarcinae
ef5c513764 Made sure that if a player ditches a vanilla spawn early, we try to recycle it. 2019-03-20 20:18:41 -04:00
Oarcinae
2afd833eff Found a few bugs in the old spawn validation logic, but were so rare as to not happen. Vanilla spawns is close to being done I think. Needs proper testing now. 2019-03-20 16:02:50 -04:00
Oarcinae
d07f767389 I have a close to complete vanilla spawn solution. Needs testing and tweaking though... 2019-03-19 16:46:31 -04:00
Oarcinae
f04cf2c35b My current progress for vanilla spawns. Basically nothing :) but proof of concept is that it should work. 2019-03-19 15:46:14 -04:00
Oarcinae
41bc37b36b I think I found an issue with variable scope in the buddy spawn gui logic. 2019-03-19 15:30:40 -04:00
Oarcinae
c0680bae0c Removing gravestone from being called. It's buggy apparently and I already removed the config options in config.lua awhile ago. 2019-03-16 20:31:29 -04:00
Oarcinae
24784479f8 Updated readme regarding --map-settings. UGH. I hope that gets fixed soon. 2019-03-15 23:10:20 -04:00
Oarcinae
c990a86008 Yay autoplaced resources :) 2019-03-15 16:47:38 -04:00
Oarcinae
e3771acb2b Rework of resource configuration. 2019-03-15 16:09:14 -04:00
Oarcinae
2f4fef256a Trying to push out some minor changes. Added restart player button in admin panel (next to ban button). Updated readme to use --map-settings because it DOES seem to work. 2019-03-15 15:58:39 -04:00
Oarcinae
f0efc99f14 Fixed the bug that Poli found, whoops! 2019-03-15 08:50:42 -04:00
Oarcinae
3a94480f0e Cleanup some old vars which should have been local. Also more comments in a few key places. Also added research queue enabled by default yay! 2019-03-13 21:06:08 -04:00
Oarcinae
01fcaf893f Copying example map gen settings from the actual source example file. 2019-03-13 21:05:09 -04:00
Oarcinae
3896a239d7 Updating readme/comments and tweaking worm distance scaling. 2019-03-11 09:52:55 -04:00
Oarcinae
f870f720db Returning alien params config since --map-settings doesn't work.
Also improved biter/worm spawning and scaling with overall distance and distance to bases.
Reimplemented anti-grief stuff, not really tested though.
Getting pretty close to a good .17 stable version.
2019-03-11 09:29:00 -04:00
Oarcinae
acf2ea028a Oops, forgot to uncomment this too. 2019-03-09 07:24:51 -05:00
Oarcinae
a19cee2478 Whoops, forgot to enable autofill code... 2019-03-09 07:17:30 -05:00
Oarcinae
d94fcf1020 Re-enabled abandoned base removal by default. Seems to work on initial testing. 2019-03-08 20:38:18 -05:00
Oarcinae
bea0ea0eaa Stupid json doesn't allow plain // comments. 2019-03-08 20:32:54 -05:00
Oarcinae
43488f4875 Removed alien params completely. Added map-settings example. Updated readme. Returned autofill and long reach soft mods. Needs more testing. 2019-03-08 20:29:47 -05:00
Oarcinae
3f10bc4edd Adding my current map gen settings for helping others as an example and/or starting point. 2019-03-03 17:38:46 -05:00
Oarcinae
b60c7f71fd Dupe label caused error? 2019-03-03 17:30:19 -05:00
Oarcinae
5e90474bb9 Incorrectly used require with .lua extension. 2019-03-03 17:27:25 -05:00
Oarcinae
10870172a8 Still doing more cleanup and removal of soft mods. Probably still pretty buggy at the moment. 2019-03-02 20:51:17 -05:00
Oarcinae
5509d38bba Enabling the other minor soft mods where possible. 2019-03-01 23:05:23 -05:00
Oarcinae
f165589335 Testing map gen settings cmd line options. 2019-03-01 21:24:44 -05:00
Oarcinae
e1839a8756 Moving around stuff, about to test on headless. 2019-03-01 21:07:24 -05:00
Oarcinae
07de8d1fe5 Messing around with resource generation default settings, and some other superificial gui stuff. 2019-02-28 21:08:25 -05:00
Oarcinae
fb499bad0c Add more warnings to the readme. 2019-02-28 16:22:14 -05:00
Oarcinae
0028f005f6 First commit for 0.17. Stripped out a ton of crap and disabled. Build still has lots of broken crap but you can at least generate a spawn right now with vanilla resource settings. 2019-02-28 16:09:39 -05:00
Oarcinae
aee8ed5a75 Fixing bug when RSO is disabled. Thanks @xkuyax 2018-10-18 14:47:19 -04:00
Oarcinae
717004cfe5
Merge pull request #47 from Oarcinae/dev_0.16
Dev 0.16 going stable.
2018-03-30 16:15:18 -04:00
Oarcinae
6f047b2a94
Merge branch 'master' into dev_0.16 2018-03-30 16:15:02 -04:00
Oarcinae
8a06581c7d Changed a LOT of text to use a few label/spacer utility functions. Changed a lot of text to be multi-line so I fix the absurd spacing issues I had previously. I added better support for changing spawn sizes. Fixed a bug with rejecting players requests to join. 2018-03-16 19:32:49 -04:00
Oarcinae
8221e3928c Fix for text line issues. Better support for larger spawn size areas. Minor text changes. Tweaking of resources and difficulty. 2018-03-15 18:00:46 -04:00
Oarcinae
5ddb5b2dee Trying to fix some issues with player being nil for certain GUI events. 2018-02-22 18:05:22 -05:00
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