How do I ACTUALLY use ReAPI for games other than CS? #343
Unanswered
ededdneddyfan
asked this question in
Q&A
Replies: 1 comment
-
ReAPI GameDLL functions only supports CS, so for now ReAPI is mostly useful for CS/CZ because it depends on ReGameDLL, and there isn't something like ReGameDLL for TFC as far as I know.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a complete noob when it comes to AMXX plugins and understanding the difference between things like fakemeta, hamsandwich, orpheu, and ReAPI.
Specific example incoming:
I have a plugin for TFC that currently leverages Orpheu to detect when a carried flag has been dropped either on purpose or on death.
Looking at the ReHLDS source code and ReAPI source code I have no idea where to even begin to try and port the Orpheu logic into something compatible with ReHLDS. I cannot find the relevant TFC interaction CBasePlayer::DropGoalItems() which is in tfc.so/tfc.dll anywhere and I'm unsure how to get started.
Are there any useful starting tutorials that explain how to USE ReAPI to develop something?
Beta Was this translation helpful? Give feedback.
All reactions