Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8f3869e

Browse files
authored
Merge pull request #60 from cortex-command-community/slider-wheel-data
Slider wheel data
2 parents dbd8430 + 17c7f9c commit 8f3869e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Base.rte/GUIs/MetagameGUI.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Enabled = True
9090
Name = LengthSlider
9191
Anchor = Left, Top, Right
9292
ToolTip = This sets the baseline total number of brains that each player will start with. When all brains of all players are deployed, the game is over and the team with most owned gold sites wins.
93-
Value = 50
94-
Minimum = 0
95-
Maximum = 100
93+
Value = 10
94+
Minimum = 1
95+
Maximum = 20
9696
Orientation = Horizontal
9797
TickDirection = BottomRight
9898

@@ -143,6 +143,7 @@ ToolTip = This sets the difficulty of campaign.
143143
Value = 50
144144
Minimum = 0
145145
Maximum = 100
146+
ValueResolution = 10
146147
Orientation = Horizontal
147148
TickDirection = BottomRight
148149

@@ -429,6 +430,7 @@ ToolTip = Team 1 AI skill
429430
Value = 50
430431
Minimum = 1
431432
Maximum = 100
433+
ValueResolution = 10
432434
Orientation = Horizontal
433435
TickDirection = BottomRight
434436

@@ -535,6 +537,7 @@ ToolTip = Team 1 AI skill
535537
Value = 50
536538
Minimum = 1
537539
Maximum = 100
540+
ValueResolution = 10
538541
Orientation = Horizontal
539542
TickDirection = BottomRight
540543

@@ -641,6 +644,7 @@ ToolTip = Team 1 AI skill
641644
Value = 50
642645
Minimum = 1
643646
Maximum = 100
647+
ValueResolution = 10
644648
Orientation = Horizontal
645649
TickDirection = BottomRight
646650

@@ -747,6 +751,7 @@ ToolTip = Team 1 AI skill
747751
Value = 50
748752
Minimum = 1
749753
Maximum = 100
754+
ValueResolution = 10
750755
Orientation = Horizontal
751756
TickDirection = BottomRight
752757

Base.rte/GUIs/MultiplayerServerLobbyGUI.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Anchor = Left, Bottom, Right
171171
Value = 50
172172
Minimum = 0
173173
Maximum = 100
174+
ValueResolution = 10
174175
Orientation = Horizontal
175176
TickDirection = BottomRight
176177

@@ -981,6 +982,7 @@ ToolTip = Team 1 AI skill
981982
Value = 50
982983
Minimum = 1
983984
Maximum = 100
985+
ValueResolution = 10
984986
Orientation = Horizontal
985987
TickDirection = BottomRight
986988

@@ -1015,6 +1017,7 @@ ToolTip = Team 1 AI Difficulty
10151017
Value = 50
10161018
Minimum = 1
10171019
Maximum = 100
1020+
ValueResolution = 10
10181021
Orientation = Horizontal
10191022
TickDirection = BottomRight
10201023

@@ -1049,6 +1052,7 @@ ToolTip = Team 1 AI Difficulty
10491052
Value = 50
10501053
Minimum = 1
10511054
Maximum = 100
1055+
ValueResolution = 10
10521056
Orientation = Horizontal
10531057
TickDirection = BottomRight
10541058

@@ -1083,6 +1087,7 @@ ToolTip = Team 1 AI Difficulty
10831087
Value = 50
10841088
Minimum = 1
10851089
Maximum = 100
1090+
ValueResolution = 10
10861091
Orientation = Horizontal
10871092
TickDirection = BottomRight
10881093

Base.rte/GUIs/ScenarioGUI.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ Anchor = Left, Bottom, Right
460460
Value = 50
461461
Minimum = 0
462462
Maximum = 100
463+
ValueResolution = 10
463464
Orientation = Horizontal
464465
TickDirection = BottomRight
465466

@@ -1065,6 +1066,7 @@ ToolTip = Team 1 AI skill
10651066
Value = 50
10661067
Minimum = 1
10671068
Maximum = 100
1069+
ValueResolution = 10
10681070
Orientation = Horizontal
10691071
TickDirection = BottomRight
10701072

@@ -1099,6 +1101,7 @@ ToolTip = Team 1 AI Difficulty
10991101
Value = 50
11001102
Minimum = 1
11011103
Maximum = 100
1104+
ValueResolution = 10
11021105
Orientation = Horizontal
11031106
TickDirection = BottomRight
11041107

@@ -1133,6 +1136,7 @@ ToolTip = Team 1 AI Difficulty
11331136
Value = 50
11341137
Minimum = 1
11351138
Maximum = 100
1139+
ValueResolution = 10
11361140
Orientation = Horizontal
11371141
TickDirection = BottomRight
11381142

@@ -1167,6 +1171,7 @@ ToolTip = Team 1 AI Difficulty
11671171
Value = 50
11681172
Minimum = 1
11691173
Maximum = 100
1174+
ValueResolution = 10
11701175
Orientation = Horizontal
11711176
TickDirection = BottomRight
11721177

0 commit comments

Comments
 (0)