Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarassadi/gmsv_spoof
A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses. This allows for things such as spoofing of player counts on the master list.
https://github.com/omarassadi/gmsv_spoof
cplusplus cpp garrys-mod garrysmod garrysmod-module steam
Last synced: about 2 months ago
JSON representation
A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses. This allows for things such as spoofing of player counts on the master list.
- Host: GitHub
- URL: https://github.com/omarassadi/gmsv_spoof
- Owner: OmarAssadi
- License: other
- Created: 2018-01-09T20:10:28.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-21T13:18:20.000Z (over 4 years ago)
- Last Synced: 2024-12-14T07:04:17.715Z (about 2 months ago)
- Topics: cplusplus, cpp, garrys-mod, garrysmod, garrysmod-module, steam
- Language: C++
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# gmsv_spoof
A module for Garry's Mod that allows for modification of A2S_INFO and A2S_PLAYER responses.
This allows for things such as spoofing of player counts on the master list.## Info
The only supported compilation platform for this project on Windows is Visual Studio 2010.
The only supported compilation platforms (tested) for this project on Linux are GCC/G\+\+ 4.8 or 4.9. However, any version between 4.4 and 4.9 *MIGHT* work.
The only supported compilation platform (tested) for this project on Mac OSX is Xcode 4.1. However, any Xcode version *MIGHT* work as long as the Mac OSX 10.5 SDK is used.
These restrictions are not random; they exist because of ABI reasons.If stuff starts erroring or fails to work, be sure to check the correct line endings (\n and such) are present in the files for each OS.
This project requires [garrysmod_common][4], a framework to facilitate the creation of compilations files (Visual Studio, make, XCode, etc). Simply set the environment variable 'GARRYSMOD\_COMMON' or the premake option 'gmcommon' to the path of your local copy of [garrysmod_common][4]. We also use [SourceSDK2013][5], so set the environment variable 'SOURCE_SDK' or the premake option 'sourcesdk' to the path of your local copy of [SourceSDK2013][5]. The previous links to [SourceSDK2013][5] point to my own fork of VALVe's repo and for good reason: Garry's Mod has lots of backwards incompatible changes to interfaces and it's much smaller, being perfect for automated build systems like Travis-CI (which is used for this project).
[1]: http://gmodmodules.googlecode.com/svn/trunk/serverplugin_serversecure
[2]: http://gmodmodules.googlecode.com/svn/trunk/serverplugin_serversecure2
[3]: http://gmodmodules.googlecode.com/svn/trunk/serversecure3
[4]: https://github.com/danielga/garrysmod_common
[5]: https://github.com/danielga/sourcesdk-minimal