Skip to content

Commit 469f301

Browse files
committed
update BAR engine to latest release version
1 parent 631cd01 commit 469f301

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

dist_cfg/config.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"games": ["sbc:test"],
7575
"resources": [
7676
{
77-
"url": "https://github.com/Spring-SpringBoard/SpringBoard-Resources/releases/download/resources/spring_bar_.BAR105-BIGMEM.105.1.1-1101-g96d9a59_windows-64-minimal-portable.7z",
78-
"destination": "engine/105.1.1-1101-g96d9a59-bar",
77+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1775-g441af87/spring_bar_.BAR105.105.1.1-1775-g441af87_windows-64-minimal-portable.7z",
78+
"destination": "engine/105.1.1-1775-g441af87-bar",
7979
"extract": true
8080
}
8181
]
8282
},
8383
"launch": {
8484
"game": "rapid://sbc:test",
8585
"map": "sb_initial_blank_10x8",
86-
"engine": "105.1.1-1101-g96d9a59-bar",
86+
"engine": "105.1.1-1775-g441af87-bar",
8787
"map_options": {
8888
"new_map_x": 10,
8989
"new_map_y": 8
@@ -104,16 +104,16 @@
104104
"games": ["sbc:test"],
105105
"resources": [
106106
{
107-
"url": "https://github.com/Spring-SpringBoard/SpringBoard-Resources/releases/download/resources/spring_bar_.BAR105-BIGMEM.105.1.1-1101-g96d9a59_linux-64-minimal-portable.7z",
108-
"destination": "engine/105.1.1-1101-g96d9a59-bar",
107+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1775-g441af87/spring_bar_.BAR105.105.1.1-1775-g441af87_linux-64-minimal-portable.7z",
108+
"destination": "engine/105.1.1-1775-g441af87-bar",
109109
"extract": true
110110
}
111111
]
112112
},
113113
"launch": {
114114
"game": "rapid://sbc:test",
115115
"map": "sb_initial_blank_10x8",
116-
"engine": "105.1.1-1101-g96d9a59-bar",
116+
"engine": "105.1.1-1775-g441af87-bar",
117117
"map_options": {
118118
"new_map_x": 10,
119119
"new_map_y": 8
@@ -164,6 +164,30 @@
164164
}
165165
},
166166

167+
{
168+
"package": {
169+
"id": "dev",
170+
"display": "Development (BAR Engine)"
171+
},
172+
"downloads": {
173+
"engines" : [ "105.1.1-1775-g441af87-bar" ]
174+
},
175+
"auto_start" : false,
176+
"no_downloads" : true,
177+
"load_dev_exts": false,
178+
"launch": {
179+
"game": "SpringBoard Core $VERSION",
180+
"map": "sb_initial_blank_10x8",
181+
"map_options": {
182+
"new_map_x": 10,
183+
"new_map_y": 8
184+
},
185+
"game_options": {
186+
"MapSeed": 42
187+
}
188+
}
189+
},
190+
167191
{
168192
"package": {
169193
"id": "asset-download",

0 commit comments

Comments
 (0)