Skip to content

Commit 8ce24cc

Browse files
committed
Fixes for gentool
1 parent 0cb71e7 commit 8ce24cc

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
cp -rfv ./zh104/generals.exe Generals104.exe

metadata/packagessniper_v2.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8335,6 +8335,11 @@
83358335
"name": "controlbarhd",
83368336
"url": "https://www.gentool.net/download/controlbar/1.1/",
83378337
"file": "ControlBarHDZH_v1.1_English.zip"
8338+
},
8339+
{
8340+
"name": "zh104",
8341+
"url": "https://www.gentool.net/download/executables/",
8342+
"file": "GeneralsZH104EXE.zip"
83388343
}
83398344
],
83408345
"choices": [
@@ -8347,15 +8352,27 @@
83478352
]
83488353
},
83498354
{
8350-
"command": "Generals.exe",
8355+
"command": "Generals104.exe",
83518356
"command_vars": {
8352-
"WINEDLLOVERRIDES": "dinput8=n,b"
8357+
"WINEDLLOVERRIDES": "d3d8=n,b;d3d9=n,b;"
83538358
},
83548359
"engine_name": "GenTool",
83558360
"name": "GenTool with HD Control Bar",
83568361
"download": [
83578362
"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+
}
83598376
]
83608377
}
83618378
],

0 commit comments

Comments
 (0)