Releases: Batfoxkid/File-Network
Releases · Batfoxkid/File-Network
v19
v18 Fixing Linux issues
This update fixes an issue where FileDenied is inlined specifically for linux.
It now works on a timer, which should work aslong as you dont request anything other then a .txt file under 100 bytes as a proof that they own the original file.
v15
Support TF2 x32
v13
Remove ConVar Check + Timeout Checks - Removed checking for sv_allowupload on the client - Added a 90 second timeout period, where it would retry requesting a file (occurs when a player gets requested a file they don't have after a certain amount of times)
v12
Fix for linux
v9
Expose GetNetChanPtr as a native (#4) A small addition, allows making low-level modifications to the file queue. Courtesy of Naydef. Committing with his permission.
v8
[Gamedata] CGameClient::FileReceived fix (#3) Setting correct signature for CGameClient::FileReceived
v6
Added support for CNetChan::RequestFile
v5
Detect Unloaded Plugins
v4
Finish The Base