Open
Conversation
Owner
|
you forgot to add the #ifdef OPENMOD's |
Owner
|
no wait |
ThePixelMoon
requested changes
Jul 8, 2025
Owner
ThePixelMoon
left a comment
There was a problem hiding this comment.
you forgot to add the #ifdef OPENMOD's
Author
Alright, I'll be working on it. |
ThePixelMoon
reviewed
Jul 8, 2025
ThePixelMoon
reviewed
Jul 8, 2025
| $Folder "OpenMod" | ||
| { | ||
|
|
||
| $File "..\shared\openmod\weapon_physgun.cpp" |
Owner
There was a problem hiding this comment.
$SRCDIR\game\shared\openmod\weapon_physgun.cpp.....
ThePixelMoon
reviewed
Jul 8, 2025
| { | ||
| $AdditionalIncludeDirectories "$BASE;hl2mp\ui,.\hl2mp,$SRCDIR\game\shared\hl2mp,.\hl2,.\hl2\elements,$SRCDIR\game\shared\hl2,.\openmod,$SRCDIR\game\shared\openmod" | ||
| $PreprocessorDefinitions "$BASE;HL2MP;HL2_CLIENT_DLL;NEXT_BOT;OPENMOD" | ||
| $PreprocessorDefinitions "$BASE;HL2MP;HL2_CLIENT_DLL;NEXT_BOT;OPENMOD;OMOD" |
ThePixelMoon
reviewed
Jul 8, 2025
|
|
||
| RecvPropFloat (RECVINFO(m_flMaxspeed)), | ||
| RecvPropInt (RECVINFO(m_fFlags)), | ||
| #if defined OPENMOD |
Owner
There was a problem hiding this comment.
what the fuck is that syntax
Owner
There was a problem hiding this comment.
did you even try to compile it?
ThePixelMoon
reviewed
Jul 8, 2025
|
|
||
| CUserCmd *m_pCurrentCommand; | ||
|
|
||
| #if defined OPENMOD |
Owner
There was a problem hiding this comment.
again, did you even try to compile it?
ThePixelMoon
reviewed
Jul 8, 2025
| #include "iviewrender_beams.h" // flashlight beam | ||
| #include "r_efx.h" | ||
| #include "dlight.h" | ||
| #include "iclientmode.h" |
ThePixelMoon
reviewed
Jul 8, 2025
|
|
||
| // Store out the new viewangles. | ||
| engine->SetViewAngles( viewangles ); | ||
| #if defined(OPENMOD) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Physics Manipulation Device implmentation