-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b16d7c4
commit 4780325
Showing
17 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Надписи на полях | ||
|
||
:::danger | ||
Это заготовка для будущей статьи, сейчас она не рекомендуется для изучения, а в будущем может измениться или вообще исчезнуть. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,41 @@ | ||
# Пишем на комбинаторах | ||
|
||
:::danger | ||
Это заготовка для будущей статьи, сейчас она не рекомендуется для изучения, а в будущем может измениться или вообще исчезнуть. | ||
::: | ||
Откровенно говоря, постоянные комбинаторы `Constant combinator` не предназначены чтобы их использовали в качестве поэтического забора. Тем не менее иногда бывает полезно разместить некую пометку или текст себе на всякий случай. Делается это при помощи [виртуальных сигналов на постоянном комбинаторе](https://wiki.factorio.com/Circuit_network#Virtual_signals), которые включают буквы английского алфавита и цифры, знаков препинания не предусмотрено. | ||
|
||
## Настройка отображения для комбинаторов | ||
|
||
Но при игровых настройках по умолчанию сигналы комбинаторов не отображаются. Для отображения сигналов нужно зайти в настройки `Settings`, затем `Interface` и установить галочку для показа настроек комбинатора в [*Alt-mode*](https://wiki.factorio.com/Shortcut_bar): | ||
|
||
![Настройки для комбинаторов](./images/Writing.01.png) | ||
|
||
Соответственно, играть придётся тоже в *Alt-mode*, но это на самом деле единственно нормальный режим игры, хотя кому как: | ||
|
||
![Настройки для Alt-mode](./images/Writing.02.png) | ||
|
||
## Метки для сундуков с ресурсами | ||
|
||
Простым примером использования является постоянный комбинатор `!Constant combinator` с каким-то ярко выделяемым сигналом, например зелёный прямоугольник `Signal green`. Такой комбинатор можно легко заметить среди кучной фабрики и он может сигнализировать о сундуках с ресурсами, куда складываются предметы. Например так: | ||
|
||
![Указатель на сундуки](./images/Writing.02.jpg) | ||
|
||
Это позволит легко ориентироваться в глухой застройке ваших макаронных фабрик. Помечать можно не только сундуки, но и всё что сочтёте важным в игре. | ||
|
||
## Поэтические тексты | ||
|
||
Писать много на постоянных комбинаторах `!Constant combinator` муторно и утомительно. Ограничивайтесь простыми пометками и короткими текстовыми сообщениями. Длинные стихи заметны не будут. Писать можно тремя способами: | ||
|
||
* по одной букве (1), | ||
* по две буквы (2), | ||
* и по четыре буквы в два ряда (3). | ||
|
||
![Надписи на комбинаторах](./images/Writing.03.png) | ||
|
||
Выстраивая несколько комбинаторов в ряд, можно писать целыми словами и даже предложениями. Пример: | ||
|
||
![Надписи на комбинаторах](./images/Writing.04.png) | ||
|
||
Используйте какой-то сигнал для разделения слов и выравнивания текста, например черный квадрат `Signal black`. | ||
|
||
## Заключение | ||
|
||
Писать на постоянных комбинаторах можно. Это позволяет размещать компактные надписи или пометки. Есть и минусы. Надписи на комбинаторах не видны в режиме карты. Писать что-то длиннее пары слов довольно утомительно. Надписи ограничены буквами английского алфавита. Для создания больших надписей, вне зависимости от алфавита и которые видных в режиме карты стоит использовать [мощённые поверхности из букв](../Additionals/Labelling.md). |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters