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

Linux hlds fps limit.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
taykor19
Member
Join Date: Feb 2018
Old 04-09-2020 , 09:32   Linux hlds fps limit.
Reply With Quote #1

How can we exceed the linux 1000 fps limit?
taykor19 is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 04-09-2020 , 10:30   Re: Linux hlds fps limit.
Reply With Quote #2

Why whould you?

1000fps means that every server frame is 1ms excatlly, which is the best you can get with goldsrc engine
__________________
simanovich is offline
taykor19
Member
Join Date: Feb 2018
Old 04-09-2020 , 23:12   Re: Linux hlds fps limit.
Reply With Quote #3

Quote:
Originally Posted by simanovich View Post
Why whould you?

1000fps means that every server frame is 1ms excatlly, which is the best you can get with goldsrc engine
I want to try my server how many fps will max
taykor19 is offline
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 04-10-2020 , 14:10   Re: Linux hlds fps limit.
Reply With Quote #4

sys_ticrate 10000 = fps 1000
sys_ticrate 1000 = fps 500
alferd is offline
taykor19
Member
Join Date: Feb 2018
Old 04-10-2020 , 14:13   Re: Linux hlds fps limit.
Reply With Quote #5

Quote:
Originally Posted by alferd View Post
sys_ticrate 10000 = fps 1000
sys_ticrate 1000 = fps 500
I want to go over 1000 fps
taykor19 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-10-2020 , 19:06   Re: Linux hlds fps limit.
Reply With Quote #6

Sounds like you'll have to play a more modern game that supports such a thing.
__________________
fysiks is offline
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 04-11-2020 , 00:55   Re: Linux hlds fps limit.
Reply With Quote #7

Quote:
Originally Posted by fysiks View Post
Sounds like you'll have to play a more modern game that supports such a thing.
My servers also have over 6753 fps

PHP Code:
HLDS Minimum requirements1.8GHz CPU and a minimum of 512MB of RAM

The more plugins
fps, and occupied slots the higher the CPU usage will become

Last edited by alferd; 04-11-2020 at 00:57.
alferd is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 04-11-2020 , 07:15   Re: Linux hlds fps limit.
Reply With Quote #8

Quote:
Originally Posted by taykor19 View Post
How can we exceed the linux 1000 fps limit?
Ping boost.

Associated variable timing plugin.
https://forums.alliedmods.net/showthread.php?t=321162
__________________
DJEarthQuake is offline
taykor19
Member
Join Date: Feb 2018
Old 04-11-2020 , 20:47   Re: Linux hlds fps limit.
Reply With Quote #9

Quote:
Originally Posted by DJEarthQuake View Post
Ping boost.

Associated variable timing plugin.
https://forums.alliedmods.net/showthread.php?t=321162
Sorry, it does not work.
taykor19 is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 04-12-2020 , 06:07   Re: Linux hlds fps limit.
Reply With Quote #10

Launch with -Pingboost 3 to get the numbers. Do not use tic setting in launch of server otherwise the only way to change the tic is to go back to the launch parameter; shutdown server, and start it again.

Example from working script on Debian box.
Code:
#!/bin/sh #pgrep hlds_linux | xargs ps | grep "cstrike" | cut -c 1-6 | xargs kill -15 SERVICE="dlls/cs.so" if lsof | grep "$SERVICE" >/dev/null then echo "CS found/ Not running" else SERVER_IP=`hostname  -I | cut -f1 -d' '` sleep 11 cd ~/Steam/steamapps/common/Half-Life/ && nohup screen -A -m -d -S cs16 ./hlds_run -game cstrike +maxplayers 32 +map cs_assault +ip "${SERVER_IP}" +port 27016 +hostname "bteam" -tos -pingboost 3 -debug +condebug -zone 8192 & #cpulimit -l 75 -e hlds_linux -b fi

Model name : Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz. @10,000 beyond core limit.

Code:
CPU In Out Uptime Users FPS Players
59.75 0.00 0.00 0 0 7425.17 0
__________________

Last edited by DJEarthQuake; 04-12-2020 at 06:20. Reason: Might only work on Intel still.
DJEarthQuake is offline
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


All times are GMT -4. The time now is 18:48.


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