<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;What do u know about this commands?&#8221;</title>
	<link>https://staging.etf2l.org/forum/customise/topic-25510/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449476</link>
    	    <description><![CDATA[<i>Quoted from nwdlz</i>
		<blockquote>Any solution?</blockquote>

Set cl_predictweapons to 1.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449476</guid>
    	    <pubDate>Wed, 08 May 2013 19:28:39 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by MAKAPOHA</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449475</link>
    	    <description><![CDATA[<i>Quoted from AnimaL</i>
		<blockquote>you can fix it by typing volume 0</blockquote>
Lol what? :D
Btw i think that "1" is def. for cl_predict and cl_predictweapons -_-]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449475</guid>
    	    <pubDate>Wed, 08 May 2013 19:24:57 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Animal</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449473</link>
    	    <description><![CDATA[you can fix it by typing volume 0]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449473</guid>
    	    <pubDate>Wed, 08 May 2013 19:21:49 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by MAKAPOHA</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449467</link>
    	    <description><![CDATA[Omg
after changing cl_predict and cl_predictweapons to "0" i have problems with sound. -_- Sounds like i put one sticky or pipe twice! Any solution?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449467</guid>
    	    <pubDate>Wed, 08 May 2013 19:05:01 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Animal</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449441</link>
    	    <description><![CDATA[<i>Quoted from Rake</i>
		<blockquote>Yeah set both of those to 0, also cl_lagcompensation 0 makes you a lot better at videogames.</blockquote>+1

i never use lagcompensation, its better for you!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449441</guid>
    	    <pubDate>Wed, 08 May 2013 17:19:15 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Rake</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449436</link>
    	    <description><![CDATA[Yeah set both of those to 0, also cl_lagcompensation 0 makes you a lot better at videogames.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449436</guid>
    	    <pubDate>Wed, 08 May 2013 17:08:09 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by fanny_filth</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449433</link>
    	    <description><![CDATA[As far as cl_predictwepon command goes, this might be related to client prediction of projectile effects. Such as juggeling and pyro reflection. But I can't find any trustworthy sources confirming or denying this.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449433</guid>
    	    <pubDate>Wed, 08 May 2013 17:03:33 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by fanny_filth</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449408</link>
    	    <description><![CDATA[Lets assume a player has a network latency of 150 milliseconds and starts to move forward. The information that the +FORWARD key is pressed is stored in a user command and send to the server. There the user command is processed by the movement code and the player's character is moved forward in the game world. This world state change is transmitted to all clients with the next snapshot update. So the player would see his own change of movement with a 150 milliseconds delay after he started walking. This delay applies to all players actions like movement, shooting weapons, etc. and becomes worse with higher latencies.
A delay between player input and corresponding visual feedback creates a strange, unnatural feeling and makes it hard to move or aim precisely. Client-side input prediction (cl_predict 1) is a way to remove this delay and let the player's actions feel more instant. Instead of waiting for the server to update your own position, the local client just predicts the results of its own user commands. Therefore, the client runs exactly the same code and rules the server will use to process the user commands. After the prediction is finished, the local player will move instantly to the new location while the server still sees him at the old place.
After 150 milliseconds, the client will receive the server snapshot that contains the changes based on the user command he predicted earlier. Then the client compares the server position with his predicted position. If they are different, a prediction error has occurred. This indicates that the client didn't have the correct information about other entities and the environment when it processed the user command. Then the client has to correct its own position, since the server has final authority over client-side prediction. If cl_showerror 1 is turned on, clients can see when prediction errors happen. Prediction error correction can be quite noticeable and may cause the client's view to jump erratically. By gradually correcting this error over a short amount of time (cl_smoothtime), errors can be smoothly corrected. Prediction error smoothing can be turned off with cl_smooth 0.
Predicting an object's behavior only works if the clients knows the same rules and state of the object as the server. That's usually not the case since the server knows more internal information about objects than the clients do. Clients see only a small part of the world and just get enough information to render objects. Therefore, prediction works only for your own player, and the weapons controlled by you. Proper prediction of other players or interactive objects is not possible on the client at this point.

https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449408</guid>
    	    <pubDate>Wed, 08 May 2013 15:53:33 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Niicol</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449404</link>
    	    <description><![CDATA[<i>Quoted from Spike Himself</i>
		<blockquote>cl_predict                               : 0        : , "user", "cl"   : Perform client side prediction.
cl_predictweapons                        : 1        : , "user", "cl"   : Perform client side prediction of weapon effects.</blockquote>
so um.... what does it mean exactly?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449404</guid>
    	    <pubDate>Wed, 08 May 2013 15:35:24 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by MAKAPOHA</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449398</link>
    	    <description><![CDATA[<i>Quoted from Spike Himself</i>
		<blockquote>cl_predict                               : 0        : , "user", "cl"   : Perform client side prediction.
cl_predictweapons                        : 1        : , "user", "cl"   : Perform client side prediction of weapon effects.</blockquote>
I tested it. And i think game became smoooother -_-. Shall i play with it?
I know it was on ("1") in m0re's configs.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449398</guid>
    	    <pubDate>Wed, 08 May 2013 15:08:44 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by MAKAPOHA</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449397</link>
    	    <description><![CDATA[<i>Quoted from CHERRY</i>
		<blockquote>AFAIK you need to sv_cheats to use it.</blockquote>
No, u dont need.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449397</guid>
    	    <pubDate>Wed, 08 May 2013 15:06:40 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449389</link>
    	    <description><![CDATA[cl_predict                               : 0        : , "user", "cl"   : Perform client side prediction.
cl_predictweapons                        : 1        : , "user", "cl"   : Perform client side prediction of weapon effects.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449389</guid>
    	    <pubDate>Wed, 08 May 2013 14:15:20 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by CHERRY COKE</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449388</link>
    	    <description><![CDATA[AFAIK you need to sv_cheats to use it.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449388</guid>
    	    <pubDate>Wed, 08 May 2013 14:11:25 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by MAKAPOHA</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-25510/page-1/?recent=449476#post=449384</link>
    	    <description><![CDATA[cl_predict
cl_predictweapons]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=25510&#038;post=449384</guid>
    	    <pubDate>Wed, 08 May 2013 13:55:04 +0200</pubDate>
    	</item>
    </channel>
</rss>