Dedicated server issues.

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

St0rmcaller

[AFA]'s unoffical godfather
Apr 4, 2001
1,690
0
0
United States of America
I am a moron. I am stupid. I am above all, not a very intelligent person.

Allright, that being said, I've got problems with my server. Wierdness is the only way to describe it. Sometimes A player winds up seing nothing but his HUD and blackness. Othertimes, the hud disappears you can move around, but the bots will kill you in the spot where where your HUD disappeared. Sometimes it seems like all control is gone. I set up the server using the command line:

D:\UnrealTournamentINF\System\ucc.exe server DM-INF-Peru.unr?game=InfiltrationUT.InfilTeamGamePlus?ini=infiltration.ini userini=infiltrationuser.ini

Help me.:(
 

yurch

Swinging the clue-by-four
May 21, 2001
5,781
0
0
USA, Maryland.
Visit site
Im not much of an intelligent person either,
are your server "packages" in order? I don't know the right ones, but that is a place to look for a problem.
I have never set up a server, but I do know that some wierd **** will go down if they aren't in right...
you know, this stuff.
ServerPackages=INF_Assets
ServerPackages=INF_Assets2
ServerPackages=INF_Base
ServerPackages=INF_Console
ServerPackages=INF_Core
{much more than this}
 

yurch

Swinging the clue-by-four
May 21, 2001
5,781
0
0
USA, Maryland.
Visit site
in infiltration ini, there is a list of server packages. Its stuff that the server needs to send to the client. You want only the ones you need, but you can't leave any out.
here is my complete list, compare it with yours.
ServerPackages=SoldierSkins
ServerPackages=CommandoSkins
ServerPackages=FCommandoSkins
ServerPackages=SGirlSkins
ServerPackages=BossSkins
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.mplayer.com MasterServerPort=27900
ServerActors=UWeb.WebServer
ServerActors=IpServer.UdpServerUplink MasterServerAddress=infmaster.sobservers.com MasterServerPort=27900
ServerPackages=Botpack
ServerPackages=INF_Assets
ServerPackages=INF_Assets2
ServerPackages=INF_Base
ServerPackages=INF_Console
ServerPackages=INF_Core
ServerPackages=INF_Decorations
ServerPackages=INF_Fonts
ServerPackages=INF_GameTypes
ServerPackages=INF_Lite
ServerPackages=INF_Mapping
ServerPackages=INF_Menu
ServerPackages=INF_Pawns
ServerPackages=INF_Vehicle
ServerPackages=INF_Voices
ServerPackages=InfAdds
ServerPackages=InfiltrationUT
ServerPackages=UMenu
ServerPackages=UWindow
ServerPackages=UTMenu
ServerPackages=UBrowser
ServerPackages=INF_cCamosArctic
ServerPackages=INF_cCamosBlack
ServerPackages=INF_cCamosBlue
ServerPackages=INF_cCamosDesert
ServerPackages=INF_cCamosGermanF
ServerPackages=INF_cCamosGreen
ServerPackages=INF_cCamosGrey
ServerPackages=INF_cCamosRussianG
ServerPackages=INF_cCamosRussianT
ServerPackages=INF_cCamosUrban
ServerPackages=INF_cCamosWoodland
ServerPackages=INF_cFacesINF
ServerPackages=INF_cGear

Can you / have you host(ed) any lan/internet games?
 

St0rmcaller

[AFA]'s unoffical godfather
Apr 4, 2001
1,690
0
0
United States of America
This is my entire ini.

It looks the same to me, unless I missed something.



[Engine.GameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.mplayer.com MasterServerPort=27900
ServerPackages=SoldierSkins
ServerPackages=CommandoSkins
ServerPackages=FCommandoSkins
ServerPackages=SGirlSkins
ServerPackages=BossSkins
ServerActors=IpServer.UdpServerUplink MasterServerAddress=infmaster.sobservers.com MasterServerPort=27900
ServerPackages=Botpack
ServerPackages=INF_Assets
ServerPackages=INF_Assets2
ServerPackages=INF_Base
ServerPackages=INF_Console
ServerPackages=INF_Core
ServerPackages=INF_Decorations
ServerPackages=INF_Fonts
ServerPackages=INF_GameTypes
ServerPackages=INF_Lite
ServerPackages=INF_Mapping
ServerPackages=INF_Menu
ServerPackages=INF_Pawns
ServerPackages=INF_Vehicle
ServerPackages=INF_Voices
ServerPackages=InfAdds
ServerPackages=InfiltrationUT
ServerPackages=UMenu
ServerPackages=UWindow
ServerPackages=UTMenu
ServerPackages=UBrowser
ServerPackages=INF_cCamosArctic
ServerPackages=INF_cCamosBlack
ServerPackages=INF_cCamosBlue
ServerPackages=INF_cCamosDesert
ServerPackages=INF_cCamosGermanF
ServerPackages=INF_cCamosGreen
ServerPackages=INF_cCamosGrey
ServerPackages=INF_cCamosRussianG
ServerPackages=INF_cCamosRussianT
ServerPackages=INF_cCamosUrban
ServerPackages=INF_cCamosWoodland
ServerPackages=INF_cFacesINF
ServerPackages=INF_cGear
ServerActors=UWeb.WebServer
 

yurch

Swinging the clue-by-four
May 21, 2001
5,781
0
0
USA, Maryland.
Visit site
it looks good to me, don't paste mine in there :D
I have heard of installs going screwy and not putting the packages in correctly...
Sorry, I guess I can't think of anything else... I don't(can't) run a server.
How are you testing this?
Maybe you should try troubleshooting...?
 

St0rmcaller

[AFA]'s unoffical godfather
Apr 4, 2001
1,690
0
0
United States of America
This is what I tried to do recently. I went to the INF server info page, and found an example infiltration.ini file. I found it was pretty different. So I pretty much copied and pasted the Engine,GameEngine portion of it and used it. Now it seems that I can join and play on the server without a problem. But others seem to experience wierdness still.:(
 

MadWoffen

Soon! ©
May 27, 2001
2,593
2
38
53
Belgium
www.bifff.net
I read something about the fact that you can't use your computer as a server and play with the same computer. Your server must be dedicated and cannot be used to play at the same time.
 

Antedeluge

I survived the flood of 2000 B.C.
Jan 1, 2001
536
0
0
Visit site
St0rm, are you running any mutators?
Also, is the server on the primary machine hooked to your internet connection, or is it proxied or on a secondary IP address?
 

St0rmcaller

[AFA]'s unoffical godfather
Apr 4, 2001
1,690
0
0
United States of America
Server connects to internet through a router. The router is currently set up for Dynamic (DHCP?) IP's. There is only one other machine connected.

The server is an AMD K6-III 450 128 MB RAM. Just incase it's relevant.
 

Antedeluge

I survived the flood of 2000 B.C.
Jan 1, 2001
536
0
0
Visit site
Hmmm, well I have heard of problems connecting to computers behind routers, but your clients can connect. They just get all kinds of screwy stuff happening, which leads me to reiterate my first question: Are you using any mutators or is it just plain INF?
 

McMuffin

The sh¡ttiest Infiltrator
Jul 30, 2000
950
0
0
OR
AMD K6-III 450 128 MB RAM

I ran a server on a machine almost identical, and got the same weirdness

tried it on my p3 450, no problems... (cept lag, but that has nothing to do with it :) )

my brother suggested turning off 3dnow support, but I never found out how, and since my p3 works fine even in listen mode, never bothered...

look over The admin page I'm sure they tell you how somewhere in there
 

Antedeluge

I survived the flood of 2000 B.C.
Jan 1, 2001
536
0
0
Visit site
Make sure that your router is set up to only allow data transfer to the server computer over the port that the server is run on. The router may be having incoming requests bounced off of both your server and other machine and possibly sending bad data back out.