Skip to content

Commit 305c3b9

Browse files
committed
add bar engine as an option
1 parent dc67950 commit 305c3b9

File tree

1 file changed

+42
-62
lines changed

1 file changed

+42
-62
lines changed

dist_cfg/config.json

Lines changed: 42 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -66,50 +66,24 @@
6666

6767
{
6868
"package": {
69-
"id": "stable",
70-
"display": "Stable"
71-
},
72-
"downloads": {
73-
"games" : ["sbc:stable"],
74-
"maps" : ["TitanDuel 2.2"],
75-
"engines" : [ "104.0.1-1553-gd3c0012 maintenance" ]
76-
},
77-
"launch": {
78-
"game": "rapid://sbc:stable",
79-
"map": "TitanDuel 2.2"
80-
}
81-
},
82-
83-
{
84-
"package": {
85-
"id": "develop-engine",
86-
"display": "DevelopEngine"
69+
"id": "latest-win-bar",
70+
"display": "Latest (BAR Engine)",
71+
"platform": "win32"
8772
},
8873
"downloads": {
89-
"games" : ["sbc:stable"],
90-
"maps" : ["TitanDuel 2.2"],
91-
"engines" : [ "104.0.1-2020-ga942be9 develop" ]
74+
"nextgen" : ["Spring-SpringBoard/SpringBoard-Core"],
75+
"resources": [
76+
{
77+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1977-g12700e0/spring_bar_.BAR.104.0.1-1977-g12700e0_windows-64-minimal-portable.7z",
78+
"destination": "engine/104.0.1-1977-g12700e0 bar",
79+
"extract": true
80+
}
81+
]
9282
},
9383
"launch": {
94-
"game": "rapid://sbc:stable",
95-
"map": "TitanDuel 2.2"
96-
}
97-
},
98-
99-
{
100-
"package": {
101-
"id": "dev",
102-
"display": "Development"
103-
},
104-
"downloads": {
105-
"engines" : [ "104.0.1-1553-gd3c0012 maintenance" ]
106-
},
107-
"auto_start" : false,
108-
"no_downloads" : true,
109-
"load_dev_exts": false,
110-
"launch": {
111-
"game": "SpringBoard Core $VERSION",
84+
"game": "rapid://sbc:test",
11285
"map": "sb_initial_blank_10x8",
86+
"engine": "104.0.1-1977-g12700e0 bar",
11387
"map_options": {
11488
"new_map_x": 10,
11589
"new_map_y": 8
@@ -122,50 +96,57 @@
12296

12397
{
12498
"package": {
125-
"id": "dev-barengine-linux",
126-
"display": "Development BAR Engine",
99+
"id": "latest-linux-bar",
100+
"display": "Latest (BAR Engine)",
127101
"platform": "linux"
128102
},
129103
"downloads": {
104+
"nextgen" : ["Spring-SpringBoard/SpringBoard-Core"],
130105
"resources": [
131106
{
132-
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1828-g1f481b7/spring_bar_.BAR.104.0.1-1828-g1f481b7_linux-64-minimal-portable.7z",
133-
"destination": "engine/104.0.1-1828-g1f481b7 bar",
107+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1977-g12700e0/spring_bar_.BAR.104.0.1-1977-g12700e0_linux-64-minimal-portable.7z",
108+
"destination": "engine/104.0.1-1977-g12700e0 bar",
134109
"extract": true
135110
}
136-
]
111+
]
137112
},
138-
"auto_start" : false,
139-
"no_downloads" : true,
140-
"load_dev_exts": false,
141113
"launch": {
142-
"game": "SpringBoard Core $VERSION",
114+
"game": "rapid://sbc:test",
143115
"map": "sb_initial_blank_10x8",
116+
"engine": "104.0.1-1977-g12700e0 bar",
144117
"map_options": {
145118
"new_map_x": 10,
146119
"new_map_y": 8
147120
},
148121
"game_options": {
149122
"MapSeed": 42
150-
},
151-
"engine" : "104.0.1-1828-g1f481b7 bar"
123+
}
152124
}
153125
},
154126

155127
{
156128
"package": {
157-
"id": "dev-barengine-windows",
158-
"display": "Development BAR Engine",
159-
"platform": "win32"
129+
"id": "stable",
130+
"display": "Stable"
160131
},
161132
"downloads": {
162-
"resources": [
163-
{
164-
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1828-g1f481b7/spring_bar_.BAR.104.0.1-1828-g1f481b7_windows-64-minimal-portable.7z",
165-
"destination": "engine/104.0.1-1828-g1f481b7 bar",
166-
"extract": true
167-
}
168-
]
133+
"games" : ["sbc:stable"],
134+
"maps" : ["TitanDuel 2.2"],
135+
"engines" : [ "104.0.1-1553-gd3c0012 maintenance" ]
136+
},
137+
"launch": {
138+
"game": "rapid://sbc:stable",
139+
"map": "TitanDuel 2.2"
140+
}
141+
},
142+
143+
{
144+
"package": {
145+
"id": "dev",
146+
"display": "Development"
147+
},
148+
"downloads": {
149+
"engines" : [ "104.0.1-1553-gd3c0012 maintenance" ]
169150
},
170151
"auto_start" : false,
171152
"no_downloads" : true,
@@ -179,8 +160,7 @@
179160
},
180161
"game_options": {
181162
"MapSeed": 42
182-
},
183-
"engine" : "104.0.1-1828-g1f481b7 bar"
163+
}
184164
}
185165
},
186166

0 commit comments

Comments
 (0)