Welcome New User Home | Forums | Register | Login | Larger Font
Main-Menu
Home
Login
Register
Add Download
Add News
Forums

Advertise
Affiliate Store US *
Affiliate Store UK *
Affiliate Store CA *
Angry Letter Generator
Avatar Upload
Calendar of Games
Contact
Downloads
FAQs
Forums
Member List
Member Projects
News
News Grabber *
Policy
Polls
Private Messages
Reviews
Screenshot Gallery
Search
Servers - Game
Store - Shirts *
Subscribe
Topics
Tutorials
Weblinks
Tutorials
CoD Mapping
CoDUO Mapping
CoD2 Mapping
CoD4 Mapping
CoD FAQs
HL2 Mapping
HL2 FAQs
SOF1 Mapping
Crysis Mapping
Q4 Mapping
Doom 3 Mapping
Doom 3 FAQs
UT2K3 Mapping
SOF2 Mapping
SOF2 FAQs

Lightray Modeling
General Modeling
General Modding
Adobe Photoshop
Common Mapping Errors

Readme.txt Generator
Members-Online
DeekCiti [Searc]

1 Members and 8 Guests
Chat MODSonline
0 People Now Chatting
MODSOnline TeamSpeak

download TeamSpeak

In-The-News
Friday, May. 16th
Video games 'do not' encourage violence
Friday, May. 16th
Site update
Friday, May. 16th
MODSonair Episode 127
Tuesday, May. 13th
Web hosting, you need?
Sunday, May. 11th
MODSonair 127 Live
Latest Poll
Would you subscribe for a maps/projects backup utility and service?
I'd pay just about anything for that. 2.06%
If it was cheap enough I would. 4.12%
Only if it came with my MODSonline subscription. 6.19%
I can backup my own files. 82.47%
Why would I backup my files? 5.15%
Read More...
8 comments

Newsletter
Name:
Email:
Newsletter Archives
Your Membership
User Name:
Password:
Register.
In The Forums
[TUTORIAL] How to get rid of the wait time
CoD 4 Level Desi.. Posts: (5) Views: (116) by CoDLiNK
SP_Help!
CoD Level Design.. Posts: (2) Views: (15) by Sparks.
Kill3r's K3 MOD is DANGEROUS TO YOU AND YOUR S...
CoD4 General Gam.. Posts: (17) Views: (215) by 4mori_rabbit
train
CoD 4 Level Desi.. Posts: (1) Views: (12) by navysealsniper
Treyarch SPLITREASON.COM - Gear for Geeks and GamersBuy geek and gamer themed T-Shirts and Hats @ SplitReason.com!
Tutorials: CoD2 Mapping
Mapping and modding for Call of Duty 2.

Rating:
Aweful Rating Poor Rating Average Rating Good Rating Excellent Rating
Server Configuration (.cfg) file Example
2006-04-24 22:57:29
found on fsgames.net

Below is an example server.cfg file. The config below will work without requiring any changes! feel free to change things as you require. However, I suggest you change the rcon password to something else

example server.cfg file:

// Firestorm Games : Call of Duty 2 : server.cfg
// 
// Anything with "//" before it is a comment, it is not parsed by the server
//

// -------------------------------- //
// server settings (very important) //
// -------------------------------- //

sv_hostname "fsgames.net : Example Config Server" // name of the game server
set scr_motd "" // motd broke in 1.0

set sv_privateClients "0" // reserved player count

set rcon_password "" // rcon password
set sv_privatePassword "" // use this to password private slots (sv_privateClients must be set)
set g_password "" // set this to password your game server

sets g_needpass "0" // tell ASE (and others) if the server has a password enabled
sets _Admin "" // admins name or nickname (optional)
sets _Email "" // admins email address (optional)
sets _URL "" // website address (optional)
sets _HOST "Firestorm Games" // be proud! (optional)
sets _HOSTURL "www.fsgames.net" // be proud! (optional)

// ----------------------------------- //
// match settings (fairly important) //
// ----------------------------------- //
set g_allowvote "0" // voting
set scr_drawfriend "1" // draw team icons
set scr_friendlyfire "0" // enable or disable friendly fire
set scr_teambalance "1" // auto team balance
set scr_killcam "1" // show the user how they were killed (useful for spotting cheaters)
set scr_spectatefree "0" // free look
set scr_spectateenemy "0" // spectate enemy
set scr_forcerespawn "1" // force dead players to respawn

