Difference between revisions of "Sv http"

From FTE
Jump to: navigation, search
 
Line 1: Line 1:
 
Name: sv_http<br>
 
Name: sv_http<br>
 
Default value: "0"<br>
 
Default value: "0"<br>
Flags:   <br>
+
Cvar flags: None<br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Dedicated Server]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 
<br />
 
<br />
Turns the inbuilt HTTP server on and off, alternative method for clients to request necessary gamefiles (maps, player models, sounds etc) and for them to download through the faster HTTP server than through the network code.<br />
+
Turns the built-in HTTP server on and off. Game content can be manually downloaded (maps, player models, sounds etc) faster through HTTP than through the network game-code. Also allows players through webbrowser to check server status and admins to pass commands to the server.<br />
 
<br />
 
<br />
Might not be implemented yet.
+
Content will not be downloaded automatically through HTTP.<br />
 +
<br />
 +
See Also:<br />
 +
[[sv_ftp]]<br />
 +
[[sv_readlevel]]<br />
 +
[[sv_writelevel]]<br />
 +
[[sv_fulllevel]]

Revision as of 05:16, 1 November 2005

Name: sv_http
Default value: "0"
Cvar flags: None
FTEQW Builds: Software Renderer OpenGL Renderer Dedicated Server Merged Build Linux Build


Turns the built-in HTTP server on and off. Game content can be manually downloaded (maps, player models, sounds etc) faster through HTTP than through the network game-code. Also allows players through webbrowser to check server status and admins to pass commands to the server.

Content will not be downloaded automatically through HTTP.

See Also:
sv_ftp
sv_readlevel
sv_writelevel
sv_fulllevel