-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
58 lines (50 loc) · 2.83 KB
/
env.example
File metadata and controls
58 lines (50 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Copy to ~/.rippermoon-gptk.env and edit for your machine.
export GPTK_HOME="$HOME/GPTK"
export GPTK_PREFIX_ROOT="$HOME/WinePrefixes"
export GPTK_GAMES_ROOT="$HOME/Games"
# Storage root for Steam, games, and installers.
# Default is your internal disk so first-run setup works with no extra hardware.
# Point this at a mounted external volume (for example /Volumes/MyDrive) if you have one.
export GPTK_EXTERNAL_ROOT="$HOME/Library/Application Support/RipperMoonKit"
export GPTK_STEAM_LIBRARY="$GPTK_EXTERNAL_ROOT/SteamLibrary"
# Wine drive mappings applied to every prefix when the target folder exists.
# Format: LETTER=/host/path;LETTER=/another/host/path
# Use any letters you want except C, because C: belongs to the Wine prefix.
export GPTK_DRIVE_MAPS="S=$GPTK_STEAM_LIBRARY;X=$GPTK_EXTERNAL_ROOT/Games;I=$GPTK_EXTERNAL_ROOT/Installers"
# Apple Game Porting Toolkit 3 local install paths.
# Download GPTK 3 from Apple Developer, mount the DMG, then run ./install.zsh.
export GPTK_REQUIRED_VERSION="3"
export GPTK_DOWNLOAD_PAGE="https://developer.apple.com/games/game-porting-toolkit/"
export GPTK_DOWNLOAD_DIR="$HOME/Downloads"
export RIPPERMOON_GPTK_WAIT_SECONDS="900"
export RIPPERMOON_OPEN_GPTK_PAGE="ask"
export GPTK_APP_PATH="$GPTK_HOME/apps/Game Porting Toolkit.app"
export GPTK_RUNTIME="$GPTK_HOME/runtime"
export GPTK_WINE_HOME="$GPTK_APP_PATH/Contents/Resources/wine"
# Defaults used by the launchers.
export GPTK_DEFAULT_WINVER="win10"
export GPTK_LOG_ENABLED="1"
export GPTK_WINEESYNC="1"
export GPTK_NOFILE_LIMIT="49152"
export GPTK_DXR="1"
export GPTK_USE_DXVK="0"
export GPTK_MTL_HUD_ENABLED="0"
# Installer bootstrap defaults.
export STEAM_SETUP_URL="https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe"
export STEAM_SETUP_PATH="$GPTK_EXTERNAL_ROOT/Installers/SteamSetup.exe"
export RIPPERMOON_VCREDIST_X64_URL="https://aka.ms/vc14/vc_redist.x64.exe"
export RIPPERMOON_VCREDIST_X86_URL="https://aka.ms/vc14/vc_redist.x86.exe"
export RIPPERMOON_VCREDIST_DIR="$GPTK_HOME/downloads/vcredist"
export RIPPERMOON_DOTNET6_DESKTOP_URL="https://aka.ms/dotnet/6.0/windowsdesktop-runtime-win-x64.exe"
export RIPPERMOON_DOTNET6_DIR="$GPTK_HOME/downloads/dotnet6"
export RIPPERMOON_BREW_FORMULAE="cabextract p7zip samba gnutls molten-vk vulkan-loader vulkan-headers"
export RIPPERMOON_GPTK_APP_CASK="gcenx/wine/game-porting-toolkit"
export RIPPERMOON_INSTALL_GPTK_APP_CASK="1"
export RIPPERMOON_INSTALL_STEAM="0"
# Optional semicolon-separated extra paths to snapshot during update backups.
# Extra snapshots are for manual recovery and are not restored automatically.
export RIPPERMOON_BACKUP_EXTRA_PATHS=""
# TheGamesDB cover-art lookup. Set your own API key here (free at thegamesdb.net).
# On first run the app seeds its in-app Settings field from this value; after that
# the key is managed locally in Settings › Cover Art.
# export GPTK_TGDB_API_KEY=""