Skip to content

Commit

Permalink
update nfk to support command "followid", add some binds
Browse files Browse the repository at this point in the history
  • Loading branch information
HarpyWar committed May 11, 2020
1 parent 9cb016d commit b2386be
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 12 deletions.
4 changes: 1 addition & 3 deletions NFKDemoAdapter/NFKDemoAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\NFK.exe" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ndmadapter.txt" />
</ItemGroup>
Expand Down Expand Up @@ -157,6 +154,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="ndmadapter.ico" />
<None Include="Resources\NFK.exe" />
<None Include="Resources\nfkdemo.wmv" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions NFKDemoAdapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.22.0.0")]
[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyVersion("1.23.0.0")]
[assembly: AssemblyFileVersion("1.23.0.0")]
15 changes: 11 additions & 4 deletions NFKDemoAdapter/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified NFKDemoAdapter/Resources/NFK.exe
Binary file not shown.
25 changes: 22 additions & 3 deletions NFKDemoAdapter/Resources/ndmadapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ r_mode 1280 720
zoomwindow

// game speed (0-40), default 20
speeddemo 25
speeddemo 21

// start play music from a playlist basenfk/music/mp3list.dat
mp3volume 15
mp3volume 8
mp3play

// decrease game volume
volume 15
volume 10

// show nicknames
autoshownick 0
Expand Down Expand Up @@ -50,5 +50,24 @@ r_massacre 1
// binds
bind n nextplayer
bind tab scoreboard

// hook for esc in ndmadapter
bind esc quit

bind 1 followid 0
bind 2 followid 1
bind 3 followid 2
bind 4 followid 3
bind 5 followid 4
bind 6 followid 5
bind 7 followid 6
bind 8 followid 7

bind num1 bg 1
bind num2 bg 2
bind num3 bg 3
bind num4 bg 4
bind num5 bg 5
bind num6 bg 6
bind num7 bg 7
bind num8 bg 8

0 comments on commit b2386be

Please sign in to comment.