<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I need help to solve graphics error]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1665638997092-sin-t%C3%ADtulo1.png" alt="Sin título1.png" class=" img-fluid img-markdown" /> Does anyone know why the map appears like this? help me please</p>
]]></description><link>https://forum.plutonium.pw/topic/25769/i-need-help-to-solve-graphics-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 02:58:11 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/25769.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Oct 2022 05:31:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I need help to solve graphics error on Sun, 23 Oct 2022 23:45:42 GMT]]></title><description><![CDATA[<p dir="auto">I know that's the thing to put in the console to fix it, I want to know how exactly to make a script like jezuzlizard said that automatically does it so I dont have to enter it every time I start the game.</p>
<p dir="auto">I tried putting</p>
<p dir="auto">self setclientdvar("r_lodBiasRigid", -1000);<br />
self setclientdvar("r_lodBiasSkinned", -1000);</p>
<p dir="auto">in a gsc file with nothing else in it and compiling it but compilation didnt work, so im wondering how exactly to format it so it works</p>
]]></description><link>https://forum.plutonium.pw/post/101900</link><guid isPermaLink="true">https://forum.plutonium.pw/post/101900</guid><dc:creator><![CDATA[Tarragruee]]></dc:creator><pubDate>Sun, 23 Oct 2022 23:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to solve graphics error on Sat, 22 Oct 2022 15:55:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezuzlizard" aria-label="Profile: JezuzLizard"><bdi>JezuzLizard</bdi></a> said in <a href="/post/101125">I need help to solve graphics error</a>:</p>
<blockquote>
<p dir="auto">"r_lodBiasRigid", -1000)</p>
</blockquote>
]]></description><link>https://forum.plutonium.pw/post/101790</link><guid isPermaLink="true">https://forum.plutonium.pw/post/101790</guid><dc:creator><![CDATA[cros737blanc]]></dc:creator><pubDate>Sat, 22 Oct 2022 15:55:07 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to solve graphics error on Sat, 22 Oct 2022 14:30:00 GMT]]></title><description><![CDATA[<p dir="auto">basically I copy and pasted those two lines and compilation didn't work, this would be a present to be able to play high fov and keep the textures from bugging</p>
]]></description><link>https://forum.plutonium.pw/post/101784</link><guid isPermaLink="true">https://forum.plutonium.pw/post/101784</guid><dc:creator><![CDATA[Tarragruee]]></dc:creator><pubDate>Sat, 22 Oct 2022 14:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to solve graphics error on Sat, 22 Oct 2022 14:09:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezuzlizard" aria-label="Profile: JezuzLizard"><bdi>JezuzLizard</bdi></a> said in <a href="/post/101125">I need help to solve graphics error</a>:</p>
<blockquote>
<p dir="auto">self setclientdvar("r_lodBiasRigid", -1000);<br />
self setclientdvar("r_lodBiasSkinned", -1000);</p>
</blockquote>
<p dir="auto">I put this in a txt file and tried compiling it but it didn't work, how exactly do I make it a gsc script?</p>
]]></description><link>https://forum.plutonium.pw/post/101782</link><guid isPermaLink="true">https://forum.plutonium.pw/post/101782</guid><dc:creator><![CDATA[Tarragruee]]></dc:creator><pubDate>Sat, 22 Oct 2022 14:09:22 GMT</pubDate></item><item><title><![CDATA[Reply to I need help to solve graphics error on Thu, 13 Oct 2022 05:50:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aldair_2112" aria-label="Profile: Aldair_2112"><bdi>Aldair_2112</bdi></a> This is a bug with this map which is caused by high fov.</p>
<p dir="auto">You can fix this in matches you host by doing:</p>
<pre><code>sv_cheats 1
r_lodBiasRigid -1000
r_lodBiasSkinned -1000
</code></pre>
<p dir="auto">You can also set it in a script with setClientDvar()</p>
<pre><code>self setclientdvar("r_lodBiasRigid", -1000);
self setclientdvar("r_lodBiasSkinned", -1000);
</code></pre>
]]></description><link>https://forum.plutonium.pw/post/101125</link><guid isPermaLink="true">https://forum.plutonium.pw/post/101125</guid><dc:creator><![CDATA[JezuzLizard]]></dc:creator><pubDate>Thu, 13 Oct 2022 05:50:50 GMT</pubDate></item></channel></rss>