1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Added chat information

This commit is contained in:
SimonFlapse 2019-02-18 10:38:44 +01:00
parent c43dfa526c
commit 7cc4048627

View File

@ -20,6 +20,9 @@ ScenarioInfo.add_map_extra_info([[
This map is split in four quadrants.
Each quadrant has a main objective.
Chat is restricted to your current quadrant.
Use /shout <message> (shortcut: /s <message>) to chat with entire server
The following quadrants exists:
Science and Military, Intermediate produce, Oil and High Tech, Logistics and Transport.
@ -56,6 +59,7 @@ Version: pre-v1.0
)
redmew_config.paint.enabled = false
redmew_config.player_create.random_join_message_set = {}
redmew_config.player_create.starting_items = {
{ name = 'iron-plate', count = 7 },
@ -67,6 +71,8 @@ redmew_config.player_create.join_messages = {
'Click the question mark in the top left corner for server information and map details.',
'----',
'Quadrants is a new take on a teamwork based map. Be sure to read the map details!',
'Chat is restricted to your current quadrant.',
'Use /shout <message> (shortcut: /s <message>) to chat with entire server',
'--------'
}