CS conn probs

Pagina: 1
Acties:

  • Stefke
  • Registratie: December 2000
  • Laatst online: 06:34
Afbeeldingslocatie: http://members.home.nl/stefijn/graph1.jpg

Afbeeldingslocatie: http://members.home.nl/stefijn/graph2.jpg

Wat zien wij hier? :?

De laatste tijd steeds vaker last van traagheid in CS. Ping is over het algemeen goed, maar het is begonnen met haperend schieten en een trage trekker, en sinds de update (of misschien daarvoor al) is het nog erger. Gisteren totaal onspeelbaar, vanavond ging het enigzins.

1e plaatje van gisteren, 2e plaatje van vandaag. Je ziet dat ik met mijn PIII850 met 384mb en GFIII gewoon 30fps had gisteren! :o
Is normaal altijd een strakke 60fps...
Ik heb cable bij @home, en eigenlijk nooit echte probs hiermee, behalve de laatste paar weken

Wat is choke en loss, en wat is in en out. Vooral mijn IN gaat als een gek omhoog en omlaag van 50 naar 300

  • Stefke
  • Registratie: December 2000
  • Laatst online: 06:34
Niemand? :'(

Verwijderd

sorry, maar ik heb echt geen id.

  • harmageddon
  • Registratie: Januari 2002
  • Laatst online: 10:52
60 fps met die specs? doe je toch iets niet goed..
Ik heb een p3-500 256ram GF2mx-400(32mb) en haal altijd max fps van 60 meestal rond de 50 FPS of hoger...
Maar loss = de packetjes die niet aankomen
choke weet ik niet precies..
in is hoeveel kb/s je binnenkrijgt van de server en out hoeveel kb/s je stuurt naar de server...
Mag ik je config anders ff zien? kan ik ff kijken wat voor instellingen je hebt enzo mail het ff...: h_renkers@planet.nl

Aap!


  • Yavi
  • Registratie: Januari 2002
  • Laatst online: 18-12-2023
Ik heb van meerder mensen dit gehoord, misschien een keer hl eraf. Hl erop en dan full updates van 1109 en 1.4 erover heen. Uit ervaring zeg ik dat de updates van 1108/1109 en 1314 niet altijd even leuk zijn. Full updates zijn altijd beter gevallen bij mij.

Probeer dat eens zou ik zeggen, maar backup je config en (als je die hebt) je autoexec.cfg. Dan hoef je na installatie alleen die 2 (of1) bestand(en) terug te zetten en je res te veranderen. Dan kun je meteen weer aanpakken :D.

  • Stefke
  • Registratie: December 2000
  • Laatst online: 06:34
60 fps is alleen maar omdat ik m niet hoger zet, dat is een instelling (fps_max of zoiets). Hoger boeit me niet, als ie maar strak 60 blijft.

Verder, zoals ik al zei, is dit een fresh install, van de fullupdates (HL1109 en CS14).

Verwijderd

Heb je v-sync ook uit staan? Dat scheelt ook erg veel. (bij mij 40 frames in cs, dan zit ik op max --> 100)

Verwijderd

als ik v-sync uitzet, wat mis ik dan eigenlijk? en geld dat voor alle gamez?

Verwijderd

Op zaterdag 27 april 2002 17:01 schreef ReV3rEnD het volgende:
als ik v-sync uitzet, wat mis ik dan eigenlijk? en geld dat voor alle gamez?
dan mis je niks, v sync zorgt ervoor dat je FPS gelijk gezet wordt aan je refresh-rate..

Verwijderd

Vertical Synchonisation

Dacht ik eerst ook, als ik dat uit zet zal heel mŽn beeld wel op en neer gaan, maar je mist echt niets
(alleen als het aan staat mis je heel veel frames :P )

  • Stefke
  • Registratie: December 2000
  • Laatst online: 06:34
Hoe zet ik dat vsync uit? En wat is dat fps command ook weer?

  • Jerry
  • Registratie: September 2001
  • Laatst online: 09-04-2022

Jerry

Who?

fps_max 100 //of iets lager met jouw specs kan hij dit hebben :P
fps_modem 0 //dat heeft er ook mee te maken

en als je adsl/kabel hebt kan je deze ook nog omzetten:
cl_cmdrate 50
cl_updaterate 50
(met kabel kunnen deze iets hoger, maar met adsl staat ie zo goed bij mij wel altans :P).

suc6

Specs
Youtube celebrity
D3 Crusader


Verwijderd

fps command: fps_max 100

vsync: desktop properties --> settings --> advanced --> en dan moet je ff zoeken in de geforce tabbladen (kan zijn dat je daar nog een keer op advanced moet drukken)

Verwijderd

uitleg choke enzo ......


We've been talking a lot about choke lately and why some people get it. I have been getting more of it since the server was upgraded. I spent a few hours today trying to find some good info and I think I found it.

Client-Server Communication Configuration

There are four commands which configure the various aspects of client-server configuration;

