files:
- file_id: N/A:Select the file you get after following the instructions
game:
exe: $GAMEDIR/Engine/Binaries/Linux/UE4Editor
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: file_id
- chmodx: $GAMEDIR/Setup.sh
- execute:
command: bash Setup.sh
- chmodx: $GAMEDIR/GenerateProjectFiles.sh
- execute:
command: bash GenerateProjectFiles.sh
- execute:
command: make
- chmodx: $GAMEDIR/Engine/Binaries/Linux/UE4Editor
require-binaries: git, make
description: Installs latest native UE4.
game_slug: unreal-engine-4
gogslug: ''
humblestoreid: ''
installer_slug: unreal-engine-4-latest
name: Unreal Engine 4
notes: "Instructions:\r\n1) Connect your epic games and github accouints here: https://www.epicgames.com/account/connections\r\
\n2) Accept the invitation to the epic games github\r\n3) Download the release branch\
\ from the github\r\nPlease not this can take a long time depending on your system\
\ specs so please be patient"
runner: linux
script:
files:
- file_id: N/A:Select the file you get after following the instructions
game:
exe: $GAMEDIR/Engine/Binaries/Linux/UE4Editor
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: file_id
- chmodx: $GAMEDIR/Setup.sh
- execute:
command: bash Setup.sh
- chmodx: $GAMEDIR/GenerateProjectFiles.sh
- execute:
command: bash GenerateProjectFiles.sh
- execute:
command: make
- chmodx: $GAMEDIR/Engine/Binaries/Linux/UE4Editor
require-binaries: git, make
slug: unreal-engine-4-latest
steamid: null
version: Latest
year: 2016
{
"game_slug": "unreal-engine-4",
"version": "Latest",
"description": "Installs latest native UE4.",
"notes": "Instructions:\r\n1) Connect your epic games and github accouints here: https://www.epicgames.com/account/connections\r\n2) Accept the invitation to the epic games github\r\n3) Download the release branch from the github\r\nPlease not this can take a long time depending on your system specs so please be patient",
"name": "Unreal Engine 4",
"year": 2016,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "unreal-engine-4-latest",
"installer_slug": "unreal-engine-4-latest",
"script": {
"files": [
{
"file_id": "N/A:Select the file you get after following the instructions"
}
],
"game": {
"exe": "$GAMEDIR/Engine/Binaries/Linux/UE4Editor",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "file_id"
}
},
{
"chmodx": "$GAMEDIR/Setup.sh"
},
{
"execute": {
"command": "bash Setup.sh"
}
},
{
"chmodx": "$GAMEDIR/GenerateProjectFiles.sh"
},
{
"execute": {
"command": "bash GenerateProjectFiles.sh"
}
},
{
"execute": {
"command": "make"
}
},
{
"chmodx": "$GAMEDIR/Engine/Binaries/Linux/UE4Editor"
}
],
"require-binaries": "git, make"
}
}