Raised This Month: $32 Target: $400
 8% 

[Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
vn_lind
Member
Join Date: Jul 2017
Old 07-02-2019 , 13:48   [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #1

Hello,

I am trying to run 128 tick server over Ubuntu 18 and my command line is

Code:
-autoupdate -debug -usercon -console -secure -game csgo +game_type 1 +map de_dust2 +mapgroup mg_bomb_se -ip 0.0.0.0 -port 27019 +sv_lan 0 +logaddress_add 0.0.0.0:27500 -tickrate 128
i have also in server.cfg

Code:
// 128 tick
sv_maxrate "0"
sv_minrate "196608"
sm_cvar sv_maxcmdrate "128"
sv_mincmdrate "128"
sv_minupdaterate "128"
sm_cvar sv_maxupdaterate "128"
my cpu info:

Code:
processor       : 7
vendor_id       : GenuineIntel
cpu family      : 6
model           : 45
model name      : Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz
stepping        : 7
microcode       : 0x718
cpu MHz         : 2968.998
cache size      : 10240 KB
anybody can tell me whats wrong in here why i am getting 64 tick only ??


Last edited by vn_lind; 07-03-2019 at 00:06.
vn_lind is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 07-02-2019 , 15:22   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #2

What would be the problem?

But let's start packing some things, first line boot:
Code:
./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount THISGSLTHERE -net_port_try 1 -tickrate 128
As you can see your line is missing some information.

Here's also a basic tutorial on how to create a server: https://developer.valvesoftware.com/...icated_Servers

Last edited by paulo_crash; 07-02-2019 at 15:26.
paulo_crash is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-02-2019 , 15:24   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #3

Let me try...



No sorry. Without details what your problem is or looks like this is impossible.
__________________

Mordekay is offline
vn_lind
Member
Join Date: Jul 2017
Old 07-03-2019 , 00:12   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #4

Sorry yes i did not say that i am getting only 64 tick whatever i do. here is my startup line again after this changes:

Code:
srcds_run -autoupdate -debug -usercon -console -secure -game csgo +game_type 0 +game_mode 1 +map de_dust2 +mapgroup mg_bomb_se +sv_setsteamaccount #### -net_port_try 1 -ip myip -port 27019 +sv_lan 0 +logaddress_add myip:27500 -tickrate 128


so why the server cant get 128 tick ?
vn_lind is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 07-03-2019 , 04:46   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #5

Can you remove -tickrate 128 from the end and place it somewhere before other commands? I had some issues myself back in the days with some commands and where they were placed.
Cooky is offline
vn_lind
Member
Join Date: Jul 2017
Old 07-03-2019 , 07:10   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #6

I still get 64 tick ...

Code:
srcds_run -autoupdate -debug -usercon -console -secure -game csgo -tickrate 128 +game_type 0 +game_mode 1 +map de_dust2 +mapgroup mg_bomb_se +sv_setsteamaccount ### -net_port_try 1 -ip myip -port 27019 +sv_lan 0 +logaddress_add myip:27500
no idea what can cause that
vn_lind is offline
emza
Member
Join Date: Sep 2010
Location: Paracin/Srbija
Old 01-14-2023 , 10:59   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #7

Tray in start line -tickrate 128 -threds 4
server.cfg
// Performance
sv_maxrate "0" // Maximum bandwidth rate allowed per second for each connection to the server.
sv_minrate "196000" // Minimum bandwidth rate that is allowed for clients connected to the server.
sv_maxupdaterate "128" // Sets your rates (eg. 64 tick, 102.4 tick, 128 tick).
sv_minupdaterate "128" // Set the same as above.
sm_cvar sv_maxcmdrate "128" // Set the same as above. (Hidden cvar, requires Sourcemod tio change. Can be left as is)
sv_mincmdrate "128" // Set the same as above.
sv_parallel_sendsnapshot "1" // Enables multi-threading.
sv_clockcorrection_msecs "15" // Tries to keep each players m_nTickBase withing this many msecs of the server absolute tickcount
net_splitrate "2" // Fixes choke on 128 tick servers. Inline with what Faceit/ESEA run.
// Fixes
sv_hibernate_when_empty "0" // Disables hibernation (Improves reliability, improves database connection speed).

;)

Last edited by emza; 01-14-2023 at 11:07.
emza is offline
oqyh
Senior Member
Join Date: May 2019
Location: United Arab Emirates
Old 01-14-2023 , 16:34   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #8

Code:
srcds_run -game csgo -console -usercon -tickrate 128
Code:
srcds -game csgo -console -usercon -tickrate 128
__________________
.:[ >> My Plugins << ]:.

My discord : oqyh
oqyh is offline
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode