Difference between revisions of "Talk:How to make a server"

From Fortress Forever Wiki
Jump to navigationJump to search
(temporary edit for zip to check out.)
(Undo revision 6326 by DrSatan-12955 (Talk))
Line 1: Line 1:
 
I am thinking about making an IRC channel for the wiki. I know that Squeek idle's in #ffwiki on gamesurge and quakenet. What do you guys think about making it an actual channel with help options? [[User:DrSatan-12955|DrSatan-12955]] 23:48, 19 January 2008 (CST)
 
I am thinking about making an IRC channel for the wiki. I know that Squeek idle's in #ffwiki on gamesurge and quakenet. What do you guys think about making it an actual channel with help options? [[User:DrSatan-12955|DrSatan-12955]] 23:48, 19 January 2008 (CST)
 
==Customizing Your Server==
 
 
Once you have your server set up, you will probably want to customize your server. There are several things you can do to customize your server. However we have broken it down to [[How_to_make_a_server#Basic_Server_Customizations|Basic Server Customizations]] and [[How_to_make_a_server#Advanced_Server_Customizations|Advanced Server Customizations]]. To make things simpler.
 
 
===Basic Server Customizations===
 
 
This section will cover some of the more basic changes you may want to implement on your server.
 
 
Such as:
 
* [[How_to_make_a_server#Changing_Your_Server's_Name|Changing Your Server's Name]]
 
* [[How_to_make_a_server#Creating_a_Custom_Mapcycle|Creating a Custom Mapcycle]]
 
* [[How_to_make_a_server#Customizing Your Message of the Day - MOTD|Customizing Your Message of the Day - MOTD]]
 
* [[How_to_make_a_server#Uploading_Maps|Uploading Maps]]
 
 
====Changing Your Server's Name====
 
 
====Creating a Custom Mapcycle====
 
 
====Customizing Your Message of the Day====
 
 
====Uploading Maps====
 
 
===Advanced Server Customizations===
 
 
This section will cover some of the more basic changes you may want to implement on your server.
 
 
Such as:
 
*[[How_to_make_a_server#Adding External Plugins|Adding External Plugins]]
 
*[[How_to_make_a_server#Creating a Fast Downloads Server|Creating a Fast Downloads Server]]
 
*[[How_to_make_a_server#Installing_MetaMod:Source|Installing MetaMod:Source]]
 
 
 
====Adding External Plugins====
 
 
====Creating a Fast Downloads Server====
 
 
====Installing MetaMod:Source====
 
 
Metamod:Source is an advanced plugin system for Half-Life 2. Plugins for Metamod:Source are written in C++ (not to be confused with "SourceMod"). It is similar to Valve's plugin layer, but much more advanced. It is coupled with SourceHook, an expansive API layer for intercepting and hooking individual virtual functions. Metamod:Source greatly simplifies otherwise hacky tasks and provides safe ways for multiple plugins to hook the same object.
 
 
It is recommended that you never download a <i>beta version</i> of anything if you are planning on using your server for public games. Most companies will have a <i>released version</i> and a <i>beta version</i>. Generally you are going to have problems if you download / upload a beta version. So again, you may want to download / upload the latest <u><i>released</i> version</u>. This will make your install a lot easier, especially if you are not familar with your server files.
 
You will also need to know what operating system (OS) you have for your server. Windows, or Linux 32 or 64 bit for the installer to install the proper files.
 
For more details on how to install MetaMod:Source you might want to read through the [http://www.sourcemm.net/ MetaMod:Source Web-Site]
 

Revision as of 23:03, 19 January 2008

I am thinking about making an IRC channel for the wiki. I know that Squeek idle's in #ffwiki on gamesurge and quakenet. What do you guys think about making it an actual channel with help options? DrSatan-12955 23:48, 19 January 2008 (CST)