// ----------------------------------- //
// general settings (not so important) //
// ----------------------------------- //
set sv_pure "1" // pure file checking
set sv_cheats "0" // enable / disable cheats
set sv_minPing "0"
set sv_maxPing "0" // max ping limit
set sv_allowedClan1 "" // not sure what this does yet
set sv_allowedClan2 "" // not sure what this does yet
set sv_disableClientConsole "0" // disable clients console
set sv_reconnectlimit "3" // limit how long a player must wait to reconnect
seta sv_allowAnonymous "0"
set sv_allowdownload "1" // enable downloading
set sv_maxRate "25000" // max server rate
set g_banIPs ""
set sv_floodProtect "1" // flood protection
set sv_voice "0"
set sv_voiceQuality "1"
set g_log "" // change to 'games_mp.log' to enable logging
set g_logsync "1"

// --------------- //
// weapon settings //
// --------------- //

// weapon ammo pools
set g_weaponAmmoPools "0"

// snipers
set scr_allow_enfieldsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_springfield "1"
set scr_allow_svt40 "1"

// rifles
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_nagant "1"
set scr_allow_g43 "1"

// machine guns
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_mp44 "1"
set scr_allow_ppsh "1"

// sub-machine guns
set scr_allow_sten "1"
set scr_allow_mp40 "1"
set scr_allow_thompson "1"
set scr_allow_pps42 "1"
set scr_allow_greasegun "1"

// shotgun
set scr_allow_shotgun "1"

// grenades
set scr_allow_smokegrenades "1"
set scr_allow_fraggrenades "1"

// ------------------ //
// game type settings //
// ------------------ //

// S&D
set scr_sd_scorelimit "7"
set scr_sd_timelimit "350"
set scr_sd_roundlimit "11"
set scr_sd_roundlength "10"
set scr_sd_graceperiod "10"

// HQ
set scr_hqt_scorelimit "600"
set scr_hqt_timelimit "600"

// SW
set scr_sw_scorelimit "7"
set scr_sw_timelimit "350"
set scr_sw_roundlimit "11"
set scr_sw_roundlength "10"
set scr_sw_graceperiod "10"

// TDM
set scr_tdm_scorelimit "200"
set scr_tdm_timelimit "600"

// DM
set scr_dm_scorelimit "150"
set scr_dm_timelimit "600"

// CTF
set scr_ctf_scorelimit "5"
set scr_ctf_timelimit "400"

// ------------------ //
// set gameype to run //
// ------------------ //
set g_gametype "sd"

// ------------ //
// map rotation //
// ------------ //
set sv_mapRotation "gametype sd map mp_breakout gametype sd map mp_brecourt gametype sd map mp_burgundy gametype sd map mp_carentan gametype sd map mp_dawnville gametype sd map mp_decoy gametype sd map mp_downtown gametype sd map mp_farmhouse gametype sd map mp_leningrad gametype sd map mp_matmata gametype sd map mp_railyard gametype sd map mp_toujane gametype sd map mp_trainstation"

set sv_maprotationcurrent ""

map_rotate // this must be at the bottom of your config

All logos and trademarks and information in this site are property of MODSonline LLC © 2008.
The comments are property of their posters.
RSS news feeds for MODSonline.com can be found News.php.
MODSonline Subscriptions
Partners
The Firing Box
Quake 4 Mods for Dummies
modbase.be
Half-Life 2 Mods for Dummies
Frag Universe
mp_carpark
Battle for Europe COD2
Call of Duty Headquarters
Ask About
Advertising
Friends
After Life Gaming
Canada Kicks Ass Clan
ModTheater
Ask About
Advertising
Link to Us
MODSonair
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
MODSonair Releases
MODSonair Episode 127
MODSonair Episode 126
MODSonair Episode 125
MODSonair Episode 124
MODSonair Episode 123
Copyright © 2008 MODSonline
Tresware Content Management System Copyright © 2008 Tresware
Website Designed and Hosted   Tresware