Last active
June 7, 2025 01:33
-
-
Save NonLogicalDev/8a71f7547fb986355c283d6a7e251156 to your computer and use it in GitHub Desktop.
James Bond 007 Nightfire - Lutris Install Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: James Bond 007 - Nightfire | |
game_slug: james-bond-007-nightfire | |
version: nightfirepc.com | |
slug: james-bond-007-nightfire | |
runner: wine | |
script: | |
install_complete_text: > | |
James Bond 007 - Nightfire has been installed successfully. | |
You can now launch the game from your library. | |
--- | |
NOTE: Make sure to update the game to the 5.99 Version as 5.91 does not work properly niether under Win 10 nor under Wine. | |
game: | |
arch: win32 | |
exe: $GAMEDIR/drive_c/Program Files/EA Games/Nightfire/Bond.exe | |
prefix: $GAMEDIR | |
working_dir: $GAMEDIR/drive_c/Program Files/EA Games/Nightfire | |
files: | |
- nightfirepc: | |
url: "http://nightfirepc.com/files/gameclient/nightfirepc.zip" | |
filename: "nightfirepc.zip" | |
# - nightfire_patch: | |
# url: "http://nightfirepc.com/files/gameclient/007Nightfire_Patch_v5.91.zip" | |
# filename: "007Nightfire_Patch_v5.91.zip" | |
installer: | |
- task: | |
name: create_prefix | |
prefix: $GAMEDIR | |
description: Creating wine prefix... | |
arch: win32 | |
install_gecko: false | |
install_mono: false | |
- extract: | |
file: nightfirepc | |
dst: $GAMEDIR/drive_c/Program Files/EA Games/ | |
description: Extracting game files... | |
wine: | |
prefix: $GAMEDIR | |
arch: win32 | |
Desktop: true | |
system: | |
env: | |
DXVK_HUD: null | |
DXVK_FRAME_RATE: '60' | |
__GL_SHADER_DISK_CACHE: 1 | |
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR | |
WINE_CPU_TOPOLOGY: 4:2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment