Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH General Discussion
Reload this Page Server Problems
MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault

Reply
 
Thread Tools Display Modes
Server Problems
Old
  (#1)
Solistio is Offline
Junior Member
 
Posts: 6
Join Date: Apr 2003
  Send a message via AIM to Solistio  
Default Server Problems - 04-14-2003, 01:27 PM

i have recently made a jedi server and it doesn't seem to show up in game spy...i have put the command in for it and it has worked before just not now...on loading it up the console says:

------ Server Initialization ------
Server: dm/mohdm1
^~^~^ Add the following line to the *_precache.scr map script:
cache models/miscobj/book_closed_thin_green.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/miscobj/drinkglass.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/miscobj/book_closed_thin_blue.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/miscobj/book_closed_thick_lavender.tik
DUPLICATE ALIASES: arty_leadinmp1 and arty_leadinmp1
DUPLICATE ALIASES: arty_leadinmp2 and arty_leadinmp2
DUPLICATE ALIASES: arty_leadinmp3 and arty_leadinmp3
DUPLICATE ALIASES: arty_leadinmp4 and arty_leadinmp4
DUPLICATE ALIASES: arty_leadinmp5 and arty_leadinmp5
DUPLICATE ALIASES: arty_leadinmp6 and arty_leadinmp6
DUPLICATE ALIASES: arty_leadinmp7 and arty_leadinmp7
DUPLICATE ALIASES: arty_leadinmp8 and arty_leadinmp8
------ Server Initialization Complete ------ 4.32 seconds
^~^~^ Add the following line to the *_precache.scr map script:
cache models/fx/dummy.tik
execing serverXX.cfg
execing rcon.cfg
Unknown command "rconAddress"
Hitch warning: 4439 msec frame time

is there anything wrong with any of that or wat?......
Hitch warning: 708 msec frame time
  
Reply With Quote
Old
  (#2)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 04-14-2003, 02:07 PM

You have some issues there, my friend. lots of crap missing from the .SCR, and you got a hitch error too! hake:

Post your server.CFG file here, just make sure you change your RCON pass and everything private like that first.
  
Reply With Quote
serverxx.cfg
Old
  (#3)
Solistio is Offline
Junior Member
 
Posts: 6
Join Date: Apr 2003
  Send a message via AIM to Solistio  
Default serverxx.cfg - 04-14-2003, 02:55 PM

sv_hostname "Xboarders Jedi Server"

fraglimit 69
timelimit 0
sv_maplist "dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm7 dm/smallcity"

sv_allowDownload 0
sv_maxRate 9000
sv_maxPing 269
sv_fps 20 sv_floodProtect 1
set flood_waitdelay 10

set flood_persecond 4
set flood_msgs 4
sv_pure 0
sv_gamespy 1

set g_inactiveKick 269
set g_inactiveSpectate 69
set g_teamdamage 0

net_noipx 1
net_port 12203

rconPassword XXXX

this is my first one so mistakes are gonna happen
  
Reply With Quote
Old
  (#4)
Rott3n is Offline
Specialist
 
Posts: 369
Join Date: Jan 2003
Location: Boston Ma.
   
Default 04-14-2003, 03:10 PM

sv_fps 20 sv_floodProtect 1 should be:

sv_fps 20

sv_floodProtect 1
  
Reply With Quote
Old
  (#5)
Solistio is Offline
Junior Member
 
Posts: 6
Join Date: Apr 2003
  Send a message via AIM to Solistio  
Default 04-14-2003, 08:14 PM

any other ideas?
  
Reply With Quote
Re: serverxx.cfg
Old
  (#6)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default Re: serverxx.cfg - 04-14-2003, 08:49 PM

Quote:
Originally Posted by Solistio
sv_hostname "Xboarders Jedi Server"

fraglimit 69
timelimit 0
sv_maplist "dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm7 dm/smallcity"

sv_allowDownload 0
sv_maxRate 9000
sv_maxPing 269
sv_fps 20 sv_floodProtect 1
set flood_waitdelay 10

set flood_persecond 4
set flood_msgs 4
sv_pure 0
sv_gamespy 1

set g_inactiveKick 269
set g_inactiveSpectate 69
set g_teamdamage 0

net_noipx 1
net_port 12203

rconPassword XXXX

this is my first one so mistakes are gonna happen
Your missing alot of stuff, you didn't even state the type of server it is, or its starting map. Use this, and change what you need to change:

[code:ca54e]seta sv_hostname "Xboarders Jedi Server"
net_noipx 1
net_port 12203


seta timelimit "0"
seta fraglimit "69"
seta flood_waitdelay "10"
seta flood_persecond "4"
seta flood_msgs "4"
[b]set g_gametype 2 [/b]
set g_teamdamage "0"
set g_inactiveSpectate "69"
set g_inactiveKick "269"
[b]set g_allowjointime "5"[/b]
[b]set rconpassword "XXXX"[/b]
set sv_pure "0"
[b]set sv_maxclients "16"[/b]
[b]seta sv_minping "0"
seta sv_maxping "600"[/b]
seta sv_gamespy "1"
seta sv_allowDownload "0"
[b]seta sv_maxRate "9000"[/b]
seta sv_fps "20"
seta sv_floodProtect "1"


seta sv_maplist "dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm7 dm/smallcity"

map dm/mohdm2[/code:ca54e]
  
Reply With Quote
Old
  (#7)
Solistio is Offline
Junior Member
 
Posts: 6
Join Date: Apr 2003
  Send a message via AIM to Solistio  
Default 04-14-2003, 11:05 PM

i did that but still my server won't show up in gamespy....
  
Reply With Quote
Old
  (#8)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 04-15-2003, 11:00 AM

Are you using a router or firewall?
  
Reply With Quote
Old
  (#9)
Solistio is Offline
Junior Member
 
Posts: 6
Join Date: Apr 2003
  Send a message via AIM to Solistio  
Default 04-15-2003, 12:20 PM

no srtaight cable connection
  
Reply With Quote
Reply



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



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