File tree Expand file tree Collapse file tree 4 files changed +38
-6
lines changed
Expand file tree Collapse file tree 4 files changed +38
-6
lines changed Original file line number Diff line number Diff line change 1+ ## Shroud
2+ checkbox-fog-of-war =
3+ .label = Fog of War
4+ .description = Line of sight is required to view enemy forces
5+
6+ checkbox-explored-map =
7+ .label = Explored Map
8+ .description = Initial map shroud is revealed
9+
10+ ## DeveloperMode
11+ checkbox-debug-menu =
12+ .label = Debug Menu
13+ .description = Enables cheats and developer commands
14+
15+ ## MapStartingLocations
16+ checkbox-separate-team-spawns =
17+ .label = Separate Team Spawns
18+ .description = Players without assigned spawn points will start as far as possible from enemy players
19+
20+ ## SpawnStartingUnits
21+ dropdown-starting-units =
22+ .label = Starting Units
23+ .description = The units that players start the game with
24+
25+ ## World
26+ options-starting-units =
27+ .unlabeled = Unlabeled
28+
29+ options-difficulty =
30+ .normal = Normal
Original file line number Diff line number Diff line change @@ -105,3 +105,4 @@ Hotkeys:
105105
106106Translations :
107107 common|languages/en.ftl
108+ example|languages/en.ftl
Original file line number Diff line number Diff line change @@ -50,27 +50,27 @@ GameSpeeds:
5050 DefaultSpeed : default
5151 Speeds :
5252 slowest :
53- Name : slowest
53+ Name : options-game-speed. slowest
5454 Timestep : 80
5555 OrderLatency : 2
5656 slower :
57- Name : slower
57+ Name : options-game-speed. slower
5858 Timestep : 50
5959 OrderLatency : 3
6060 default :
61- Name : normal
61+ Name : options-game-speed. normal
6262 Timestep : 40
6363 OrderLatency : 3
6464 fast :
65- Name : fast
65+ Name : options-game-speed. fast
6666 Timestep : 35
6767 OrderLatency : 4
6868 faster :
69- Name : faster
69+ Name : options-game-speed. faster
7070 Timestep : 30
7171 OrderLatency : 4
7272 fastest :
73- Name : fastest
73+ Name : options-game-speed. fastest
7474 Timestep : 20
7575 OrderLatency : 6
7676
Original file line number Diff line number Diff line change 2929 StartingUnits @Example :
3030 BaseActor : example
3131 Factions : example
32+ ClassName : options-starting-units.unlabeled
3233
3334editorworld :
3435 Inherits : ^baseworld
You can’t perform that action at this time.
0 commit comments