Skip to content

Commit

Permalink
Added Spectator list
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Jun 26, 2024
1 parent 2d53d2f commit a4a176f
Show file tree
Hide file tree
Showing 11 changed files with 118 additions and 803 deletions.
2 changes: 2 additions & 0 deletions Arsenal/Arsenal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<ClCompile Include="Features\NoSpread\NoSpread.cpp" />
<ClCompile Include="Features\Notification\Notification.cpp" />
<ClCompile Include="Features\PlayerArrows\PlayerArrows.cpp" />
<ClCompile Include="Features\SpectatorList\SpectatorList.cpp" />
<ClCompile Include="Features\Visual\Visual.cpp" />
<ClCompile Include="Hooks\Definitions\CBasePlayer_CalcPlayerView.cpp" />
<ClCompile Include="Hooks\Definitions\ClientModeShared_CreateMove.cpp" />
Expand Down Expand Up @@ -149,6 +150,7 @@
<ClInclude Include="Features\CFG.h" />
<ClInclude Include="Features\Notification\Notification.h" />
<ClInclude Include="Features\PlayerArrows\PlayerArrows.h" />
<ClInclude Include="Features\SpectatorList\SpectatorList.h" />
<ClInclude Include="Features\Visual\Visual.h" />
<ClInclude Include="Hooks\Definitions\WINAPI_WndProc.h" />
<ClInclude Include="Hooks\Hooks.h" />
Expand Down
6 changes: 6 additions & 0 deletions Arsenal/Arsenal.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
<ClCompile Include="SDK\Interfaces\IHudChat.h">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Features\SpectatorList\SpectatorList.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Entry\Entry.h">
Expand Down Expand Up @@ -458,5 +461,8 @@
<ClInclude Include="Features\Glow\Glow.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Features\SpectatorList\SpectatorList.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Arsenal/Features/CFG.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ namespace CFG
CFGVAR(Visual_PlayerArrows_Offset, 25);
CFGVAR(Visual_PlayerArrows_MaxDist, 1000.f);
CFGVAR(Visual_DrawCrosshair, false);
CFGVAR(Visual_DrawCrosshair_Size, 20);
CFGVAR(Visual_DrawSpread, false);
CFGVAR(Visual_FOV, 110);
CFGVAR(Visual_ViewmodelFOV, 90);
CFGVAR(Visual_SpectatorList, false);

#pragma endregion

Expand Down
Loading

0 comments on commit a4a176f

Please sign in to comment.