View Single Post
Nefarius
Member
Join Date: Sep 2010
Old 01-07-2014 , 10:24   Re: [CS:GO] Workshop Map Loader (v0.0.2)
Reply With Quote #10

Well well well... It seems I got stuck at a pretty silly step: how does SourceMod networking work? I tried several extensions like Steamtools which refused to load complaining it couldn't find libvstdlib_srv.so plus the author doesn't support CS:S/GO. Then there is the cURL implementation, which complains I didn't pass a valid URL but couldn't find any obvious errors of mine. The provided example self test fails too. The Sockets extension has a bad reputation and would need to re-invent an HTTP client from zero. I'm running
Code:
 SourceMod Version Information:
    SourceMod Version: 1.5.2
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.2)
    SourcePawn API: v1 = 4, v2 = 4
    Compiled on: Oct 29 2013 17:24:22
    Build ID: 3946:238c41726d73
    http://www.sourcemod.net/
and
Code:
Metamod:Source version 1.10.0
Build ID: 860:a58a1912f602
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
Any Ideas?
Nefarius is offline