You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament > UT Server - General Chat

Reply
Thread Tools Display Modes
  #1  
Unread 19th April, 2017, 07:52 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default Players 200% faster

Hello, i'm sure this has been asked before. I have a problem with some players that use OpenGL. Some of them are 200% faster, including movements and gun shots. How can I fix this or just kick them from the server?
Reply With Quote
  #2  
Unread 20th April, 2017, 08:03 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

First place ACE and Newnet.

What is your [Engine.GameEngine]
what gametype you use ?
Is it a home server ?
windows or linux ?
__________________
UT99 files






Reply With Quote
  #3  
Unread 22nd April, 2017, 01:30 AM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

I installed ACE and looks like it is fixed now.
The problem now is that ACE stays in "Connecting..." and after 15 seconds the server kicks everyone with the message "timeout during check spawn".
Server is hosted in a VPS with linux.

PS: Ports 7777 and 7778 are unlocked.

Last edited by ZeLf : 22nd April, 2017 at 01:36 AM.
Reply With Quote
  #4  
Unread 22nd April, 2017, 10:10 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

Need more

TCP PORTS: 7777, 8080, 8777, 9777, 27900
UDP PORTS: 7777, 7778, 7779, 27900



You can now specify the port you want ACE to listen on. There is
also an option to allow ACE to try other ports if the specified port is not
available.
__________________
UT99 files







Last edited by medor : 22nd April, 2017 at 10:12 AM.
Reply With Quote
  #5  
Unread 22nd April, 2017, 04:00 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

Thanks for the help. I open the ports you mentioned but the problem persists.

UDP: iptables -I INPUT -p udp --dport 7777 -j ACCEPT
TCP: iptables -I INPUT -p tcp --dport 7777 --syn -j ACCEPT

Where do I see/change the listen port of ACE? Thanks again.

Edit:
Logs:
[NPLoaderv16b] Player Join: ZeLf (190.217.xxx.xxx:61698)
[NPLoaderv16b] Loading complete for player: ZeLf
[ACEv08h]: A new datalink is now listening on port: 7778
[ACEv08h]: [ZeLf] : Kicked - [REASON] Timeout during check spawn

Last edited by ZeLf : 22nd April, 2017 at 06:46 PM.
Reply With Quote
  #6  
Unread 23rd April, 2017, 05:31 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

I disabled firewall and still ACE can't connect.
Reply With Quote
  #7  
Unread 24th April, 2017, 06:11 AM
dizzy's Avatar
dizzy dizzy is offline
Rampage
 
Join Date: Apr 2012
Posts: 81
Default

Just a passing suggestion: check your netspeed (client-side) and maxclientrate (server-side). I can't connect to Nexgen with a netspeed of less than 15000.
__________________
BunnyTrack.net: Great BT for Everyone
Reply With Quote
  #8  
Unread 24th April, 2017, 09:12 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

I'm not using nexgen and everyone gets kicked out not just me.

admin, any suggest?
Reply With Quote
  #9  
Unread 24th April, 2017, 10:16 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

yes

post server ut.ini
give me the ip server

but for me this is probably ports clause ... ave you try to check all ?
__________________
UT99 files







Last edited by medor : 24th April, 2017 at 10:34 PM.
Reply With Quote
  #10  
Unread 25th April, 2017, 12:50 AM
Chamberly's Avatar
Chamberly Chamberly is offline
Godlike
 
Join Date: Dec 2011
Location: Tennessee, USA
Posts: 441
Default

Set your game to run on 1 CPU or use the cpu patch.
__________________


irc.globalgamers.net #uscript
http://irc.lc/globalgamers/uscript
Reply With Quote
  #11  
Unread 25th April, 2017, 12:58 AM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

UT.ini: https://drive.google.com/open?id=0B-...1djdTJDdlF0QW8
IP: 192.240.99.165:7777
Password: maintenance

I checked all ports via iptables: iptables -L -n

Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7779
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7778
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7777
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27900
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:7779
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:7778
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:7777
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27900flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:9777flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:8777flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:8080flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7778flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7777flags: 0x17/0x02
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:21flags: 0x17/0x02

Last edited by ZeLf : 25th April, 2017 at 01:05 AM.
Reply With Quote
  #12  
Unread 25th April, 2017, 08:17 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

not time now but i'l be back today

i can play on your server but ACE can't scan me and disconnect me.
__________________
UT99 files






Reply With Quote
  #13  
Unread 25th April, 2017, 11:39 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

ave you patch 451b ?

CacheSizeMegs=4
CacheSizeMegs=256
ServerPackages=IpToCountry_AOL not actual you can remove
Quote:
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
set it
This is for servers!

Stop your server and open the server's configuration file, usually gamename.ini (unrealtournament.ini)

Go to

[Engine.GameEngine]

and delete these lines:

Code:
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.mplayer.com MasterServerPort=27900
replace them with

Code:
ServerActors=IpServer.UdpServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.noccer.de MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.333networks.com MasterServerPort=27900
Now your server is ready for 333networks. It will uplink to epicgames, 333networks and noccer.de

LINUX users please note: The maximum numbers for uplinks is actually 3 (in some cases it is 4). Do NOT exceed the limit or your server will immediately crash.

This is maybe the error
[Engine.Player]
ConfiguredInternetSpeed=2600
ConfiguredInternetSpeed=15000
[NewNetUnrealv0_9_16.UTPure]
MinClientRate=12000
MinClientRate=15000
__________________
UT99 files






Reply With Quote
  #14  
Unread 25th April, 2017, 02:01 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

Didn't worked :/ I used this guide to install the server: http://wiki.unrealadmin.org/Server_Install_linux

Any other possibility ?
Reply With Quote
  #15  
Unread 25th April, 2017, 07:09 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

If you try the server with no ACE it's ok no ?

So it's ACE not working ... try to stop all firewall and anti cheat for try running with ACE
you can to test a demilitarize zone setting on this ip.
__________________
UT99 files






Reply With Quote
  #16  
Unread 25th April, 2017, 07:38 PM
fntx fntx is offline
Forum Newcomer
 
Join Date: Feb 2015
Posts: 12
Default

will it work ACE v09 or ACEv10 haheha I see the changes :O
Reply With Quote
  #17  
Unread 25th April, 2017, 11:23 PM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

Quote:
Originally Posted by admin View Post
If you try the server with no ACE it's ok no ?

So it's ACE not working ... try to stop all firewall and anti cheat for try running with ACE
you can to test a demilitarize zone setting on this ip.
It works without ACE and firewall ON, but it doesn't work with ACE and firewall OFF.
Reply With Quote
  #18  
Unread 26th April, 2017, 12:06 AM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

Ok so try to reinstall ACE firewall OFF and if it's work like this restart firewall after.
__________________
UT99 files






Reply With Quote
  #19  
Unread 26th April, 2017, 01:22 AM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

Doesn't work .
One thing I dont understand is that to query the server you need port 7778 and ACE should use that port right (Server port + 1; 7777 + 1)?

Last edited by ZeLf : 26th April, 2017 at 01:25 AM.
Reply With Quote
  #20  
Unread 26th April, 2017, 03:41 AM
ZeLf ZeLf is offline
Killing Spree
 
Join Date: Nov 2007
Posts: 44
Default

Ok it finally worked. I simply opened the port 7781 UDP.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:19 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.