Jayefuu
05828cba29
Added a /spy command to allow players to reveal map
2020-11-04 16:19:52 +00:00
Jayefuu
0c8a260bdf
Fixed failed checks
2020-10-29 16:38:14 +00:00
Jayefuu
f1956c7224
Begin logging crash site game time to scenario data
...
Added lines to store the unix time the restart happens as well as how many ticks the game lasted. Starting storing these now so I have some interesting data to use in a week or two.
2020-10-29 16:26:27 +00:00
Jayefuu
cd242aaa80
Update commands.lua
2020-10-24 11:43:31 +01:00
Jayefuu
073198530b
Update commands.lua
...
Added changed requested by grilledham:
- Used format_time function
- Added local var to show that text string was role ID.
- Added another commented var with the ID of a test role in case we want to test something and not ping @crash_site
- Added markdown to make printed string bold
2020-10-23 17:10:04 +01:00
Jayefuu
4b2b22b05c
Added Discord notification for "@crash site" when map restarts
...
Added discord notification for the @crash site role when crash site is restarted using the /restart command. Pings users with @Crash Site role and prints the map time to add to competitiveness.
2020-10-22 18:56:53 +01:00
Jayefuu
166186c11b
Update commands.lua
...
Added suggested text fixes and cleared up lua check failures.
2020-10-10 13:07:22 +01:00
Jayefuu
c674c1b5e5
Updated crashsite commands.lua to check total biter count
...
Allows players to restart if there are less than 20 biters left since they were struggling to find the last few.
2020-10-10 10:41:25 +01:00
James Gillham
3a3dcad250
Change crashsite cutscene surface to not spawn enemies.
2020-10-05 20:10:49 +01:00
Jayefuu
5840f143f2
Update map.lua
...
Uses new builder function to ensure there are no rocks in the position the silo will spawn.
2020-10-04 18:04:04 +01:00
grilledham
3e9b24fdf0
Merge pull request #1088 from Refactorio/Jayefuu-patch-1
...
Updated crash site /restart command so that auto trusted and regulars can call it when map is cleared
2020-10-03 21:07:51 +01:00
James Gillham
23bf630cc1
Fix non-admin restart
...
- Stop the entities count from counting entities on the 'nauvis' and 'cutscene' surfaces.
- Only print abort message to admins.
2020-10-03 15:32:57 +01:00
Jayefuu
ca483ed3c9
Update commands.lua
...
- Fixed LUA check failures
- Added suggestions by grilledham
- Tested /restart still works from server console
2020-10-01 21:52:47 +01:00
Jayefuu
467092cd6e
Update commands.lua
...
- Changed behaviour for non-admins. Now checks for spawners, biters and turrets but doesn't require walls and power structures to be destroyed for restart
- Added checks to limit non-admins from changing the scenario by using an argument after /restart. Now defaults to current scenario for non-admins.
2020-10-01 21:08:09 +01:00
Jayefuu
1684d8924a
Update commands.lua
2020-09-25 11:30:48 +01:00
James Gillham
4742ced9d6
danger_ore_deadlock_beltbox fix name and updates
2020-09-24 20:08:00 +01:00
Jayefuu
4b2510cc47
Updated crash site /restart command so that guests and regulars can call it when map is cleared
...
Updated crash site /restart command so that guests and regulars can call it when map is cleared
- Only admin can abort, once the map is cleared.
- Guests and Regular can both call /restart when all enemy units and structures are dead
- Tested on S10 by running this command:
/c local surface=game.player.surface
for key, entity in pairs(surface.find_entities_filtered({force="enemy"})) do
entity.destroy()
end
- Need to merge into develop to test on live server in case conditions at the end of the game are different
- Thought about adding rocket launched condition but decided against it.
2020-09-23 11:14:36 +01:00
James Gillham
bffeb07ca3
Add missing utils.table require.
2020-09-16 20:07:31 +01:00
James Gillham
1487c55791
danger_ore_hub_spiral
2020-09-16 20:01:58 +01:00
James Gillham
2ba12674f2
Remove unused variable.
2020-09-13 14:10:02 +01:00
James Gillham
0c1dd6f1ff
Terrafroming danger ore balance changes.
2020-09-13 13:59:36 +01:00
James Gillham
d47803796b
Danger ore balance changes:
...
- Less trees.
- Increase purity of ores.
2020-09-03 14:15:29 +01:00
James Gillham
3cb3809b75
Danger ore - dump container's content as coal ore
2020-09-02 15:04:50 +01:00
James Gillham
d804d29617
terraforming_danger_ore always day
2020-09-02 13:21:16 +01:00
James Gillham
7f8de881f5
Fix seed issue
2020-09-02 13:21:00 +01:00
James Gillham
0ad994dca2
Refactor all the danger ore maps
2020-09-02 12:26:19 +01:00
TWLTriston
fc3b921daf
* Fix to allow thermal water extractors (thermal-extractor) to be placed;
...
* Fix to logistics-0 reference
* Fix to use correct banned_entities.lua file
2020-08-31 13:50:47 +01:00
TWLTriston
5641e99c26
Changing default logistics researched
2020-08-31 13:50:47 +01:00
TWLTriston
c8cb5ba0e5
Tweaks to fluid % and fixing an undefined seed variable
2020-08-31 13:50:47 +01:00
TWLTriston
49b5058d13
Tweak to the purity settings and increased biter rocket clear at 10,000 rockets
2020-08-31 13:50:47 +01:00
TWLTriston
cfb553cca5
Building a bobs+angels version on top of the bobs. Abstracted the ratios build out and increased the rockets to be 1000 instead of 100.
2020-08-31 13:50:47 +01:00
grilledham
c0cc36ccd6
render pollution needed for chunks to unlock
2020-08-31 13:50:47 +01:00
grilledham
4bd615c7b7
updates
2020-08-31 13:50:47 +01:00
grilledham
df7d1a2d98
biter attacks on rocket launch
2020-08-31 13:50:47 +01:00
TWLTriston
8ae7eb6045
Partial commit for adding biter attacks.
2020-08-31 13:49:53 +01:00
grilledham
009bd913eb
updated ore ratios
2020-08-31 13:49:53 +01:00
grilledham
e794e85340
reduce starting size to 80
2020-08-31 13:49:53 +01:00
grilledham
598888a3ee
use weighted segments
2020-08-31 13:49:53 +01:00
TWLTriston
4b75706c10
Moved cobalt and gems to be random ore placements
2020-08-31 13:47:55 +01:00
grilledham
db413097cd
updates
2020-08-31 13:47:55 +01:00
grilledham
23bac83a85
mixed_ores config
2020-08-31 13:47:55 +01:00
grilledham
c98be136df
updated scenario info + upped pollution thresholds
2020-08-31 13:47:54 +01:00
grilledham
70810d930d
banned_entites
2020-08-31 13:47:54 +01:00
plague006
d5ccc003a0
Add table require
2020-08-31 13:47:54 +01:00
grilledham
0f10a2071b
fixed missing comma error
2020-08-31 13:47:54 +01:00
grilledham
3c6bd28498
added thorium to the no map gen ores
2020-08-31 13:47:54 +01:00
grilledham
a73d9cd88d
danger bob ores
2020-08-31 13:47:54 +01:00
BSM
b3a438b06e
Update venice.lua
...
Removed trailing whitespaces (inside description strings, so picky the luacheck).
2020-08-27 20:56:16 +02:00
BSM
40f6cea071
Update venice.lua
...
Added map descriptions and disabled landfill to prevent cheating
2020-08-25 05:11:49 +02:00
zahir
05cea798f3
spidertron bot spawn
2020-08-17 21:34:24 -04:00