Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Feb 16, 2024
1 parent 183c3b6 commit 24669fb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gamedata/navbot.games/common.games.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"Games"
{
/* OnPlayerRunCMD Hook */
"#default"
{
"Keys"
{
// If a mod needs to hook OnPlayerRunCMD, set this to 1
"HookPlayerRunCMD" "0"
}
}
/* Nav Mesh editing sounds */
"#default"
{
"Keys"
{
// Default sounds are from HL2, should be compatible with most mods
"NavEdit_GenericBlip" "buttons\blip1.wav"
"NavEdit_GenericSuccess" "buttons\button3.wav"
"NavEdit_GenericError" "buttons\button2.wav"
}
}
}
12 changes: 12 additions & 0 deletions gamedata/navbot.games/game.dod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"Games"
{
/* OnPlayerRunCMD Hook */
"#default"
{
"Keys"
{
// If a mod needs to hook OnPlayerRunCMD, set this to 1
"HookPlayerRunCMD" "1"
}
}
}
11 changes: 11 additions & 0 deletions gamedata/navbot.games/master.games.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"Game Master"
{
"common.games.txt"
{
}

"game.dod.txt"
{
"game" "dod"
}
}

0 comments on commit 24669fb

Please sign in to comment.