files:
- setup: https://github.com/DazoTrove/TroveTools.NET/raw/master/TroveTools.NET/publish/setup.exe
game:
exe: $GAMEDIR/drive_c/setup.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c
installer:
- task:
app: dotnet46
name: winetricks
silent: true
- move:
dst: $GAMEDIR/drive_c
src: setup
- task:
key: SchUseStrongCrypto
name: set_regedit
path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319
type: REG_DWORD
value: '00000001'
- task:
key: SchUseStrongCrypto
name: set_regedit
path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
type: REG_DWORD
value: '00000001'
- task:
executable: setup
name: wineexec
prefix: $GAMEDIR
description: ''
game_slug: trovetoolsnet
gogslug: ''
humblestoreid: ''
installer_slug: trovetoolsnet-current
name: TroveTools.NET
notes: You'll need to assign your Trove game directory in settings. You'll find it
in the Z drive, though the exact path will differ depending on the user. If you
can't find your default steam directory, enter .steam in your home directory and
click open, then navigate to root/steamapps/common. Installation will take some
time due to requiring dotnet. Be patient.
runner: wine
script:
files:
- setup: https://github.com/DazoTrove/TroveTools.NET/raw/master/TroveTools.NET/publish/setup.exe
game:
exe: $GAMEDIR/drive_c/setup.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c
installer:
- task:
app: dotnet46
name: winetricks
silent: true
- move:
dst: $GAMEDIR/drive_c
src: setup
- task:
key: SchUseStrongCrypto
name: set_regedit
path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319
type: REG_DWORD
value: '00000001'
- task:
key: SchUseStrongCrypto
name: set_regedit
path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
type: REG_DWORD
value: '00000001'
- task:
executable: setup
name: wineexec
prefix: $GAMEDIR
slug: trovetoolsnet-current
steamid: null
version: Current
year: null
{
"game_slug": "trovetoolsnet",
"version": "Current",
"description": "",
"notes": "You'll need to assign your Trove game directory in settings. You'll find it in the Z drive, though the exact path will differ depending on the user. If you can't find your default steam directory, enter .steam in your home directory and click open, then navigate to root/steamapps/common. Installation will take some time due to requiring dotnet. Be patient.",
"name": "TroveTools.NET",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "trovetoolsnet-current",
"installer_slug": "trovetoolsnet-current",
"script": {
"files": [
{
"setup": "https://github.com/DazoTrove/TroveTools.NET/raw/master/TroveTools.NET/publish/setup.exe"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/setup.exe",
"prefix": "$GAMEDIR",
"working_dir": "$GAMEDIR/drive_c"
},
"installer": [
{
"task": {
"app": "dotnet46",
"name": "winetricks",
"silent": true
}
},
{
"move": {
"dst": "$GAMEDIR/drive_c",
"src": "setup"
}
},
{
"task": {
"key": "SchUseStrongCrypto",
"name": "set_regedit",
"path": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\.NETFramework\\v4.0.30319",
"type": "REG_DWORD",
"value": "00000001"
}
},
{
"task": {
"key": "SchUseStrongCrypto",
"name": "set_regedit",
"path": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\.NETFramework\\v4.0.30319",
"type": "REG_DWORD",
"value": "00000001"
}
},
{
"task": {
"executable": "setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}