Alliedassault

Alliedassault (alliedassault.us/index.php)
-   MoH General Discussion (alliedassault.us/forumdisplay.php?f=7)
-   -   Looking for peeps with I-Lan servers (alliedassault.us/showthread.php?t=12648)

Mr_nStuff 11-16-2002 06:23 PM

Looking for peeps with I-Lan servers
 
Still can't get our I-Lan server to show up in-game and GaySpy..

Anyone know what we have to do and or have to tell I-Lan to do?

If you do have one, could you post the working server.cfg...

-=|MwD|=-DaiShan 11-16-2002 10:10 PM

I have an I-lan server as well and I have the same problem. I have tried everything and nothing works. Im going to call Ilan and bitch at them on monday,, Unless someone else has a fix for this.

Brutal CarNage 11-17-2002 03:48 AM

Try this...
 
// I-LAN MOHAA Server Config File

// Server Name
seta sv_hostname "your server"
seta g_motd ""


// public info - Not Sure Yet if this works under MOHAA or not
seta "Administrator" "I-LAN Admin"
seta "Email" "michael@ilangame.com"
seta "URL" "www.ilangame.com"
seta "Location" "Boston, MA [East Coast]"
seta "CPU" "Dual 1.6GHz, AMD Athlon XP w/1.5GB Ram"
seta "ICQ" ""
seta "Clan" "clan name"
seta "Connection" "Dual OC-192 + Quad OC48"

//Maplist & Gametype Settings. Take the // out from infront of the gametype you want to use to change.
//exec mapcycles/objmapcycle.cfg
// exec mapcycles/dmmapcycle.cfg
exec mapcycles/tdmmapcycle.cfg
// exec mapcycles/rmmapcycle.cfg
//exec mapcycles/newmaps.cfg


//Passwords
seta rconpassword "xxxxxxxx"
seta sv_privatePassword xxxxxxxx
timelimit "15"

// Voting
seta g_allowVote "1"

// Team Play Settings
seta g_teamForceBalance "1"
seta g_teamdamage "1"


// Max Players and Saved Private Possitions
seta sv_maxclients "16"
seta sv_privateClients "4"


// AntiFlooding Setttings
seta sv_floodProtect "1"
seta sv_flood_waitdelay "10"
seta sv_flood_persecond "4"

// Downloads and ping/rate settings
seta sv_allowDownload 0
seta sv_maxPing "500"
seta sv_minPing "0"
seta sv_maxRate "10000"

// Time & Frag Limits
seta timelimit "25"
seta fraglimit "0"
seta g_inactiveKick "500"
seta g_inactiveSpectate "120" //ammount of time someone is innactive before it makes them a spectator


//Master Servers
seta sv_gamespy "1" //lists in the gamespy master server. Setting the second master server probably does the same thing
seta sv_master1 "mohmaster.2015.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master0.ilangame.com"

// Server Memory Config -dont alter
seta sv_pure 1 (This is the defualt, it disables PAK checking - I wouldnt change it without reserach)
seta com_hunkMegs "96"
seta com_zoneMegs "32"

worked for our server

-=|MwD|=-DaiShan 11-17-2002 10:41 AM

