AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   server running at 500 fps instead 1000 (https://forums.alliedmods.net/showthread.php?t=325368)

Mankled 06-19-2020 00:03

server running at 500 fps instead 1000
 
1 Attachment(s)
i dont understand why my server is running at 500 fps instead 1000. can someone help me ?

this is my commandline to start my server
PHP Code:

hlds.exe -console -game cstrike +ip @SERVERIP +port @PORT +maxplayers 32 +sys_ticrate 1000 -tickrate 66 +map "de_dust2" +servercfgfile server.cfg 


alferd 06-19-2020 01:49

Re: server running at 500 fps instead 1000
 
sys_ticrate 500 = 250 FPS
sys_ticrate 1000 = 500 FPS
sys_ticrate 10000 = 1000 FPS

Mankled 06-19-2020 03:36

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by alferd (Post 2706380)
sys_ticrate 500 = 250 FPS
sys_ticrate 1000 = 500 FPS
sys_ticrate 10000 = 1000 FPS

i changed sys_ticrate to 10000 and still 500 fps

alferd 06-19-2020 06:12

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by Mankled (Post 2706382)
i changed sys_ticrate to 10000 and still 500 fps

Add mmtimer to metamod

Mankled 06-19-2020 13:31

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by alferd (Post 2706388)
Add mmtimer to metamod

fps at 1000 stopped working idk why.
here is what i got on my console:

PHP Code:

[MMTIMER]: Found swds.dll at 0x02880000
[MMTIMER]: Found hlds.exe at 0x01400000
[MMTIMER]: ParseEngine_WinWARNINGUnable to locate 1000FPS limitation code 

how do i fix it ?

alferd 06-20-2020 07:22

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by Mankled (Post 2706439)
fps at 1000 stopped working idk why.
here is what i got on my console:

PHP Code:

[MMTIMER]: Found swds.dll at 0x02880000
[MMTIMER]: Found hlds.exe at 0x01400000
[MMTIMER]: ParseEngine_WinWARNINGUnable to locate 1000FPS limitation code 

how do i fix it ?

This indicates that the mmtimer is active

DruGzOG 06-20-2020 09:28

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by Mankled (Post 2706376)
i dont understand why my server is running at 500 fps instead 1000. can someone help me ?

this is my commandline to start my server
PHP Code:

hlds.exe -console -game cstrike +ip @SERVERIP +port @PORT +maxplayers 32 +sys_ticrate 1000 -tickrate 66 +map "de_dust2" +servercfgfile server.cfg 


Its -sys_ticrate not +.
Whats the purpose of tickrate being 66?
You don't need mmtimer, its pointless.

Mordekay 06-20-2020 13:49

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by DruGzOG (Post 2706545)
You don't need mmtimer, its pointless.

Running a server with 1000fps itself is pointless, but that's another story.

Mankled 06-20-2020 23:54

Re: server running at 500 fps instead 1000
 
Quote:

Originally Posted by DruGzOG (Post 2706545)
Its -sys_ticrate not +.
Whats the purpose of tickrate being 66?
You don't need mmtimer, its pointless.

i removed mmtimer and changed + to - and still locked at 500 fps

alferd 06-21-2020 02:06

Re: server running at 500 fps instead 1000
 
:/
If you delete it, you won't have 1000 fps


All times are GMT -4. The time now is 08:05.

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