cl_cmdrate is the number of times per second the client informs the server of its actions. Remember that the amount of data in an update depends on how much is going on.

cl_updaterate is the number of times per second the server tells the client what's been going on in the map. Likewise, more action, more data per update.

cl_rate sets a maxiumum limit of bytes per second the client can send the server. This value is necessary as the server cannot reliably determine the data transfer rate to the client. This value needs to be set to match the data upload rate of your connection to the server.

rate is the maximum limit of bytes per second the server can send to the client. sv_maxrate, the server specified limit, is used if rate is higher than sv_maxrate.

Updates from the client to the server usually contain very little data - perhaps 20 bytes. Updates from the server to the client contain (relatively speaking) a lot of data, from say 30 bytes in a quiet area of a map to 175 bytes in combat.

For example, a 56k modem has a maximum upload rate of 33.6k, and a maxiumum download rate of 56k. The values here are bits per second (e.g. 33600 bits per second upload rate). However, these are signaling rates, not data payload rates. The signaling rate is the number of bits per second; but not all of these bits can be used for data. Some - roughly 10 percent - are used for control information. So a 33.6k bits per second connection can in fact only transfer about 30.2k bits per second of real data, which is 3780 bytes - and this is the value cl_rate should be set to (assuming a perfect upload connection - if the modem is connecting over a noisy line and the data transfer rate is reduced, the rate value must accordingly be reduced).

Likewise, with a perfect 56k connection, 56000 bits per second are available. Reducing this by ten percent gives 6300 bytes per second. This is the value rate should be set to.

rate equals download speed times .9 divided by 8
cl_rate equals upload speed times .9 divided by 8

By and large, clients don't have very much to tell the server; client to server communication rarely suffers from bottlenecks even on a 56k modem.

Note that the control information overheads differ depending on the type of connection between the client and ISP, but that this is basically irrelevent for higher bandwidth connections since such connection types will always have much more bandwidth available than the maximum value the server will permit a client to use.

Fractional values for cl_rate and rate make absolutely no difference whatsoever. It is an urban myth that fractional values improve performance.

As previously mentioned, client to server updates are typically very small, in the order of 20 bytes. On a 56k modem with a perfect connection, 3780 bytes are available per second for updates to the server, so cl_cmdrate can be set 189. As it is, Half-life has a hard coded internal maximum for this of about 60.

Updates from the server to the client send more data. Large updates (e.g. combat situations) take something like 175 bytes. With 6300 bytes per second available on a perfect 56k modem connection, cl_updaterate should be set to 36.

cl_updaterate equals rate divided by 175
cl_cmdrate equals cl_rate divided by 20

Players with broadband connections will have configurations very different to the values derived so far. Firstly, a broadband connection will always have more bandwidth available than the server can provide. As such, rate and cl_rate both need to be set to their maximum values so that the client is using all available bandwidth.

The maximum value for both rate and cl_rate is 20,000.

The calculation for the correct setting of cl_cmdrate and cl_updaterate actually usually depend on the particular server the player is connected to, as it's sv_maxrate value will be the limiting factor for available bandwidth, and available bandwidth defines the correct update settings.

(Our server uses a sv_maxrate of 8000. Given that, the calculated cl_updaterate would be 40 and the cl_cmdrate would be 400 ( Although it will be capped to 60))

As previously mentioned, Half-life has an internal hard-coded maximum of about 60 for both update settings. The recommended setting is therefore 75 (to be on the safe side), which should be reduced in line with the sv_maxrate setting as necessary.

The net_graph (net_graph 3) command provides information about the state of the client-server connection in the bottom right hand corner of the screen.

The field we are interested in is choke.

Choke represents the number of updates not sent in either direction because the the communication link is saturated.

(Loss is rather different and rarely used, and represents the number of updates which were sent but never reached their destination. If a player experiences significant loss there is a technical problem with the network connection, which lies outside the scope of this report.)

Leave net_graph running and monitor the choke value. Gradually reduce the cl_updaterate and cl_cmdrate values if choke occurs, until choke no longer occurs during comabt.

The overall goal is to have cl_updaterate and cl_cmdrate as high as possible (to provide a better illusion of uniform motion) while still ensuring choke is low or zero

Verwijderd

das een heel verhaal, en nog engels ook :?

  • Stefke
  • Registratie: December 2000
  • Laatst online: 06:34

  • Captain Pervert
  • Registratie: Mei 2000
  • Laatst online: 05-03 12:19
rate 9999 in console (voor choke eruit halen) en drivers updaten


tijd voor slaap

ikke genoeg bier gehad weer. maar advies = betrwoubaar. :Y)

Porsche 928 - It's about as fast as you can go without having to eat airline food.


  • RaDKiLL
  • Registratie: Mei 2001
  • Laatst online: 26-03-2023

RaDKiLL

Revived

betrwoubaar.
IK GA ERVOOR! ROFLOL!

"Ik huiver de fluister, daarom schreeuw ik!"

Pagina: 1