<?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[Are private servers limited to 1 tick&#x2F;s?]]></title><description><![CDATA[<p>I started my private server and it had 4 bots besides my own. Each tick was taking 1 second, I removed the other 4 bots and it still takes (suspiciously precisely) 1 second per tick. It seems artificially limited. Is it really limited? If so, is there a way to change this limit or disable it altogether and be limited only by the hardware?</p>
]]></description><link>http://screeps.com/forum/topic/1929/are-private-servers-limited-to-1-tick-s</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 08:40:51 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/1929.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Sep 2017 16:02:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p>I started my private server and it had 4 bots besides my own. Each tick was taking 1 second, I removed the other 4 bots and it still takes (suspiciously precisely) 1 second per tick. It seems artificially limited. Is it really limited? If so, is there a way to change this limit or disable it altogether and be limited only by the hardware?</p>
]]></description><link>http://screeps.com/forum/post/8348</link><guid isPermaLink="true">http://screeps.com/forum/post/8348</guid><dc:creator><![CDATA[eduter]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p>There is a mod to adjust tick rate: <a href="https://github.com/ScreepsMods/screepsmod-tickrate" rel="nofollow">https://github.com/ScreepsMods/screepsmod-tickrate</a></p>
]]></description><link>http://screeps.com/forum/post/8353</link><guid isPermaLink="true">http://screeps.com/forum/post/8353</guid><dc:creator><![CDATA[UnFleshedOne]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/154">@eduter</a> Definitely not haha. I have mine running at 5 ticks a second</p>
]]></description><link>http://screeps.com/forum/post/8354</link><guid isPermaLink="true">http://screeps.com/forum/post/8354</guid><dc:creator><![CDATA[Davaned]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p>Check the <code>tick-duration.js</code> file in the <a href="https://github.com/screeps/launcher/tree/master/init_dist/example-mods" rel="nofollow"><code>example-mods</code></a> folder.</p>
]]></description><link>http://screeps.com/forum/post/8356</link><guid isPermaLink="true">http://screeps.com/forum/post/8356</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Tue, 28 Nov 2017 12:43:09 GMT]]></title><description><![CDATA[<p>Im using the tick-duration.js on a linux server and it seems like it wont go any faster. Ive adjusted it to 5ms which should be fast as hell, since the server on my own pc runs fast enough on 20ms.</p>
<p>And the <a href="https://github.com/ScreepsMods/screepsmod-tickrate" rel="nofollow">https://github.com/ScreepsMods/screepsmod-tickrate</a> mod doesnt rally change it either.</p>
<p>50ms windows pc:
<a href="https://streamable.com/omb0v" rel="nofollow">https://streamable.com/omb0v</a></p>
<p>5ms linux root-server:
<a href="https://streamable.com/2m962" rel="nofollow">https://streamable.com/2m962</a></p>
]]></description><link>http://screeps.com/forum/post/8941</link><guid isPermaLink="true">http://screeps.com/forum/post/8941</guid><dc:creator><![CDATA[Dragonisser]]></dc:creator><pubDate>Tue, 28 Nov 2017 12:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p>An aside: be careful not to go too fast.  The &quot;cpu usage&quot; is about 1 CPU = 1 ms execution, except for intents (Creep.build() is .2 CPU, but very little execution time, for instance), so it's entirely possible you are setting it faster than it can actually go.</p>
<p>With that out of the way, I can attest the tick-duration.js mod does work, and I've successfully set mine to 200ms ticks.  You'll want to make sure the mod is loaded and getting called correctly.  I don't know how you would do this off the top of my head, though.</p>
]]></description><link>http://screeps.com/forum/post/8966</link><guid isPermaLink="true">http://screeps.com/forum/post/8966</guid><dc:creator><![CDATA[TodPunk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Tue, 28 Nov 2017 18:03:39 GMT]]></title><description><![CDATA[<p>It gets faster but it should go a lot more faster or at least at the same speed as the server on my pc.</p>
]]></description><link>http://screeps.com/forum/post/8967</link><guid isPermaLink="true">http://screeps.com/forum/post/8967</guid><dc:creator><![CDATA[Dragonisser]]></dc:creator><pubDate>Tue, 28 Nov 2017 18:03:39 GMT</pubDate></item><item><title><![CDATA[Reply to Are private servers limited to 1 tick&#x2F;s? on Invalid Date]]></title><description><![CDATA[<p>the private server can only go as fast as the user scripts it's running. If you set the tick rate to 5ms, it will try to go that fast, but if your script takes 20ms, then that plus however long the processing between ticks takes, will be your actual tick rate. It gets even more prominent the more users you have, or the larger the map is.</p>
]]></description><link>http://screeps.com/forum/post/8977</link><guid isPermaLink="true">http://screeps.com/forum/post/8977</guid><dc:creator><![CDATA[SemperRabbit]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>