Thanks for your help but no it did not work :( Heres my cfg.

[code:55058]// I-LAN MOHAA: SPEARHEAD SERVER.CFG
// Server Name
seta sv_hostname "-=|MwD|=- Clan"
seta g_motd "Welcome to Clan Midwest Domination. Visit us at www.midwestdomination.com"

// public info
seta "Administrator" "I-LAN Admin"
seta "Email" "michael@ilangame.com"
seta "URL" "www.ilangame.com"
seta "Location" "Boston, MA [East Coast]"
seta "CPU" "Dual 1.6GHz, AMD Athlon XP w/1.5GB Ram"
seta "ICQ" ""
seta "Clan" ""
seta "Connection" "Dual OC-192 + Quad OC48"

//GameType & Map Rotation
//Is set in the map rotation file.If you want a Death match server remove the // and place the // in front of the current type.
//exec maprotations/dmrotation.cfg //Starts the server in Death Match (Free For All) mode.
//exec maprotations/tdmrotation.cfg //Starts the server in Team Death Match mode.
//exec maprotations/rmrotation.cfg //Starts the server in Round Match mode.
//exec maprotations/objrotation.cfg //Starts the server in Objective mode.
exec maprotations/towrotation.cfg //Starts the server in Tug Of War mode.

//Passwords
seta rconpassword "asd;jwpertjgwl'mgpioj"
seta sv_privatePassword "asdlfkh"

// Voting
seta g_allowVote "1"

// Team Play Settings
seta g_teamForceBalance "1"
seta g_teamdamage "1"
seta sv_invulnerabletime "5"
seta g_teamkillwarn "5"
seta g_teamkillkick "10"
seta g_teamswitchdelay "5"
seta g_allowjointime "10"
seta g_forceteamspectate "1"

// Max Players and Saved Private Possitions
seta sv_maxclients "18"
seta sv_privateClients "8"

// AntiFlooding Setttings
seta sv_floodProtect "1"
seta sv_flood_waitdelay "10"
seta sv_flood_persecond "4"

// Downloads and ping/rate settings
seta sv_allowDownload "0"
seta sv_maxPing "500"
seta sv_minPing "0"
seta sv_maxRate "8000"

// Health Settings
seta g_healthdrop "1" // When enabled players will drop a health pack when killed
seta g_healrate "100" // Determines how fast players heal when they use a health pickup

// Realism
seta g_realismmode "0" // Toggles realistic mode

// Fast Run Speed
// When checked, the speed at which players can run through levels is increased.
// Leaving it unchecked defaults to Medal of Honor Allied Assault's original run speed
seta sv_dmspeedmult "1.000000"

// Time & Frag Limits
seta timelimit "30"
seta fraglimit "0"
seta sv_team_spawn_interval "5" // This sets a delay in seconds between spawns. This is useful if you would like the player spawned in batches, rather than one at a time.
seta maprotationtime "0" // This sets the maximum amount of time in minutes players will spend in a particular map.
seta g_inactiveKick "500"
seta g_inactiveSpectate "120" //ammount of time someone is innactive before it makes them a spectator
seta roundlimit "0" // This sets how long each round will take, in minutes. This can be smaller than the map rotation time, but not larger.

//Master Servers
seta dedicated "1"
seta ui_dedicated "1"
seta sv_gamespy "1" //lists in the gamespy master server. Setting the second master server probably does the same thing
seta sv_master1 "mohmaster.2015.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master0.ilangame.com"

// Server Config & MISC Settings
seta sv_pure 0 (This is the defualt, it disables PAK checking - I wouldnt change it without reserach)
seta com_hunkMegs "96"
seta com_zoneMegs "32"
seta dmflags "262144"
seta g_forceready "0"
seta g_forcespawn "0"
seta g_gravity "512.000000"
seta sv_runspeed "250"

// Net Port
net_port 12203
net_ip 208.254.41.153
net_restart[/code:55058]

Anteaus 11-17-2002 12:02 PM

set ui_dedicated 1 to your server.cfg file or Spearhead shortcut. If you do not set this cvar to 1. Your server does not show up in GameSpy (external or internal)


I had them add this to my shortcut when it came out. All of mine are running fine and all show up on gamespy:)


I did notice a duplicate of this on one of your config files, not sure if it is causing a confict or not. But you only need the set ui_dedicated 1 in your config line.

This was posted over at Rude Dogs site Mohadmin.com


cya
Ant

MSC SniperX 11-17-2002 12:23 PM

I have an ilangame server
 
you can scroll down on my webpage and pick up the config file. http://www.mscwar.com

-=|MwD|=-DaiShan 11-17-2002 02:59 PM

Yeah well Ive tried every combomation. Still nothing. Im just going to have to flame ilan on monday :) Thanks for your help!

Mr_nStuff 11-17-2002 10:37 PM

Welp.. if you get it working before us.. Let me know what I-Lan did.. Document everything..

-=|MwD|=-DaiShan 11-18-2002 09:47 PM

Ilan reply.
[quote:434ab]ded server patch is already running. Found a 'solution' on the offical EA boards but when applied I have been told it still doesn't work for some. Still looking for a global fix. Probably is a bug in the game or with Gamespy (which runs the game browser)[/quote:434ab]

Idiots... Sheesh. Well some of your servers work and others do not. Now is that a game error or a server error. You tell me.

[FS] jersey-Joe 11-18-2002 11:20 PM

your cfg seems ok i dont have any problem with our server showing up


All times are GMT -6. The time now is 09:36 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.