<?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[Discussion: long-range logistics revamp]]></title><description><![CDATA[<p><em>This is a draft of upcoming changes. We'd like to get community feedback on it before implementing it.</em></p>
<p><strong>Last update: May 26 15:45 UTC</strong></p>
<p>We've seen many discussions and suggestions about combat aspects of the game, especially high-level combat which is not perfect currently. We were brainstorming a lot, discussing many possible solutions, both suggested by the community and by the team. In most cases, the conclusion was: “too breaking, unfortunately”. Finally, we're ready to come up with a set of changes aimed to remedy the most frustrating part of high-level combat: repair. More precisely, the issue is not that repair is overpowered itself (it's not) but that it's trivial to supply more than enough energy for repairs (either from other rooms or the game market) without any way for an attacker to interrupt it. To solve it, we're going to implement the following set of improvements and features.</p>
<h2>Terminals inbound throughput limit</h2>
<p>Terminals throughput for incoming transactions will now be limited. A terminal will be allowed to receive only a certain amount of resources. When the limit is exceeded, the incoming transaction will not succeed.</p>
<p>The throughput limit is supposed to work as <a href="https://en.wikipedia.org/wiki/Leaky_bucket" rel="nofollow">leaky bucket</a> (which many players are already <a href="https://docs.screeps.com/cpu-limit.html#Bucket" rel="nofollow">familiar</a> with), i.e. the limit unused in the current tick will be accumulated for future usage (including burst usage up to filling the whole terminal at once). The limit will be shared between all inbound transactions for the terminal generated by all calls of <a href="https://docs.screeps.com/api/#StructureTerminal.send" rel="nofollow"><code>StructureTerminal.send</code></a> and <a href="https://docs.screeps.com/api/#Game.market.deal" rel="nofollow"><code>Game.market.deal</code></a> for the current tick. Preliminary numbers would be <strong>50 resource units per tick</strong> accumulated up to a maximum of <strong>300,000 resource units</strong>.</p>
<h2>Changes in PWR_OPERATE_TERMINAL and PWR_DISRUPT_TERMINAL</h2>
<p>In addition to the existing effect, <code>PWR_OPERATE_TERMINAL</code> will also increase the inbound throughput of the terminal by additional <strong>50/100/200/300/1000</strong> units per tick depending on the power level. This will supposedly provide a simple way to preserve special solutions that rely on high terminal throughputs, like GCL farms or room burst upgrading.</p>
<p><code>PWR_DISRUPT_TERMINAL</code> will no longer prevent withdrawing. Instead, it will reduce the accumulation of available throughput by <strong>10%/25%/50%/80%/100%</strong> (other effects like increasing transaction cost and longer cooldown is still under discussion). This is supposed to make short interrupts of terminal disrupting less catastrophic for an attacker and to remove the possibility of avoiding disrupting by destroying and rebuilding the terminal.</p>
<h2>New structure: Warp Container</h2>
<img src="/forum/assets/uploads/files/1589391194487-warpcontainers.gif" style="float: right; margin-left: 1em">
<p><strong>Warp Container</strong> is an unowned structure that can be built in any room (including rooms without controller). Each room may contain 2 or 3 (not decided yet) warp containers having general-purpose storage that is shared between all warp containers in the room. When you place a resource into one warp container, it can be withdrawn from another one on the next tick. Withdrawing from a warp container triggers cooldown on all warp containers preventing further withdraws from either warp container until it ends. The cooldown length will depend on the number of withdrawn resources, preliminary <strong>1 tick per 1,000 units</strong> (rounding up). The cooldown will not prevent resources transfer into warp containers.</p>
<p>These structures are supposed to be expensive to build and maintain. The construction cost is <strong>100,000 energy</strong>.</p>
<p>Every warp container will decay by <strong>5000 hits</strong> once per <strong>100 ticks</strong> (given their total health of <strong>10 million hits</strong>, it takes <strong>200,000 ticks</strong> to lose warp containers). Every harvest operation in the room will cause additional decay (<code>Math.max(0, 11 - range)</code> where <code>range</code> is the distance from the energy source to the warp container). In addition to this, containers must be charged with <strong>100 energy</strong> every <strong>100 ticks</strong> (for all warp containers in the room) to be able to hold resources inside.</p>
<p>All the numbers above are still not final. They may be changed upon release.</p>
<p>It is also worth mentioning that while these structures are walkable, they will not catch resources dropped over it.</p>
<p>A &quot;network&quot; of warp containers among owned and unowned rooms may be an alternative replacement for terminals with much higher throughput, if you manage to maintain and defend it. Basically, you will be able to transfer <strong>1,000 resources per tick</strong>, with the speed of <strong>3 ticks per room</strong>.</p>
<p>We plan to release all these features and improvements in the next major update. Discussions, comments, suggestions, objections are welcomed as usual!</p>
]]></description><link>http://screeps.com/forum/topic/2975/discussion-long-range-logistics-revamp</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 08:39:34 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/2975.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 May 2020 19:18:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Wed, 27 May 2020 16:02:59 GMT]]></title><description><![CDATA[<p><em>This is a draft of upcoming changes. We'd like to get community feedback on it before implementing it.</em></p>
<p><strong>Last update: May 26 15:45 UTC</strong></p>
<p>We've seen many discussions and suggestions about combat aspects of the game, especially high-level combat which is not perfect currently. We were brainstorming a lot, discussing many possible solutions, both suggested by the community and by the team. In most cases, the conclusion was: “too breaking, unfortunately”. Finally, we're ready to come up with a set of changes aimed to remedy the most frustrating part of high-level combat: repair. More precisely, the issue is not that repair is overpowered itself (it's not) but that it's trivial to supply more than enough energy for repairs (either from other rooms or the game market) without any way for an attacker to interrupt it. To solve it, we're going to implement the following set of improvements and features.</p>
<h2>Terminals inbound throughput limit</h2>
<p>Terminals throughput for incoming transactions will now be limited. A terminal will be allowed to receive only a certain amount of resources. When the limit is exceeded, the incoming transaction will not succeed.</p>
<p>The throughput limit is supposed to work as <a href="https://en.wikipedia.org/wiki/Leaky_bucket" rel="nofollow">leaky bucket</a> (which many players are already <a href="https://docs.screeps.com/cpu-limit.html#Bucket" rel="nofollow">familiar</a> with), i.e. the limit unused in the current tick will be accumulated for future usage (including burst usage up to filling the whole terminal at once). The limit will be shared between all inbound transactions for the terminal generated by all calls of <a href="https://docs.screeps.com/api/#StructureTerminal.send" rel="nofollow"><code>StructureTerminal.send</code></a> and <a href="https://docs.screeps.com/api/#Game.market.deal" rel="nofollow"><code>Game.market.deal</code></a> for the current tick. Preliminary numbers would be <strong>50 resource units per tick</strong> accumulated up to a maximum of <strong>300,000 resource units</strong>.</p>
<h2>Changes in PWR_OPERATE_TERMINAL and PWR_DISRUPT_TERMINAL</h2>
<p>In addition to the existing effect, <code>PWR_OPERATE_TERMINAL</code> will also increase the inbound throughput of the terminal by additional <strong>50/100/200/300/1000</strong> units per tick depending on the power level. This will supposedly provide a simple way to preserve special solutions that rely on high terminal throughputs, like GCL farms or room burst upgrading.</p>
<p><code>PWR_DISRUPT_TERMINAL</code> will no longer prevent withdrawing. Instead, it will reduce the accumulation of available throughput by <strong>10%/25%/50%/80%/100%</strong> (other effects like increasing transaction cost and longer cooldown is still under discussion). This is supposed to make short interrupts of terminal disrupting less catastrophic for an attacker and to remove the possibility of avoiding disrupting by destroying and rebuilding the terminal.</p>
<h2>New structure: Warp Container</h2>
<img src="/forum/assets/uploads/files/1589391194487-warpcontainers.gif" style="float: right; margin-left: 1em">
<p><strong>Warp Container</strong> is an unowned structure that can be built in any room (including rooms without controller). Each room may contain 2 or 3 (not decided yet) warp containers having general-purpose storage that is shared between all warp containers in the room. When you place a resource into one warp container, it can be withdrawn from another one on the next tick. Withdrawing from a warp container triggers cooldown on all warp containers preventing further withdraws from either warp container until it ends. The cooldown length will depend on the number of withdrawn resources, preliminary <strong>1 tick per 1,000 units</strong> (rounding up). The cooldown will not prevent resources transfer into warp containers.</p>
<p>These structures are supposed to be expensive to build and maintain. The construction cost is <strong>100,000 energy</strong>.</p>
<p>Every warp container will decay by <strong>5000 hits</strong> once per <strong>100 ticks</strong> (given their total health of <strong>10 million hits</strong>, it takes <strong>200,000 ticks</strong> to lose warp containers). Every harvest operation in the room will cause additional decay (<code>Math.max(0, 11 - range)</code> where <code>range</code> is the distance from the energy source to the warp container). In addition to this, containers must be charged with <strong>100 energy</strong> every <strong>100 ticks</strong> (for all warp containers in the room) to be able to hold resources inside.</p>
<p>All the numbers above are still not final. They may be changed upon release.</p>
<p>It is also worth mentioning that while these structures are walkable, they will not catch resources dropped over it.</p>
<p>A &quot;network&quot; of warp containers among owned and unowned rooms may be an alternative replacement for terminals with much higher throughput, if you manage to maintain and defend it. Basically, you will be able to transfer <strong>1,000 resources per tick</strong>, with the speed of <strong>3 ticks per room</strong>.</p>
<p>We plan to release all these features and improvements in the next major update. Discussions, comments, suggestions, objections are welcomed as usual!</p>
]]></description><link>http://screeps.com/forum/post/15091</link><guid isPermaLink="true">http://screeps.com/forum/post/15091</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Wed, 27 May 2020 16:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>Regarding the warp container, why won't it catch what is dropped upon it? Seems to limit the usefulness quite a bit, and I cannot really see why it shouldn't be able to?</p>
<p>&quot;It is also worth mentioning that while these structures are walkable, they will not catch resources dropped over it.&quot;</p>
]]></description><link>http://screeps.com/forum/post/15096</link><guid isPermaLink="true">http://screeps.com/forum/post/15096</guid><dc:creator><![CDATA[Vipo]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Wed, 13 May 2020 18:14:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2509">@vipo</a> because making them be able to catch resources would create &quot;the single best&quot; solution for remote mining, which is undesirable.</p>
]]></description><link>http://screeps.com/forum/post/15097</link><guid isPermaLink="true">http://screeps.com/forum/post/15097</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Wed, 13 May 2020 18:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a> Thanks for the clarification <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>http://screeps.com/forum/post/15098</link><guid isPermaLink="true">http://screeps.com/forum/post/15098</guid><dc:creator><![CDATA[Vipo]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Wed, 13 May 2020 18:23:40 GMT]]></title><description><![CDATA[<blockquote>
<p>the issue is not that repair is overpowered itself (it's not)</p>
</blockquote>
<p>Yes it is <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--wink"
      title=";)"
      alt="😉"
    /></p>
<p>Terminal changes look alright. I still think repair needs a tweak to be less effective, but maybe this is fine. 50 units/tick seems about right to me.</p>
<p>I think warp containers are OP. Especially if it's 3 per room. You said you didn't want &quot;too breaking&quot; but I think they are.</p>
<p>A link running at full throughput over 10 tiles costs 2.4 energy/tick and moves 80 energy/tick. Two warp containers have 12.5x the throughput at a cost of 2 energy/tick.</p>
<p>Mining a two source room currently needs haulers and containers. The containers are 1 e/tick. A hauler will typically cost you ~1.5 e/tick/source. Depends a bit on range. Warp containers aren't really that much more expensive (for 3), and you save a lot of CPU and spawn time.</p>
<p>IMO the throughput is too high and the cost too low. They almost make all current hauler+harvester solutions redundent. I don't think 3 is a good idea. Two might be interesting (adding another stage to the logistics chain for souce-&gt;warp container) but as-is, probably still overpowered.</p>
]]></description><link>http://screeps.com/forum/post/15099</link><guid isPermaLink="true">http://screeps.com/forum/post/15099</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Wed, 13 May 2020 18:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>Won't the limit on .send and .deal negatively influence market in itself by making ppl selling/buying less stuff due to desire to preserve bucket ?</p>
<p>I guess it might promote usage of compacted minerals but still it might impact market</p>
]]></description><link>http://screeps.com/forum/post/15100</link><guid isPermaLink="true">http://screeps.com/forum/post/15100</guid><dc:creator><![CDATA[Gadjung]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/3748">@gadjung</a> said in <a href="/forum/post/15100">Discussion: long-range logistics revamp</a>:</p>
<blockquote>
<p>Won't the limit on .send and .deal negatively influence market in itself by making ppl selling/buying less stuff due to desire to preserve bucket ?</p>
<p>I guess it might promote usage of compacted minerals but still it might impact market</p>
</blockquote>
<p>50/tick is a lot. You can trade bars, batteries and boosts. Seems fine to me.</p>
]]></description><link>http://screeps.com/forum/post/15101</link><guid isPermaLink="true">http://screeps.com/forum/post/15101</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>Currently my market rooms do about 2000 auto on buying for incoming per tick and deal with a queue to purchase stuff so that's not too bad.</p>
<p>However, buying energy or bulk orders does tend to go anywhere of the tens of thousands to higher depending on what the other players do deal with, so can see a room auto-buying something depleting its bucket and/or needing to manage its auto-buying better when purchasing bulk orders (ex: buy power/collect power, need to plan to over-buy energy for x ticks to insure 'minimums' are kept, repairing walls, praise rooms needing a cycle to restock)</p>
<p>I already use PWR_OP_TERM to reduce eng costs in my market rooms so really it just changes my auto-buy logic from sell orders from 2k to 1k per tick if I don't want to incur using more of the 'bucket' (I presume)</p>
<p>Does this make terminal-based spamming attacks more effective though?  since your actively using up your opponents 'total capacity' while your sending is not capped, their receiving is, spam enough and they couldn't buy enough on that terminal?</p>
]]></description><link>http://screeps.com/forum/post/15102</link><guid isPermaLink="true">http://screeps.com/forum/post/15102</guid><dc:creator><![CDATA[Donatzor]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>A bit more thoughts on &quot;design&quot; of warp containers. I think a lot of people have put a lot of care and attention into harvesting systems using haulers and harvesters. I think warp-containers as specified would make all this code redundent overnight. I also quite like the aesthetic of tendrils going out from a base with creeps heading how to do remote hauling.</p>
<p>With that said I think they should be positioned as follows:</p>
<ol>
<li>
<p>Given infinite CPU, they're worse than haulers+harvesters. Right now (especially with 3 per room) they're not. They might be better even with infinite CPU. Haulers cost a lot of CPU just on move intents, so freeing up all this CPU and saving energy seems over the top. Oh, and saving spawn time. And road maintainance.</p>
</li>
<li>
<p>Even in limited CPU environments (eg. regular &lt;28 GCL play on shards 0-2) there should be a choice. Either the cost or throughput (or both) of the warp containers needs to be worse than haulers. At this point you should be trading CPU/spawn time for energy efficiency.</p>
</li>
<li>
<p>But in some rooms they should be really neat. Avoiding nasty swamps/tunnels. Finding two sources close together that can share a single warp container and reduce maintainance. That sort of thing.</p>
</li>
<li>
<p>Throughput should probably be closer to links. So 5-10x lower.</p>
</li>
</ol>
<p>Obviously these are all pretty hot takes. Will ponder some more. One thing that does occur to me is that these do favour those of us with lots of spare room. All those CPU/spawn time savings would let me harvest a lot more rooms.</p>
]]></description><link>http://screeps.com/forum/post/15103</link><guid isPermaLink="true">http://screeps.com/forum/post/15103</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/1043">@donatzor</a> said in <a href="/forum/post/15102">Discussion: long-range logistics revamp</a>:</p>
<blockquote>
<p>Does this make terminal-based spamming attacks more effective though?  since your actively using up your opponents 'total capacity' while your sending is not capped, their receiving is, spam enough and they couldn't buy enough on that terminal?</p>
</blockquote>
<p>That is a good point. Might be a bit easy to shut down a terminal. Just spam it with minerals and starve them of energy when attacking.</p>
]]></description><link>http://screeps.com/forum/post/15104</link><guid isPermaLink="true">http://screeps.com/forum/post/15104</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/138">@tigga</a> Yeah, good point. But, spamming terminals must be closer to the attacked terminal than supplying terminals because closer transactions take priority, as usual.</p>
]]></description><link>http://screeps.com/forum/post/15105</link><guid isPermaLink="true">http://screeps.com/forum/post/15105</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/138">@tigga</a> Could just auto-deny transactions from the player w/ creeps in your room attacking you but then I guess some one else (alliance member, ect) could still spam and/or you could start depleting their bucket before you attacked, so there'd have to be some way to detect the incoming spam and stop/adjust it like shutting off the terminal, or rejecting incoming trades from xyz room or player.</p>
]]></description><link>http://screeps.com/forum/post/15106</link><guid isPermaLink="true">http://screeps.com/forum/post/15106</guid><dc:creator><![CDATA[Donatzor]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a> If your in range to attack, you'd be in range to have fairly high priority on the spam wouldn't you? Unless your energy supplier from the buy order is much closer and/or you have an arrangement w/ a neighbor I guess.</p>
]]></description><link>http://screeps.com/forum/post/15107</link><guid isPermaLink="true">http://screeps.com/forum/post/15107</guid><dc:creator><![CDATA[Donatzor]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>I'm not sure there's a simple &quot;fix&quot;. Best I can think of is a way to &quot;reject&quot; something sent via &quot;send&quot;. I don't really know what that would look like. Maybe a blacklist of usernames? Maybe it's not a problem that need fixing.</p>
]]></description><link>http://screeps.com/forum/post/15108</link><guid isPermaLink="true">http://screeps.com/forum/post/15108</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/138">@tigga</a> a simple fix could be prioritizing deal transactions and intra-player send transactions over other transactions. Not a complete fix, however, but at least something. If this is a problem to be fixed (I'm not sure about it either)</p>
]]></description><link>http://screeps.com/forum/post/15109</link><guid isPermaLink="true">http://screeps.com/forum/post/15109</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a> said in <a href="/forum/post/15109">Discussion: long-range logistics revamp</a>:</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/138">@tigga</a> a simple fix could be prioritizing deal transactions and intra-player send transactions over other transactions. Not a complete fix, however, but at least something. If this is a problem to be fixed (I'm not sure about it either)</p>
</blockquote>
<p>It'd give you 50/tick, which may be good enough, but it'd kill your &quot;bucket&quot;.</p>
]]></description><link>http://screeps.com/forum/post/15110</link><guid isPermaLink="true">http://screeps.com/forum/post/15110</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/138">@tigga</a> this is exactly why I said 'not a complete fix' <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>http://screeps.com/forum/post/15111</link><guid isPermaLink="true">http://screeps.com/forum/post/15111</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>How this does not classify as &quot;breaking&quot; I do not understand... This will pretty much break everyone's market and resource balancing code and on top of that potentially obsolete everyone's hard worked remote harvesting system. There is still so much for me to work on, I do not appreciate having to fully revisit something I have nailed fairly well.</p>
<p>I enjoy seeing as many screeps moving about as possible, I rather see less teleporting, not more. Teleporting removes geostrategic gameplay and removes logistics which is otherwise super important in warfare.</p>
<p>Just disable the terminal entirely when hostile creeps are in the room (or similar to 'safe mode' create a 'siege mode') and force logistics on the defender side to try and supply the room.. with haulers. Very common with sieges throughout history.</p>
<p>No repairs with hostile creeps in room could work also forcing the defender to leave the ramparts and try clear the room.</p>
]]></description><link>http://screeps.com/forum/post/15112</link><guid isPermaLink="true">http://screeps.com/forum/post/15112</guid><dc:creator><![CDATA[TuN9aN0]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>Might be a bit different from what is originally proposed, but I think a warp container can be like this:</p>
<ul>
<li>Limited to 1 per room.</li>
<li>Each provides 500 capacity.</li>
<li>If two warp containers are in rooms next to each other, they are in the same part of network. Their capacity adds up, and they share content. Total capacity cannot exceed for example 4000. This allows creation of huge network if you can defend. If previously disconnected networks are now connected, the content is added and merged in the new network. If previously connected network is broken up, content is divided evenly into subnetworks.</li>
<li>Cooldown between withdrawing is fixed to 10 seconds, just like the send cooldown for terminals.</li>
</ul>
<p>All numbers / functions are suggestions and can be changed.</p>
<p>This container will not replace containers or links at all, and throughput is much lower than terminal because of its limited capacity and cooldown when withdrawing, but helps for remotes and when terminals are blocked.</p>
]]></description><link>http://screeps.com/forum/post/15116</link><guid isPermaLink="true">http://screeps.com/forum/post/15116</guid><dc:creator><![CDATA[Cookies]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Wed, 13 May 2020 23:51:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2186">@cookies</a> I see some problems with solution that you suggested.
The main is warp containers are neutral thus anyone can connect to your network and steal resources. Maybe if warp containers were owned it could fix that. 1 per room, owned and you gotta defent it.</p>
<p>The second is cooldown should be triggered by sending to another warp container and not by creep withdrawing from it. Also can't imagine how capacities can add up. If container &quot;merges&quot; (shares) with near room warp containers, that containers can't be shared simultaneously for their neignbour rooms.</p>
]]></description><link>http://screeps.com/forum/post/15117</link><guid isPermaLink="true">http://screeps.com/forum/post/15117</guid><dc:creator><![CDATA[U-238]]></dc:creator><pubDate>Wed, 13 May 2020 23:51:46 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>OPERATE_POWER will become useless</p>
]]></description><link>http://screeps.com/forum/post/15118</link><guid isPermaLink="true">http://screeps.com/forum/post/15118</guid><dc:creator><![CDATA[ZAchiever]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Thu, 14 May 2020 02:31:44 GMT]]></title><description><![CDATA[<p>I like the novel approach to warp container upkeep. If the repair route was more energy efficient it would create a more interesting tradeoff.</p>
<p>I think warp container upkeep is a bit too cheap (as others have pointed out). I suggest an upkeep cost of 3 energy per tick.</p>
<p>A sketch of the costs of offroad remote mining to use as a baseline:</p>
<ul>
<li>ignore reserver and drop miner costs since they don't change.</li>
<li>.5 energy / tick for container upkeep (not 1 as stated elsewhere).</li>
<li>1.66 energy / tick for a 25C25M hauler up to 60 tiles travel</li>
</ul>
<p>The upkeep of 2 warp containers must cost more than 2.16. I'd double the upkeep to be absolutely sure hauler remote mining is more efficient. So 2.16 energy per tick for each one, but round up to 2.5 or 3.</p>
<p>Keep the energyless decay where it is (needs 1 energy / tick of repair). Then players can juggle resources and repair the container spending more intents but improving energy efficiency.</p>
<p>It might make sense to keep the upkeep costs low for Claimed rooms to encourage players to incorporate them into base design.</p>
]]></description><link>http://screeps.com/forum/post/15121</link><guid isPermaLink="true">http://screeps.com/forum/post/15121</guid><dc:creator><![CDATA[deft-code]]></dc:creator><pubDate>Thu, 14 May 2020 02:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>One suggestion that came up on slack to benefit networked warp containers without making them too powerful for remoting was to decrease the upkeep significantly in highway rooms.</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/4205">@zachiever</a> said in <a href="/forum/post/15118">Discussion: long-range logistics revamp</a>:</p>
<blockquote>
<p>OPERATE_POWER will become useless</p>
</blockquote>
<p>The argument being that you can't use more than 50 e/tick in a room due to terminal limits? I guess you have to pair it with <code>OPERATE_TERMINAL</code> in this case, or use creeps/warp containers to move energy in.</p>
]]></description><link>http://screeps.com/forum/post/15124</link><guid isPermaLink="true">http://screeps.com/forum/post/15124</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Thu, 14 May 2020 15:56:26 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I dislike these changes, but would like to know the ideas and purpose behind these changes.</p>
<p>Changing two parts of the game that feel good, terminals and remote harvesting.</p>
<p>What is the design idea behind these terminal changes? Is the terminal change's purpose in order to nerf terminals while being under siege by players? GCL rooms? Or just upgrading bursting?  Or all the above in hopes that we use power more?</p>
<p>For Terminals instead of creating a new variable 'bucket' that will limit transfers, why can't it just use cooldown. Recieving would add 10 cooldown to terminal, multiple receives would add 10 cooldown. Terminal operate can reduce by 50%. While terminal disable increase cooldown or stop cooldown countdown.</p>
<p>Warp Containers seem interesting until you said they can be built in non-controlled rooms. These seem like a best solution for remote harvesting with a downside of energy maintenance, making previous solutions obsolete.  With the way you decided to balance this through energy maintenance - it'll either be too good or useless due to energy. Or balancing this by not allowing it to catch dropped resources(not a big deal, literally talking about just a creep.transfer as this being balanced/unbalanced?) . This doesn't feel like it will create code diversity, and creating a &quot;single best solution&quot; to remote harvesting.</p>
<p>By creating warp containers, what's the purpose of links now? Doesn't make links obsolete? Can't we just have operate link that makes it global? A operated link can send to any other link in any room? Or a operated link can receive from any link in any room?</p>
<p>We were talking about high player sieging/fights in other posts, and I don't think a single player mention terminals as an issue, and yet here we are changing it. Due to changes in terminal you want to balance it out by breaking remote harvesting, something that I think everyone currently enjoys as is.</p>
]]></description><link>http://screeps.com/forum/post/15125</link><guid isPermaLink="true">http://screeps.com/forum/post/15125</guid><dc:creator><![CDATA[likeafox]]></dc:creator><pubDate>Thu, 14 May 2020 15:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Invalid Date]]></title><description><![CDATA[<p>I dislike all changes mentiond on first post, especially the terminal limit looks complete garbage to me.</p>
]]></description><link>http://screeps.com/forum/post/15126</link><guid isPermaLink="true">http://screeps.com/forum/post/15126</guid><dc:creator><![CDATA[Totalschaden]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Discussion: long-range logistics revamp on Thu, 14 May 2020 16:26:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a> &quot;a simple fix could be prioritizing deal transactions and intra-player send transactions over other transactions. Not a complete fix, however, but at least something. If this is a problem to be fixed (I'm not sure about it either)&quot;</p>
<p>Attacking a terminal every tick by overwhelming, the counter you're suggesting is to always send materials to get priority sending.</p>
<p>But it doesn't fix the problem - where I can send over and over again every tick multiple times to attack the terminal.bucket, while you send what you need. You may get what you need in, but by then I've sent 10,000's of unusable resources.</p>
<p>This will make it more so I would rather attack the terminal through send than disrupt. One requires power enabling and be inside the room. The other just requires terminals. So creating a 'best' solution.</p>
<p>I have done this type of attack before and while it's a hugh drain on resources, if the target player isn't active it can be effective. .</p>
]]></description><link>http://screeps.com/forum/post/15127</link><guid isPermaLink="true">http://screeps.com/forum/post/15127</guid><dc:creator><![CDATA[likeafox]]></dc:creator><pubDate>Thu, 14 May 2020 16:26:51 GMT</pubDate></item></channel></rss>