File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
engines/cnc-generals/assets Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ cp -rfv ./zh104/generals.exe Generals104.exe
Original file line number Diff line number Diff line change 8335
8335
"name" : " controlbarhd" ,
8336
8336
"url" : " https://www.gentool.net/download/controlbar/1.1/" ,
8337
8337
"file" : " ControlBarHDZH_v1.1_English.zip"
8338
+ },
8339
+ {
8340
+ "name" : " zh104" ,
8341
+ "url" : " https://www.gentool.net/download/executables/" ,
8342
+ "file" : " GeneralsZH104EXE.zip"
8338
8343
}
8339
8344
],
8340
8345
"choices" : [
8347
8352
]
8348
8353
},
8349
8354
{
8350
- "command" : " Generals .exe" ,
8355
+ "command" : " Generals104 .exe" ,
8351
8356
"command_vars" : {
8352
- "WINEDLLOVERRIDES" : " dinput8 =n,b"
8357
+ "WINEDLLOVERRIDES" : " d3d8 =n,b;d3d9=n,b; "
8353
8358
},
8354
8359
"engine_name" : " GenTool" ,
8355
8360
"name" : " GenTool with HD Control Bar" ,
8356
8361
"download" : [
8357
8362
" gentool" ,
8358
- " controlbarhd"
8363
+ " controlbarhd" ,
8364
+ " zh104" ,
8365
+ " cnc-generals"
8366
+ ],
8367
+ "setup" : {
8368
+ "complete_path" : " ./gentool-ready" ,
8369
+ "command" : " ./setup-gentool.sh"
8370
+ },
8371
+ "download_config" : [
8372
+ {
8373
+ "extract_location" : " ./zh104" ,
8374
+ "download_name" : " zh104"
8375
+ }
8359
8376
]
8360
8377
}
8361
8378
],
You can’t perform that action at this time.
0 commit comments