1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-10 00:28:53 +02:00
Commit Graph

1740 Commits

Author SHA1 Message Date
RedRafe
3baad63727
Add Diggy features to AprilFools2024 (#1406) 2024-03-29 13:09:51 +00:00
RedRafe
acc257b8b6
April fools maps (#1404)
* Upload pinguin scenario

* Fix relative path

* Pinguin scenario modularization

* Update enemy_turrets.lua

Added energy interface controls to limit power available to enemy laser turrets, with laser_shots_per_level constant for balancing.

* Update floor_is_lava.lua

Now spawns fire under players when level is half of max.

* Explosion Scare Module

Added explosion_scare module. Chooses players to randomly explode (non-damaging) a number of times before switching to new targets. Explosion intensity increases as module increases.

* Update pinguin.lua

Removed comment block over modules.

* Added New Module: permanent_factory

Has a very small chance to make an entity unminable and undestructible when placed.

* MeteOres

Added new module: MeteOres.
Spawns a random meteor that damages entities, creates ore, and spawns biters.

* Update meteOres.lua

Added explosion to meteor

* Added Auto Build

Added auto_build module. Selects random players, and automatically builds the item in their cursor nearby for a while, before changing targets.

* New module: Unorganized Recipes

Added a new module to hide recipe groups and subgroups for random players. This leads to "unorganized" crafting menus.

* Update auto_build.lua

Fixed typo. I must have changed base targets to 0 instead of the global level when preparing this file for commit.

* Add Biter Ores Module

Add new module. Spawns ores on death of biters, worms, and spawners, based on difficulty of biter and level.

looks for ores on the tile the biter dies on to add to, otherwise looks nearby for an ore type and uses that, otherwise decides on a new ore type to spawn.

This should allow players to set up "farms" for their ores, creating reasonable ore patches.

Contains a RANDOM_ORES constant that will make the search radius small and ensure random ores are placed instead.

* Update biter_ores.lua

Found typo. radius should be .1 not 1 for tile directly beneath biter.

* Updated Existing Modules

Got luacheck setup in my IDE so we don't have to wait for RedMew to run it. Fixed white-space and other linting errors.

* Split AF scenarios

* Add alien biomes module

* Draft april-fools scenarios

* Fix draft issues

---------

Co-authored-by: R. Nukem <Reoisasa@gmail.com>
2024-03-28 23:27:27 +00:00
grilledham
6f5713b451
Fix mini outpost positioning in crashsite. (#1402) 2024-03-06 20:17:47 +00:00
Claude
5e93bf1d85
Update manhattan.lua (#1399)
* Update manhattan.lua

-changed spawn point to center
-scaled map 2 to 1(easier handle monsters)
-normaly take 70hours complete map

* Update manhattan.lua

update2024 
-location reswanpoint
-scale 1,8 so about 20% smaller map

* Update manhattan.lua

40% smaller that original

* Update manhattan.lua

half grid_number_of_blocks
half mini_grid_number_of_blocks

* Use odd numbers for output number of blocks.

---------

Co-authored-by: James Gillham <jrdgillham@gmail.com>
2024-03-04 19:24:25 +00:00
RedRafe
b257630315
Add DangerOres Scrap preset (#1400) 2024-02-25 12:07:40 +00:00
James Gillham
5f813c5918 Change line endings for safety_ore.lua 2024-02-24 16:48:31 +00:00
Ross Newcome
cc2e19efc0
Safety Ores Scenario (#1397)
* Add Safety Ores Scenario

Added safety_ores.lua. Initial commit.

* Update safety_ores.lua

Fixed whitespace and removed unused builders.

* Add scenario template for safety_ores

* Update safety_ores.lua

Added floating error messages
Expanded allowed list
spawn stone ores under pumpjacks
re-enable loaders
balance mapgen

* Update safety_ores.lua

remove unused variable, whitespace
2024-02-10 15:51:15 +00:00
Zahir Khan
162c3a0fcd
Crash site spawn chest changed to requester chest 2024-02-08 14:18:28 -05:00
RedRafe
579dad4453
Add permissions module for DO (#1391)
* Enable 'no-blueprints' for all DO maps.
2024-01-14 14:18:25 +00:00
RedRafe
91596c06bd
Fix DO+EI restart conditions (#1390)
* Fix DO+EI restart conditions

* DOEI remove redundant condition
2023-12-20 11:44:50 +00:00
RedRafe
cb695fd0fb
Update modded DangerOres presets (#1388) 2023-12-12 17:51:26 +00:00
grilledham
c9b64afafd
Fix duplicate outpost IDs. (#1385) 2023-11-26 14:30:24 +00:00
RedRafe
112739c3a2
Add new DangerOre presets (#1383)
- Omnimatter
- Omnimatter cages
- Very BZ
- Exotic Industries
- Exotic Industries spiral
- Pyanodon Short
- Industrial Revolution 3
- Industrial Revolution 3 chessboard
2023-11-09 17:00:08 +00:00
grilledham
4f41d1e914
Enable logistic-system for danger-bobs-ores. (#1381) 2023-10-23 16:44:19 +01:00
grilledham
ac3b95284a
Add map poll for crashsite maps. (#1380) 2023-10-17 17:42:17 +01:00
RedRafe
9870e7a14a
Update DOK2 preset (#1379) 2023-10-11 22:17:54 +01:00
grilledham
2ddf94a2f7
Bump danger ore krastorio mod pack version. (#1378)
- Also change ore rotation to 45 degrees.
2023-10-08 19:58:07 +01:00
James Gillham
3b61ab669f Remove satellite message from rocket_launched_krastorio2.lua 2023-10-07 17:41:47 +01:00
RedRafe
930c6b9b5c DOK2: update rocket logger 2023-10-07 15:16:38 +02:00
RedRafe
acc4c64dd4 DOK2: update map description 2023-10-04 12:21:38 +02:00
RedRafe
d267681670 DOK2: remove LazyB starting items 2023-10-04 12:16:12 +02:00
RedRafe
22fda406e8 DOK2: enable handcrafting 2023-10-04 11:44:38 +02:00
RedRafe
8319bc95a1 DOK2: add custom win module 2023-10-04 10:15:48 +02:00
RedRafe
d75ddbef27 DOK2: add preset to map poll 2023-10-04 08:57:39 +02:00
RedRafe
cfce440d9e Add 'script.active_mods' to luacheckrc 2023-10-04 08:44:50 +02:00
RedRafe
da3ac610a4 DOK2: decrease tech multiplier 2023-10-04 08:37:02 +02:00
RedRafe
b18bab0976 DOK2: Fix optional items insertion 2023-10-04 08:31:39 +02:00
RedRafe
8d45d472c1 Add DangerOre Krastorio2 preset 2023-10-03 16:28:40 +02:00
grilledham
8d336f84a8
Bump danger_ore mod pack to version 29. (#1376) 2023-09-30 19:54:46 +01:00
grilledham
b369897301
Disable vanilla loaders on danger bobs ores. (#1375) 2023-09-25 19:31:32 +01:00
grilledham
e023abe750
Increase cobalt-ore weight 0.05->0.5. (#1374) 2023-09-16 18:08:32 +01:00
grilledham
f8a95354f4
Re-enable requester chests for danger bobs ore. (#1373) 2023-09-16 17:20:27 +01:00
grilledham
02ce960659
Update danger ore modpack to v28. (#1372) 2023-09-01 20:23:21 +01:00
grilledham
20128e9f45
Update danger ore mod packs. (#1371) 2023-08-28 13:25:43 +01:00
grilledham
8d6ac9608c
Remove fixed brightness from danger ore square map. (#1370) 2023-08-26 15:08:48 +01:00
grilledham
38d1bcd403
Use danger_ore26 modpack. (#1369) 2023-08-15 20:36:11 +01:00
grilledham
9291cc7e04
Allow stacking iron/copper plates and electronic circuits. (#1368) 2023-08-03 19:59:00 +01:00
grilledham
d556586985
Fix ore generation for danger_bobangels_ores. (#1367) 2023-07-12 20:07:45 +01:00
Cinecraft
5a63ac8337
Add Danger Ore Expensive Grid Factory (#1366) 2023-07-01 19:45:05 +01:00
Cinecraft
f1aec82d6c
Added 2 DO Map presets (#1365)
* Danger Ore Lazy One Beltboxes
* added DO Honeycomb variant
2023-06-29 20:02:04 +01:00
grilledham
50ca89ac31
container_dump now considers stacked items. (#1364) 2023-05-27 11:37:44 +01:00
grilledham
2f169ee28e
Add Poor man's coal fields danger ore map. (#1363) 2023-05-14 20:31:04 +01:00
grilledham
bc83f8870d
Danger ore density changes (#1362) 2023-05-13 20:34:22 +01:00
grilledham
0207375767
Add danger ore square map. (#1361) 2023-05-13 18:34:59 +01:00
grilledham
b08a1a6325
Add water between ores for one direction wide map. (#1360) 2023-05-13 11:44:00 +01:00
grilledham
5501f8d8cb
Add one direction wide map. (#1359) 2023-05-12 15:32:28 +01:00
grilledham
45e0f6d7a5
Danger ore updates (#1358)
* Bump mod_pack version 24 -> 25.
* Reduce ore density for one direction map
2023-05-11 15:39:21 +01:00
grilledham
ee6e38816b
Send poll result to discord when finished. (#1357)
- Also when danger ore is restarted.
- Format remaining time to hours, minutes and seconds in the poll gui.
2023-05-10 21:18:34 +01:00
grilledham
5b14124110
Fix typo: betl -> belt. (#1356) 2023-05-09 10:56:38 +01:00
grilledham
13d7b9f7f0
danger ore disable recipes on configuration change. (#1355) 2023-05-08 13:28:08 +01:00
grilledham
2f248ab82b
Add known mod packs to config restart. (#1354) 2023-05-07 21:22:39 +01:00
grilledham
5940f4d3f4
Update danger_ore modpack to version 24 (#1353) 2023-05-07 13:16:03 +01:00
grilledham
61c0cb011c
Add fish drops for danger ore (#1352)
- Killing biter/spitter spawners drops 5 fish.
2023-05-07 12:45:30 +01:00
grilledham
6a07a97fbf
Map poll (#1351)
* Add tests for map poll winner.

* Add option to overwrite map poll mod pack
2023-05-06 15:44:19 +01:00
grilledham
eae8e6f078
Map poll (#1350)
* Prevent editing for map poll. Show multi line question/answers.

* Automatically set next map from poll
2023-05-01 16:28:32 +01:00
grilledham
785e8f1d5f
Increase danger ore pollution requirements by 50%. (#1349) 2023-05-01 15:12:38 +01:00
grilledham
f82db68710
Add extra rules for danger ore (#1348) 2023-04-05 15:32:48 +01:00
grilledham
0e40e5bfe0
Danger ore bob's allow steam-mining-drill. (#1344) 2023-01-29 14:04:42 +00:00
grilledham
5ba0ba94a0
Danger ore - reduce satellite count to 1000. (#1342) 2023-01-11 21:30:39 +00:00
grilledham
df2e3d47f0
Danger ore balance changes. (#1341)
- Lower science cost.
- Higher satellite count.
2023-01-07 16:43:19 +00:00
grilledham
90ea4cf0d5
Danger ore balance change. (#1340) 2023-01-04 16:56:21 +00:00
James Gillham
c987ae9bdc Fix restart command for danger ores with bob's mod.
The restart command assumed the ore entity and item names were the same which is not true for gem-ore.
2022-12-29 12:28:55 +00:00
James Gillham
2fb55ca235 Increase gear outpost yield by 1.5x. 2022-12-22 15:55:27 +00:00
James Gillham
4063c2ff13 No longer post stats to crashsite channel. 2022-12-22 15:46:32 +00:00
FuzTheCat
cc44805337
Diggy danger ore - Player warnings limited to once per minute. (#1337) 2022-12-20 21:04:08 +00:00
Soggs
da1bfac359
Updated the square spiral preview (#1336)
It should now correctly show the spiral ore patches in the preview.
2022-10-17 18:59:13 +01:00
grilledham
14f0e699c6
Add danger_ore_split_beltboxes_ore_only (#1335) 2022-09-16 12:11:23 +01:00
Soggs
8328d26681
Removed the map women (#1334) 2022-09-16 11:51:40 +01:00
Soggs
e8213743b3
Added Crashsite spiderless preset (#1329) 2022-07-07 18:11:22 +01:00
Soggs
3e232a9fac
Changed the regex on the spy, strike and barrage command to properly process decimals. (#1327) 2022-06-29 18:06:46 +01:00
Soggs
34b31769c2
Add no_bots preset for crashsite (#1307)
- Add no_bots preset.
- Added only personal bots preset.
- Added only construction bots preset.
- Added logistic network embargo preset.
- Added Steam all the way preset.
- Added Raining Bullets preset.
2022-06-25 13:27:48 +01:00
grilledham
7a0a4aa7fe
Allow standard entities on ores for danger_ore_patches and add new preset with restricted entities. (#1325) 2022-06-21 20:25:05 +01:00
Soggs
2611831618
Made active outposts configurable via the config in presets (#1324)
- Which outposts are active can now be controlled via a property of config called active_outpost_types.
- Outpost distribution in each stage can now be controlled via a property of config for each stage, those properties are: stage1a_list, stage1b_list, stage2_list, stage3_list, stage4_list, mini1_list, mini2_list and mini3_list.
- Changed the name of the function itertor_builder to iterator_builder.
2022-06-20 19:48:03 +01:00
FuzTheCat
4e4f184112
Belts n Bullets Feature and Preset (#1323) 2022-06-17 16:56:36 +01:00
Cléo Rebert
7764d7bc7a
Change on_destroy message on danger_ores (#1322)
Before, the message was hardcoded. Now, the message is generated from the list
of entities actually whitelisted, and prints the list of icons.
2022-05-31 17:21:51 +01:00
Thomas Jensen
b5f3de51dc
Added map name to the title of the Discord embed (#1321) 2022-05-21 11:07:24 +01:00
FuzTheCat
4c9554ca0f
Add wooden-chest for BP digging to allowed entities on ore and change ore generation back to tendrils_impure (#1320) 2022-05-16 21:24:14 +01:00
FuzTheCat
1803d1c9d7
Change Diggy DangerOres to allow build on oil, pipes on ores. (#1319) 2022-05-13 19:37:24 +01:00
Jayefuu
1040c5f7bc
Rewrite of crash site awards to include top 3 in each category (#1312) 2022-04-12 21:31:34 +01:00
Jayefuu
622c2cdfa2
Duplicated end of game awards messages to respective channels (#1311)
- The awards being in the map-promotion channel is great because people see it when they're pinged and there being no chatter in there keeps it clean and easy to find/read.
- However, it doesn't foster community and discussion.
- This PR duplicates the embedded message so it's posted once to map-promotion and once to the respective channels for danger ores and crash site.
- Will give players somewhere to discuss post-match. I hope it will lead to more discussion of game play and some more friendly competition.
2022-04-12 20:56:55 +01:00
grilledham
996acc2023
Add preset for diggy-danger-ores. (#1309) 2022-04-02 21:17:35 +01:00
grilledham
9ec2cbbc5a
Add danger_ore_landfill_beltboxes_ore_only (#1310) 2022-04-02 20:54:38 +01:00
Jayefuu
50c1bbdf47
Game statistics and player awards for danger ores. (#1305) 2022-04-01 12:22:33 +01:00
grilledham
f421f2543c
Add danger_ore_chessboard_beltboxes_ore_only. (#1306) 2022-03-22 19:50:45 +00:00
Jayefuu
71c8e7b9ff
A deconstruction planner control to easily group spiders to follow a leader (#1304) 2022-03-20 19:49:03 +00:00
Jayefuu
a14a16e481
Changes to spy reduce chat spam and improve usage visibility on map (#1303)
- Added cooldown to spy chat message
- Still shows message on first use so that new players know about the command
- Added spy fish tag to map so that players can see easily which are the newly revealed areas.
2022-03-18 15:50:19 +00:00
Jayefuu
e8a5356652
Added crash site /strike anti-grief (#1302) 2022-03-18 15:48:45 +00:00
grilledham
b98e613724
Disable requester chest recipe for danger bobs ore. (#1301) 2022-03-17 20:17:31 +00:00
Jayefuu
93b800583c
A point-and-click method to call AOE functions (#1295)
Allows players to point and click to call strike and barrage instead of using text commands.

Co-authored-by: James Gillham <jrdgillham@gmail.com>
2022-03-14 22:15:08 +00:00
grilledham
c2d93f341b
Disable logistic-system for danger_bobs_ores. (#1299) 2022-03-13 22:13:09 +00:00
grilledham
39a0d0fb54
Add missing map info for crashsite maps. (#1298) 2022-03-12 18:12:01 +00:00
Jayefuu
1008e2f664
Fixed error in multiline barrage command (#1294)
* Fixed error in multiline barrage command

- Reported by Clinkstur
- If the barrage antigrief found no nests in an area then it returned from the function
- This broke the command if the player used a multi-coordinate barrage to barrage more than one location
- New behaviour is that it just skips that location and continues to next coordinates

* Added gps rich text   to failure message
2022-03-11 16:41:30 +00:00
Jayefuu
ce75d053ed
Moved box position again (#1296)
As requested by players after feedback from first change.
2022-03-11 16:39:28 +00:00
Jayefuu
ac46e22836 Changed position of the barrage chest
- Suggestion by Pumba
- Moved the barrage chest for better symmetry of the loaders (apparently)
2022-03-10 18:47:53 +00:00
grilledham
ec4fc1cf98
Use on_entity_destroyed instead of on_entity_died for determining if an outpost is captured. (#1292) 2022-02-26 15:03:30 +00:00
grilledham
c195173d5d
Increase tech cost 10 -> 25, satellite count 850 -> 1000. (#1291) 2022-02-20 18:13:03 +00:00
grilledham
3fe1b61cd9
Update danger bobs ore. (#1289) 2022-02-12 22:21:23 +00:00
grilledham
7d7746ffc7
More coal/stone for one direction map. (#1288) 2022-02-10 21:00:27 +00:00
grilledham
11ad0051ef
Remove oil/uranium spawn from danger ore maps. (#1287) 2022-01-29 17:57:16 +00:00
grilledham
2181981215
Add danger ore map poll. (#1286) 2022-01-29 16:12:49 +00:00