1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
Commit Graph

585 Commits

Author SHA1 Message Date
MewMew
2d736f8f08
Merge pull request #57 from xxalfa/master
Update tank_conquest.lua
2019-07-26 21:48:25 +02:00
MewMew
f96463922f tweaks 2019-07-26 21:47:59 +02:00
xxalfa
917eadb4d3 Update tank_conquest.lua
Spots are now represented by tags on the map.
Raw materials and biter were activated.
A button to get to the lobby has been added.
Spots that have been taken over are now owned by your own force.
Overwriting the floor tiles has been fixed.
2019-07-26 21:42:56 +02:00
xxalfa
563458e7ee Update tank_conquest.lua 2019-07-25 20:19:03 +02:00
MewMew
22dfdb39e7
Merge pull request #56 from xxalfa/master
Show which force has won.
2019-07-25 16:52:53 +02:00
MewMew
94094ba3a0 better unit group locations 2019-07-25 16:50:34 +02:00
xxalfa
f359cb30cc Update tank_conquest.lua 2019-07-25 16:40:02 +02:00
xxalfa
f5e92ddec5 Update tank_conquest.lua 2019-07-25 16:37:36 +02:00
xxalfa
a9a085a477 Show which force has won.
Show which force has won.
Map expansion increased.
Double death message removed.
Display of corpses on the map overview switched off.
2019-07-25 16:08:14 +02:00
MewMew
38d0da570d
Merge pull request #55 from xxalfa/master
Patch for Spawn Stuck
2019-07-25 14:58:48 +02:00
xxalfa
e700b09143 Update tank_conquest.lua 2019-07-25 14:51:17 +02:00
xxalfa
0466278866 Update tank_conquest.lua 2019-07-25 14:47:54 +02:00
xxalfa
9ed5ebb462 Patch for Spawn Stuck 2019-07-25 14:45:53 +02:00
MewMew
fab715c405
Merge pull request #54 from xxalfa/master
Added Map Tank Conquest
2019-07-25 13:59:14 +02:00
xxalfa
eab22d5515 For the lobby creates a blank map and GUI adjustments. 2019-07-25 13:36:47 +02:00
MewMew
867623d120 wave cycling 2019-07-25 05:49:27 +02:00
MewMew
4f7f4e1558 unit group counts depending on threat share of teams 2019-07-25 02:43:59 +02:00
xxalfa
828b4018e6 Added Map Tank Conquest 2019-07-24 19:42:27 +02:00
MewMew
042a50acf3 terrain changes 2019-07-24 19:23:18 +02:00
MewMew
60f47333de terrain, feeding and biter things 2019-07-23 17:15:32 +02:00
MewMew
92a5e5f666 updates 2019-07-23 17:14:17 +02:00
MewMew
3c07a9f547 fix 2019-07-23 17:13:57 +02:00
MewMew
8c98589a19 new module 2019-07-19 17:26:10 +02:00
MewMew
2b0801e71f food message formatting 2019-07-18 19:56:11 +02:00
MewMew
580cdf618f further terrain tweaks 2019-07-18 15:58:37 +02:00
MewMew
cc805f8a8c terrain tweaks 2019-07-18 15:41:17 +02:00
MewMew
5fae0a14a0 debug messages, biter timeouts, terrain tweaks 2019-07-18 13:54:22 +02:00
MewMew
c1f9d8b7be map reveal after game over for all forces 2019-07-18 13:49:59 +02:00
MewMew
0064c70b9e attack improvements and other things 2019-07-14 21:37:12 +02:00
MewMew
b21a7e9fa2 chunk gen radius 2019-07-14 10:32:15 +02:00
MewMew
d3c0648753 changed scrap generation, increased unit selection radius 2019-07-14 10:30:52 +02:00
MewMew
19ad0b6725 option to add random scrap loot 2019-07-13 19:12:18 +02:00
MewMew
09c7b1417e bug fix for construction drone anti cheese 2019-07-13 16:17:17 +02:00
MewMew
ec44e88790 Merge remote-tracking branch 'origin/master' 2019-07-13 15:21:33 +02:00
MewMew
dc85d9e266 builders area config option 2019-07-13 15:21:12 +02:00
Gerkiz
4eee9a800d
Update readme.md 2019-07-13 12:33:15 +02:00
MewMew
fd34e86e60 added ability to allow/disallow blueprint importing 2019-07-13 11:48:56 +02:00
MewMew
b57ac944df config setting for maximum active biters 2019-07-13 11:20:31 +02:00
Gerkiz
ad03423025
Merge pull request #52 from Gerkiz/dev
Minor update
2019-07-08 23:20:55 +02:00
Gerkiz
8eff12a647 Minor update
Added local t to player_list.
2019-07-08 23:20:05 +02:00
Gerkiz
df84b96d35
Merge pull request #51 from Gerkiz/dev
new map, territorial control
2019-07-08 23:13:30 +02:00
Gerkiz
2b76400228
Added safety checks.
Added:
if play_table then
   if play_table[player.name] then t = play_table[player.name] end
end
2019-07-08 23:12:03 +02:00
Gerkiz
1f69e21f11
Uppercase to lowercase 2019-07-08 20:03:57 +02:00
Gerkiz
ad24fd3db2 new map, territorial control 2019-07-08 16:56:19 +02:00
Gerkiz
042f3734be
Merge pull request #50 from Gerkiz/dev
removed global.trusted
2019-07-07 18:20:25 +02:00
Gerkiz
c33a43e3c7 removed global.trusted
added local trusted[player.name] table instead...
2019-07-07 18:18:31 +02:00
Gerkiz
ef9f2a66c6
Merge pull request #49 from Gerkiz/dev
Fixed desync
2019-07-07 13:01:09 +02:00
Gerkiz
42fc25df49 Fixed desync
Added them at the top which made the game desync, fixed now...
2019-07-07 13:00:50 +02:00
Gerkiz
9be4651eec
Merge pull request #48 from Gerkiz/dev
Minor changes
2019-07-07 11:58:03 +02:00
Gerkiz
9aebd69382 Minor changes
Removed global.trusted_player and made it local.
Removed some minor things that I forgot when doing the overhaul.
2019-07-07 11:52:12 +02:00