Advertisement
AgentLoneStar007

BYOND Lutris Install Script(Modified from Original Script by Leo_Verto)

Sep 29th, 2022
2,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.61 KB | None | 0 0
  1. {"count":1,"next":null,"previous":null,"results":[{"id":10191,"game_id":17279,"game_slug":"byond","name":"Byond","year":2003,"user":"Leo_Verto","runner":"wine","slug":"byond-5131542","version":"513.1542","description":"","notes":"Lutris wine 6.10 doesn't install BYOND properly for whatever reason so this script uses 6.1, you can switch to 6.10(or newer) after installation if you would like however.\r\n\r\nWorks fine except for on servers using newer TGUI such as TGstation. Even then you will still be able to play the game, you just might not be able to use certain UIs.\r\n\r\nUpdated courtesy of Gorlex Marauders","credits":"","created_at":"2018-09-14T23:29:54.559000Z","updated_at":"2022-01-27T06:17:19.328049Z","draft":false,"published":true,"published_by":64834,"rating":"","is_playable":null,"steamid":null,"gogid":null,"gogslug":"","humbleid":"","humblestoreid":"","humblestoreid_real":"","script":{"files":[{"installer":"https://www.byond.com/download/build/514/514.1588_byond.exe"},{"dx2010":"https://lutris.net/files/tools/directx-2010.tar.gz"}],"game":{"arch":"win32","exe":"drive_c/Program Files/BYOND/bin/byond.exe","prefix":"$GAMEDIR"},"installer":[{"extract":{"dst":"$CACHE/dxsetup","file":"dx2010"}},{"task":{"arch":"win32","name":"create_prefix","prefix":"$GAMEDIR"}},{"task":{"arch":"win32","args":"/silent","executable":"$CACHE/dxsetup/DXSETUP.exe","name":"wineexec","prefix":"$GAMEDIR"}},{"task":{"app":"wsh56","arch":"win32","description":"Installing wsh56 with winetricks","name":"winetricks","prefix":"$GAMEDIR"}},{"task":{"app":"wsh57","arch":"win32","description":"Installing wsh57 with winetricks","name":"winetricks","prefix":"$GAMEDIR","return_code":256}},{"task":{"app":"jscript","arch":"win32","description":"Installing jscript with winetricks","name":"winetricks","prefix":"$GAMEDIR","return_code":256}},{"task":{"app":"mfc42","arch":"win32","description":"Installing mfc42 with winetricks","name":"winetricks","prefix":"$GAMEDIR"}},{"task":{"app":"vcrun2013","arch":"win32","description":"Installing vcrun2013 with winetricks","name":"winetricks","prefix":"$GAMEDIR"}},{"task":{"app":"ie8","arch":"win32","description":"Installing ie8 with winetricks","name":"winetricks","prefix":"$GAMEDIR"}},{"task":{"app":"corefonts","arch":"win32","description":"Installing fonts with winetricks","name":"winetricks","prefix":"$GAMEDIR"}},{"task":{"arch":"win32","key":"MaxVersionGL","name":"set_regedit","path":"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D","prefix":"$GAMEDIR","type":"REG_DWORD","value":30000}},{"task":{"arch":"win32","args":"/S","description":"Installing BYOND","executable":"installer","name":"wineexec","prefix":"$GAMEDIR","return_code":50944}}],"wine":{"Desktop":false,"dxvk":false,"esync":true,"version":"lutris-6.1-3-x86_64"}},"content":"files:\n- installer: https://www.byond.com/download/build/514/514.1588_byond.exe\n- dx2010: https://lutris.net/files/tools/directx-2010.tar.gz\ngame:\n  arch: win32\n  exe: drive_c/Program Files/BYOND/bin/byond.exe\n  prefix: $GAMEDIR\ninstaller:\n- extract:\n    dst: $CACHE/dxsetup\n    file: dx2010\n- task:\n    arch: win32\n    name: create_prefix\n    prefix: $GAMEDIR\n- task:\n    arch: win32\n    args: /silent\n    executable: $CACHE/dxsetup/DXSETUP.exe\n    name: wineexec\n    prefix: $GAMEDIR\n- task:\n    app: wsh56\n    arch: win32\n    description: Installing wsh56 with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: wsh57\n    arch: win32\n    description: Installing wsh57 with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: jscript\n    arch: win32\n    description: Installing jscript with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: mfc42\n    arch: win32\n    description: Installing mfc42 with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: vcrun2013\n    arch: win32\n    description: Installing vcrun2013 with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: ie8\n    arch: win32\n    description: Installing ie8 with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    app: corefonts\n    arch: win32\n    description: Installing fonts with winetricks\n    name: winetricks\n    prefix: $GAMEDIR\n- task:\n    arch: win32\n    key: MaxVersionGL\n    name: set_regedit\n    path: HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D\n    prefix: $GAMEDIR\n    type: REG_DWORD\n    value: 30000\n- task:\n    arch: win32\n    args: /S\n    description: Installing BYOND\n    executable: installer\n    name: wineexec\n    prefix: $GAMEDIR\nwine:\n  Desktop: false\n  dxvk: false\n  esync: true\n  version: lutris-6.1-3-x86_64\n","discord_id":""}]}
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement