Skip to content

Instantly share code, notes, and snippets.

@theneosloth
Created January 7, 2019 06:24
Show Gist options
  • Save theneosloth/3fc41e30aafab84f4f40765a2543db31 to your computer and use it in GitHub Desktop.
Save theneosloth/3fc41e30aafab84f4f40765a2543db31 to your computer and use it in GitHub Desktop.
Add NVSE as a launch option for Fallout: New Vegas in the GOG Galaxy launcher
{
"clientId": "50144443643664262",
"gameId": "1454587428",
"language": "English",
"languages": [
"en"
],
"name": "Fallout: New Vegas",
"overlaySupported": true,
"playTasks": [
{
"category": "launcher",
"isPrimary": true,
"languages": [
"*"
],
"name": "Fallout: New Vegas",
"path": "FalloutNVLauncher.exe",
"runAsAdmin": true,
"type": "FileTask"
},
{
"languages": [
"*"
],
"name": "NVSE",
"path": "nvse_loader.exe",
"type": "FileTask"
},
{
"category": "game",
"isHidden": true,
"languages": [
"*"
],
"name": "Fallout: New Vegas",
"path": "FalloutNV.exe",
"type": "FileTask"
},
{
"category": "tool",
"languages": [
"*"
],
"name": "G.E.C.K.",
"path": "Geck.exe",
"type": "FileTask"
},
{
"category": "document",
"languages": [
"*"
],
"link": "http://www.gog.com/support/fallout_new_vegas_ultimate_edition",
"name": "Support",
"type": "URLTask"
}
],
"rootGameId": "1454587428",
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment