files:
- daggerfall_unity: https://github.com/Interkarma/daggerfall-unity/releases/download/v1.1.1/dfu_linux_64bit-v1.1.1.zip
- daggerfall_game_files: https://www.dropbox.com/s/rlkfnjknu32afe4/DaggerfallGameFiles.zip?dl=1
game:
exe: $GAMEDIR/DaggerfallUnity.x86_64
working_dir: $GAMEDIR
installer:
- extract:
file: daggerfall_unity
- extract:
dst: $GAMEDIR/DAGGER
file: daggerfall_game_files
- write_file:
content: '[Daggerfall]
MyDaggerfallPath = $GAMEDIR/DAGGER
[Video]
ResolutionWidth = $RESOLUTION_WIDTH
ResolutionHeight = $RESOLUTION_HEIGHT
Fullscreen = True
'
file: $HOME/.config/unity3d/Daggerfall Workshop/Daggerfall Unity/settings.ini
description: One step install for DFU
game_slug: daggerfall-unity
gogslug: ''
humblestoreid: ''
installer_slug: daggerfall-unity-native
name: Daggerfall Unity
notes: As stands it's a bare bones install with minimal user interaction, and therefore
minimal user input. I plan on fancifying it in the future, if spoons allow.
runner: linux
script:
files:
- daggerfall_unity: https://github.com/Interkarma/daggerfall-unity/releases/download/v1.1.1/dfu_linux_64bit-v1.1.1.zip
- daggerfall_game_files: https://www.dropbox.com/s/rlkfnjknu32afe4/DaggerfallGameFiles.zip?dl=1
game:
exe: $GAMEDIR/DaggerfallUnity.x86_64
working_dir: $GAMEDIR
installer:
- extract:
file: daggerfall_unity
- extract:
dst: $GAMEDIR/DAGGER
file: daggerfall_game_files
- write_file:
content: '[Daggerfall]
MyDaggerfallPath = $GAMEDIR/DAGGER
[Video]
ResolutionWidth = $RESOLUTION_WIDTH
ResolutionHeight = $RESOLUTION_HEIGHT
Fullscreen = True
'
file: $HOME/.config/unity3d/Daggerfall Workshop/Daggerfall Unity/settings.ini
slug: daggerfall-unity-native
steamid: null
version: Native
year: 2014
{
"game_slug": "daggerfall-unity",
"version": "Native",
"description": "One step install for DFU",
"notes": "As stands it's a bare bones install with minimal user interaction, and therefore minimal user input. I plan on fancifying it in the future, if spoons allow.",
"name": "Daggerfall Unity",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "daggerfall-unity-native",
"installer_slug": "daggerfall-unity-native",
"script": {
"files": [
{
"daggerfall_unity": "https://github.com/Interkarma/daggerfall-unity/releases/download/v1.1.1/dfu_linux_64bit-v1.1.1.zip"
},
{
"daggerfall_game_files": "https://www.dropbox.com/s/rlkfnjknu32afe4/DaggerfallGameFiles.zip?dl=1"
}
],
"game": {
"exe": "$GAMEDIR/DaggerfallUnity.x86_64",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"file": "daggerfall_unity"
}
},
{
"extract": {
"dst": "$GAMEDIR/DAGGER",
"file": "daggerfall_game_files"
}
},
{
"write_file": {
"content": "[Daggerfall]\nMyDaggerfallPath = $GAMEDIR/DAGGER\n\n[Video]\nResolutionWidth = $RESOLUTION_WIDTH\nResolutionHeight = $RESOLUTION_HEIGHT\nFullscreen = True\n",
"file": "$HOME/.config/unity3d/Daggerfall Workshop/Daggerfall Unity/settings.ini"
}
}
]
}
}