Raised This Month: $32 Target: $400
 8% 

HTTP Server w/ RCon Multiplexer


Post New Thread Reply   
 
Thread Tools Display Modes
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-22-2016 , 05:47   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #31

Quote:
Originally Posted by GoD-Tony View Post
Should be there now.
thank you God-Tony. always helping
Visual77 is offline
rexcision
SourceMod Donor
Join Date: Dec 2015
Location: Canada
Old 06-12-2016 , 15:47   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #32

So, this may seem dumb, but how does this work? I don't know a lot about web requests and stuff but i want to. If someone has some free time could you explain like web requests and how to use this?

edit: or direct me to someplace i could learn, don't really know what to search up.
__________________

Last edited by rexcision; 06-13-2016 at 19:37.
rexcision is offline
narugo
Member
Join Date: Mar 2013
Location: São Paulo - Brazil
Old 12-03-2016 , 15:11   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #33

Hello any change to this work with insurgency 2014? could not find here https://github.com/jaredballou/insurgency-data
__________________

Last edited by narugo; 12-03-2016 at 15:12.
narugo is offline
Send a message via Skype™ to narugo
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 12-07-2016 , 12:50   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #34

A small tip I just realized: Most web servers will do this automatically, but if you gzip your web files then you'll get faster page loads. Just be sure to add the proper WebResponse header.

Code:
BuildPath(Path_SM, path, sizeof(path), BASE_PATH ... "vtflib.js.gz");
webVTFlib = new WebFileResponse(path);
webVTFlib.AddHeader(WebHeader_ContentType, "text/javascript");
webVTFlib.AddHeader(WebHeader_CacheControl, "public, max-age=2629740");
webVTFlib.AddHeader(WebHeader_ContentEncoding, "gzip");
From 600 kb to 100 kb in this case. Good stuff!
__________________

Last edited by GoD-Tony; 12-08-2016 at 04:53.
GoD-Tony is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 01-29-2017 , 06:07   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #35

So, I had the idea of using this as an inventory and quest management interface for an open world rpg mod (think Elder Scrolls). Then I realized that a mod of such scale wouldn't really work due to source's edict limit :/

Nonetheless, it's a really cool extension.
Alienmario is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-28-2017 , 09:10   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #36

Sorry if it's a double post.

I got this warning :
Quote:
L 03/28/2017 - 15:094: [CONPLEX] Invalid detour address passed - Disabling detour to prevent crashes
L 03/28/2017 - 15:094: [CONPLEX] WARNING: Error setting up RunFrame detour, all TCP sockets will be hooked.
Any idea about how to fix it ?
__________________
Want to check my plugins ?
Arkarr is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-28-2017 , 09:14   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #37

You'll need an updated signature for RunFrame for the game you are running.
__________________
asherkin is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-28-2017 , 10:20   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #38

Quote:
Originally Posted by asherkin View Post
You'll need an updated signature for RunFrame for the game you are running.
No idea how to do that. What am I doing wrong ?
EDIT: I did searched. Found nothing.
__________________
Want to check my plugins ?

Last edited by Arkarr; 03-28-2017 at 10:22.
Arkarr is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-28-2017 , 10:55   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #39

Quote:
Originally Posted by Arkarr View Post
No idea how to do that. What am I doing wrong ?
EDIT: I did searched. Found nothing.
Saying what game would be a good start.
__________________
asherkin is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-28-2017 , 10:56   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #40

Quote:
Originally Posted by asherkin View Post
Saying what game would be a good start.
Indeed, sorry. It's for TF2.
__________________
Want to check my plugins ?
Arkarr is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode