Skip to content

Instantly share code, notes, and snippets.

@Rainyan
Last active June 21, 2024 14:14
Show Gist options
  • Save Rainyan/802ede7b213f7b04f16a418ff7ab7f1d to your computer and use it in GitHub Desktop.
Save Rainyan/802ede7b213f7b04f16a418ff7ab7f1d to your computer and use it in GitHub Desktop.
NT;RE launch.json for Visual Studio 2022. Set the env variables accordingly & restart the IDE to use.
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "dll",
"exe": "${env.SDK2013MP}\\hl2.exe",
"project": "CMakeLists.txt",
"projectTarget": "client.dll (game\\client\\client.dll)",
"name": "client.dll (game\\client\\client.dll)",
"currentDir": "${env.SDK2013MP}",
"args": [
"-allowdebug",
"-insecure",
"-dev",
"-sw",
"-game",
"${workspaceRoot}\\..\\game\\neo"
"-neopath",
"${env.OGNT_PATH}"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment