1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-19 21:18:01 +02:00
This commit is contained in:
RedRafe 2024-10-21 22:47:45 +02:00
parent adf2f2614d
commit ab737185d4
4 changed files with 11 additions and 4 deletions

View File

@ -432,7 +432,7 @@ storage.config = {
}, },
research_printer = { research_printer = {
enabled = true, enabled = true,
print_to_force = true, -- print a message to force chat when that force finishes a new research. print_to_force = false, -- print a message to force chat when that force finishes a new research.
print_to_discord = true, -- print a message to the discord channel when the player force finishes a new research. print_to_discord = true, -- print a message to the discord channel when the player force finishes a new research.
ignore_script = false -- ignore researches unlocked by commands or by code. ignore_script = false -- ignore researches unlocked by commands or by code.
}, },

View File

@ -64,7 +64,7 @@ local function on_console_chat(event)
target = player.character, target = player.character,
target_offset = {0, -4}, target_offset = {0, -4},
color = color, color = color,
font = 'compilatron-message-font', font = 'compi',
scale = 1.75, scale = 1.75,
time_to_live = get_message_lifetime(safe_message), time_to_live = get_message_lifetime(safe_message),
forces = { player.force }, forces = { player.force },

View File

@ -21,7 +21,7 @@ return {
'item/assembling-machine-2', 'item/assembling-machine-2',
'item/fast-inserter', 'item/fast-inserter',
'item/radar', 'item/radar',
'item/filter-inserter', 'item/radar',
'item/defender-capsule', 'item/defender-capsule',
'item/pumpjack', 'item/pumpjack',
'item/chemical-plant', 'item/chemical-plant',
@ -41,7 +41,7 @@ return {
'item/power-armor', 'item/power-armor',
'item/logistic-robot', 'item/logistic-robot',
'item/laser-turret', 'item/laser-turret',
'item/stack-filter-inserter', 'item/laser-turret',
'item/destroyer-capsule', 'item/destroyer-capsule',
'item/power-armor-mk2', 'item/power-armor-mk2',
'item/flamethrower-turret', 'item/flamethrower-turret',

View File

@ -0,0 +1,7 @@
local config = require 'config'
config.redmew_surface.enabled = false
config.market.enabled = false
config.reactor_meltdown.enabled = false
config.player_create.starting_items = {}
config.player_rewards.enabled = false
config.apocalypse.enabled = false