<?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[Decorations update]]></title><description><![CDATA[<p>We are happy to introduce a new big feature: <strong>Decorations</strong>.</p>
<p><a href="https://screeps.com/a/#!/inventory" rel="nofollow"><img src="/forum/assets/uploads/files/1592411383967-promoforsteam-1.png" alt="0_1592411385129_promoForSteam (1).png" class="img-responsive img-markdown" /></a></p>
<p>This update is going to add a whole new dimension in your in-game activities. You are now able to generate and collect resources that will allow you to decorate your rooms, creeps, structures and other assets, giving them unique look and individuality.</p>
<h1>Pixels</h1>
<p><strong>Pixels</strong> is a new type of resource that is used to craft decorations. It's an ephemeral resource stored directly in your account, like former Subscription Tokens. You can obtain pixels in three ways:</p>
<ul>
<li>
<p>Generate 1 pixel using <a href="https://docs.screeps.com/api/#Game.cpu.generatePixel" rel="nofollow"><code>Game.cpu.generatePixel()</code></a> method. It will consume 5000 CPU from your bucket.</p>
</li>
<li>
<p>Purchase at our <a href="https://screeps.com/a/#!/inventory" rel="nofollow">official store</a> or <a href="https://steamcommunity.com/market/search?appid=464350" rel="nofollow">Steam Community Market</a>.</p>
</li>
<li>
<p>Buy and sell on the <a href="https://screeps.com/a/#!/market" rel="nofollow">in-game market</a>.</p>
</li>
</ul>
<p><strong>With this launch we announce a time-limited promo: you can get 2,000 pixels for free if you simply click on the button above! This promo will last for 30 days.</strong></p>
<h1>Decorations</h1>
<p>When you collect at least 500 pixels, you can <em>pixelize</em> (craft) a decoration. Just go to the new <a href="https://screeps.com/a/#!/inventory" rel="nofollow"><strong>Inventory</strong></a> section and click <em>Pixelization</em>. You will receive one decoration for every 500 pixels spent. Which decorations you get is fully random based on their rarity and type. Decoration are split into 5 types:</p>
<ul>
<li><strong>Graffiti</strong> - you can place this image as a graffiti on walls in your rooms.</li>
<li><strong>Wall texture</strong> - you can place this image as a room-wide wall texture in your rooms.</li>
<li><strong>Floor texture</strong> - you can place this image as a room-wide floor texture in your rooms.</li>
<li><strong>Creep</strong> - you can use this image to decorate your creeps (either all of them or using a name filter).</li>
<li><strong>Badge</strong> - a custom player badge that you can set for your account.</li>
</ul>
<p>Each decoration is an item that is stored in your account for good. You can't lose it or destroy it. But you can convert any decoration to pixels, obtaining 400 out of 500 pixels back.</p>
<p>Graffiti is the most common decoration type, so you probably will need to pixelize/convert several times before you discover something interesting besides regular graffitis. But even graffiti can be more rare than other graffiti, for example some of them will have lighting animation, or even ability to choose custom color. Such rarity features are described in the decoration description. Here is the full table of rarity features:</p>
<p><strong>Graffiti</strong></p>
<ul>
<li>Rarity 1: None.</li>
<li>Rarity 2: Adjustable brightness and lighting animation.</li>
<li>Rarity 3: Visible on the world map.</li>
<li>Rarity 4: Visible on the world map. Adjustable brightness and lighting animation.</li>
<li>Rarity 5: Choose your own color. Visible on the world map. Adjustable brightness and lighting animation.</li>
</ul>
<p><strong>Wall/floor texture</strong></p>
<ul>
<li>Rarity 3: None.</li>
<li>Rarity 4: Adjustable brightness.</li>
<li>Rarity 5: Choose your own color. Adjustable brightness.</li>
</ul>
<p><strong>Creep</strong></p>
<ul>
<li>Rarity 4: None</li>
<li>Rarity 5: Choose your own color.</li>
</ul>
<p><strong>Badge</strong></p>
<ul>
<li>Always rarity 5.</li>
</ul>
<p>In order to use the decoration, you have to <em>activate</em> it in any of your rooms or globally in your account. You can <em>deactivate</em> a decoration at any moment, and activate again without any limits. All these actions can only be done via UI. Game API doesn't have any information or methods regarding decorations.</p>
<p>Walls, floor, and graffiti decorations will be visible on the new version of the world map. It is already available as an alpha version.</p>
<p>There is a transfer mechanism between your Screeps Inventory and Steam Inventory, so that you can transfer decorations back and forth in order to trade them on the Steam Community Market.</p>
<h1>Decoration themes</h1>
<p>Besides types, all decorations are split into 7 color <strong>themes</strong>: Fire, Desert, Nature, Sea, Winter, Alien, Mono. They have no special meaning except specific color. Basically, they are just the names for the colors that are used in the decoration graphic. You can restrict pixelization by a specific theme if you wish to craft only decorations of the specific color to match your existing design. This option increases the pixelization cost from 500 to 2,000 pixels.</p>
<h1>Other resources</h1>
<p>This update also contains other ephemeral account resources revamp: <strong>CPU Unlocks</strong> and <strong>Access Keys</strong>. They are regular tradeable resources, so that now we have 3 account resource types on the market.</p>
<p>CPU Unlocks is a new form of Subscription Tokens. Each CPU Unlock will provide 1 day of unlocked CPU to your account. All existing Subscription Tokens will be converted to 60 CPU Unlocks each automatically upon release.</p>
<p>Access Keys are needed to get access to the upcoming Season World. You will need 5 Access Keys to unlock the first Season. We will announce its launch date later. We will sell Access Keys with 50% discount until that.</p>
<p>You will be able to freely transfer these resources between Screeps Inventory and Steam inventory as well.</p>
<h1>Subscriptions</h1>
<p><strong>With this update we discontinue all new recurring CPU subscriptions purchases.</strong></p>
<p>If you have an already active recurring CPU subscription, it will be effective indefinitely as long as you wish. But new subscriptions will not be sold. Instead, you can buy CPU Unlocks and programmatically activate them once in a while from your game code.</p>
<p>Lifetime CPU Subscription is still available and is renamed to Lifetime CPU Unlock.</p>
<h1>API Changes</h1>
<ul>
<li>
<p>Introduced new property: <a href="https://docs.screeps.com/api/#Game.cpu" rel="nofollow"><code>Game.cpu.unlocked</code></a>. It's true when your CPU is unlocked regardless of the unlock method: it may be a recurrent subscription, a lifetime subscription, or using CPU Unlock resource.</p>
</li>
<li>
<p>Introduced new property: <a href="https://docs.screeps.com/api/#Game.cpu" rel="nofollow"><code>Game.cpu.unlockedTime</code></a>. If your CPU is unlocked with 'CPU Unlock' resource, the value of this property is the unlock expiration time.</p>
</li>
<li>
<p>Introduced new method: <a href="https://docs.screeps.com/api/#Game.cpu.unlock" rel="nofollow"><code>Game.cpu.unlock()</code></a>. It will consume 1 CPU Unlock resource and extend unlock time by 24 hours.</p>
</li>
<li>
<p>Introduced new method: <a href="https://docs.screeps.com/api/#Game.cpu.generatePixel" rel="nofollow"><code>Game.cpu.generatePixel()</code></a>. It will consume 5000 CPU from your bucket to create 1 Pixel resource.</p>
</li>
<li>
<p>All new ephemeral account resources are exposed in the <a href="https://docs.screeps.com/api/#Game.resources" rel="nofollow"><code>Game.resources</code></a> object.</p>
</li>
</ul>
]]></description><link>http://screeps.com/forum/topic/3007/decorations-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 03:47:15 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/3007.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2020 15:57:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Decorations update on Thu, 18 Jun 2020 14:48:58 GMT]]></title><description><![CDATA[<p>We are happy to introduce a new big feature: <strong>Decorations</strong>.</p>
<p><a href="https://screeps.com/a/#!/inventory" rel="nofollow"><img src="/forum/assets/uploads/files/1592411383967-promoforsteam-1.png" alt="0_1592411385129_promoForSteam (1).png" class="img-responsive img-markdown" /></a></p>
<p>This update is going to add a whole new dimension in your in-game activities. You are now able to generate and collect resources that will allow you to decorate your rooms, creeps, structures and other assets, giving them unique look and individuality.</p>
<h1>Pixels</h1>
<p><strong>Pixels</strong> is a new type of resource that is used to craft decorations. It's an ephemeral resource stored directly in your account, like former Subscription Tokens. You can obtain pixels in three ways:</p>
<ul>
<li>
<p>Generate 1 pixel using <a href="https://docs.screeps.com/api/#Game.cpu.generatePixel" rel="nofollow"><code>Game.cpu.generatePixel()</code></a> method. It will consume 5000 CPU from your bucket.</p>
</li>
<li>
<p>Purchase at our <a href="https://screeps.com/a/#!/inventory" rel="nofollow">official store</a> or <a href="https://steamcommunity.com/market/search?appid=464350" rel="nofollow">Steam Community Market</a>.</p>
</li>
<li>
<p>Buy and sell on the <a href="https://screeps.com/a/#!/market" rel="nofollow">in-game market</a>.</p>
</li>
</ul>
<p><strong>With this launch we announce a time-limited promo: you can get 2,000 pixels for free if you simply click on the button above! This promo will last for 30 days.</strong></p>
<h1>Decorations</h1>
<p>When you collect at least 500 pixels, you can <em>pixelize</em> (craft) a decoration. Just go to the new <a href="https://screeps.com/a/#!/inventory" rel="nofollow"><strong>Inventory</strong></a> section and click <em>Pixelization</em>. You will receive one decoration for every 500 pixels spent. Which decorations you get is fully random based on their rarity and type. Decoration are split into 5 types:</p>
<ul>
<li><strong>Graffiti</strong> - you can place this image as a graffiti on walls in your rooms.</li>
<li><strong>Wall texture</strong> - you can place this image as a room-wide wall texture in your rooms.</li>
<li><strong>Floor texture</strong> - you can place this image as a room-wide floor texture in your rooms.</li>
<li><strong>Creep</strong> - you can use this image to decorate your creeps (either all of them or using a name filter).</li>
<li><strong>Badge</strong> - a custom player badge that you can set for your account.</li>
</ul>
<p>Each decoration is an item that is stored in your account for good. You can't lose it or destroy it. But you can convert any decoration to pixels, obtaining 400 out of 500 pixels back.</p>
<p>Graffiti is the most common decoration type, so you probably will need to pixelize/convert several times before you discover something interesting besides regular graffitis. But even graffiti can be more rare than other graffiti, for example some of them will have lighting animation, or even ability to choose custom color. Such rarity features are described in the decoration description. Here is the full table of rarity features:</p>
<p><strong>Graffiti</strong></p>
<ul>
<li>Rarity 1: None.</li>
<li>Rarity 2: Adjustable brightness and lighting animation.</li>
<li>Rarity 3: Visible on the world map.</li>
<li>Rarity 4: Visible on the world map. Adjustable brightness and lighting animation.</li>
<li>Rarity 5: Choose your own color. Visible on the world map. Adjustable brightness and lighting animation.</li>
</ul>
<p><strong>Wall/floor texture</strong></p>
<ul>
<li>Rarity 3: None.</li>
<li>Rarity 4: Adjustable brightness.</li>
<li>Rarity 5: Choose your own color. Adjustable brightness.</li>
</ul>
<p><strong>Creep</strong></p>
<ul>
<li>Rarity 4: None</li>
<li>Rarity 5: Choose your own color.</li>
</ul>
<p><strong>Badge</strong></p>
<ul>
<li>Always rarity 5.</li>
</ul>
<p>In order to use the decoration, you have to <em>activate</em> it in any of your rooms or globally in your account. You can <em>deactivate</em> a decoration at any moment, and activate again without any limits. All these actions can only be done via UI. Game API doesn't have any information or methods regarding decorations.</p>
<p>Walls, floor, and graffiti decorations will be visible on the new version of the world map. It is already available as an alpha version.</p>
<p>There is a transfer mechanism between your Screeps Inventory and Steam Inventory, so that you can transfer decorations back and forth in order to trade them on the Steam Community Market.</p>
<h1>Decoration themes</h1>
<p>Besides types, all decorations are split into 7 color <strong>themes</strong>: Fire, Desert, Nature, Sea, Winter, Alien, Mono. They have no special meaning except specific color. Basically, they are just the names for the colors that are used in the decoration graphic. You can restrict pixelization by a specific theme if you wish to craft only decorations of the specific color to match your existing design. This option increases the pixelization cost from 500 to 2,000 pixels.</p>
<h1>Other resources</h1>
<p>This update also contains other ephemeral account resources revamp: <strong>CPU Unlocks</strong> and <strong>Access Keys</strong>. They are regular tradeable resources, so that now we have 3 account resource types on the market.</p>
<p>CPU Unlocks is a new form of Subscription Tokens. Each CPU Unlock will provide 1 day of unlocked CPU to your account. All existing Subscription Tokens will be converted to 60 CPU Unlocks each automatically upon release.</p>
<p>Access Keys are needed to get access to the upcoming Season World. You will need 5 Access Keys to unlock the first Season. We will announce its launch date later. We will sell Access Keys with 50% discount until that.</p>
<p>You will be able to freely transfer these resources between Screeps Inventory and Steam inventory as well.</p>
<h1>Subscriptions</h1>
<p><strong>With this update we discontinue all new recurring CPU subscriptions purchases.</strong></p>
<p>If you have an already active recurring CPU subscription, it will be effective indefinitely as long as you wish. But new subscriptions will not be sold. Instead, you can buy CPU Unlocks and programmatically activate them once in a while from your game code.</p>
<p>Lifetime CPU Subscription is still available and is renamed to Lifetime CPU Unlock.</p>
<h1>API Changes</h1>
<ul>
<li>
<p>Introduced new property: <a href="https://docs.screeps.com/api/#Game.cpu" rel="nofollow"><code>Game.cpu.unlocked</code></a>. It's true when your CPU is unlocked regardless of the unlock method: it may be a recurrent subscription, a lifetime subscription, or using CPU Unlock resource.</p>
</li>
<li>
<p>Introduced new property: <a href="https://docs.screeps.com/api/#Game.cpu" rel="nofollow"><code>Game.cpu.unlockedTime</code></a>. If your CPU is unlocked with 'CPU Unlock' resource, the value of this property is the unlock expiration time.</p>
</li>
<li>
<p>Introduced new method: <a href="https://docs.screeps.com/api/#Game.cpu.unlock" rel="nofollow"><code>Game.cpu.unlock()</code></a>. It will consume 1 CPU Unlock resource and extend unlock time by 24 hours.</p>
</li>
<li>
<p>Introduced new method: <a href="https://docs.screeps.com/api/#Game.cpu.generatePixel" rel="nofollow"><code>Game.cpu.generatePixel()</code></a>. It will consume 5000 CPU from your bucket to create 1 Pixel resource.</p>
</li>
<li>
<p>All new ephemeral account resources are exposed in the <a href="https://docs.screeps.com/api/#Game.resources" rel="nofollow"><code>Game.resources</code></a> object.</p>
</li>
</ul>
]]></description><link>http://screeps.com/forum/post/15311</link><guid isPermaLink="true">http://screeps.com/forum/post/15311</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Thu, 18 Jun 2020 14:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Some feedback about it.</p>
<ol>
<li>Currently there is no way to buy CPU time with market credits. The subscriptions are gone and apparently nobody is selling CPU unlock. Either that or it is pretty hard to find.</li>
<li>Super nitpicky, CPU time is capitalized in the market but when you click on it it says &quot;Cpu&quot;. I know, it bothers me more than it should <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f61b.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--stuck_out_tongue"
      title=":stuck_out_tongue:"
      alt="😛"
    /></li>
</ol>
<p>Regarding the alpha map view.</p>
<ol>
<li>Please update how quickly the mouse wheel changes the zoom, right now it barely moves it.</li>
<li>Right now it doesn't display the creeps, I wonder how will that work once the map gets updated. I assume after a certain zoom the creeps will display but would be nice to have some indication, like a &quot;click&quot; so you don't have to be fiddling with the zoom to find that sweet spot. I very rarely zoom out more than the amount which displays the creeps.</li>
<li>Pretty sure you guys know this, but the power enabled map mode is missing.</li>
<li>Not sure if that is a good idea, but you guys can do some internal testing. I feel like the player control indicator should be semi transparent so you can see the base behind it. I find myself all the time alternating between none and player control. Also I find the none view so beautiful. Maybe have a almost fully transparent control indication in the none view?
Anyway, thanks!</li>
</ol>
]]></description><link>http://screeps.com/forum/post/15320</link><guid isPermaLink="true">http://screeps.com/forum/post/15320</guid><dc:creator><![CDATA[Zortea]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2335">@zortea</a> said in <a href="/forum/post/15320">Decorations update</a>:</p>
<blockquote>
<p>Please update how quickly the mouse wheel changes the zoom, right now it barely moves it.</p>
</blockquote>
<p>Exactly, very annoying. Also what was seen in the first moments:</p>
<ul>
<li>drag scrolling is too slow, it doesnt follow cursor movement</li>
<li>settings button does nothing</li>
<li>scroll zoom doesnt work in firefox at all</li>
</ul>
]]></description><link>http://screeps.com/forum/post/15321</link><guid isPermaLink="true">http://screeps.com/forum/post/15321</guid><dc:creator><![CDATA[Krauler]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Thu, 18 Jun 2020 20:57:48 GMT]]></title><description><![CDATA[<p>&quot;Alpha&quot; means it's far from ready yet. We're not gathering feedback on it yet at the moment, it's just an early preview for those who are curious. It will be polished a lot during the next iterations.</p>
]]></description><link>http://screeps.com/forum/post/15322</link><guid isPermaLink="true">http://screeps.com/forum/post/15322</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Thu, 18 Jun 2020 20:57:48 GMT</pubDate></item><item><title><![CDATA[Reply to Decorations update on Thu, 18 Jun 2020 21:02:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2335">@zortea</a> you can get the units to display if you set the units=false in the url to true, this requires you to use the web version of the client though <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>
<p>I also had trouble clicking a room to access it <img
      src="http://screeps.com/forum/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=a1k070tfs06"
      class="not-responsive emoji emoji-android emoji--confused"
      title=":/"
      alt="😕"
    /> double clicking would select the tooltip text instead <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/15323</link><guid isPermaLink="true">http://screeps.com/forum/post/15323</guid><dc:creator><![CDATA[thmsn]]></dc:creator><pubDate>Thu, 18 Jun 2020 21:02:20 GMT</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Sounds fun!</p>
<p>I am assuming decorations crafted with a specific theme (for 2000 pixels instead of 500) will still only give 400 pixels back if you convert them back to pixels, is this correct?</p>
]]></description><link>http://screeps.com/forum/post/15324</link><guid isPermaLink="true">http://screeps.com/forum/post/15324</guid><dc:creator><![CDATA[Helam]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/3">@artch</a> Oh yeah I understand, just providing suggestions for the polishing process.</p>
]]></description><link>http://screeps.com/forum/post/15326</link><guid isPermaLink="true">http://screeps.com/forum/post/15326</guid><dc:creator><![CDATA[Zortea]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<blockquote>
<p>All existing Subscription Tokens will be converted to 60 CPU Unlocks each automatically upon release.</p>
</blockquote>
<p>So until this happens, I'm apparently SOL? I'm stuck without an active subscription and a missing Token from my Steam inventory? Because this was released without any warning?</p>
]]></description><link>http://screeps.com/forum/post/15328</link><guid isPermaLink="true">http://screeps.com/forum/post/15328</guid><dc:creator><![CDATA[Wall_E]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/4331">@wall_e</a> Please email us at <a href="mailto:contact@screeps.com" rel="nofollow">contact@screeps.com</a> regarding this issue.</p>
]]></description><link>http://screeps.com/forum/post/15333</link><guid isPermaLink="true">http://screeps.com/forum/post/15333</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Seems like there was a quite significant increase in the price for Screeps? Before a subscription token was being sold for on average 20M credits which makes it up to 333K per day. Now each CPU unlock is being sold for 940K! Almost 3 times increase, it would have been nice to have been upfront about this price increase as I assume many of us carefully budget the credits. Am I missing something?</p>
]]></description><link>http://screeps.com/forum/post/15334</link><guid isPermaLink="true">http://screeps.com/forum/post/15334</guid><dc:creator><![CDATA[Zortea]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Fri, 19 Jun 2020 10:50:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2335">@Zortea</a> I imagine many people who were selling subscription tokens before are now using that value to buy pixels instead, so I would expect a sharp price increase on the market in the short term. Perhaps it will settle down a bit later but I imagine prices will be generally higher as a result of this feature. That's kinda the whole point <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>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/3">@artch</a> great job with this! I think this is a great idea to allow a bit more personalisation and potentially bring in some more income for screeps. Allowing pixels to be generated from the CPU bucket is a really nice touch that helps make CPU purchase more worthwhile at lower levels.</p>
<p>The new map looks like it's going to sort out the performance issues when trying to scroll around the whole map, which is nice. The search is a nice feature too. One request - can you make it so that ctrl/shift-clicking on a room will open that room in a new tab as expected for normal links? It would be nice to be able to look at a room without losing your place on the map.</p>
<p>Similarly, on the inventory page, ctrl/shift clicking on a room link should open that room in a new tab. It kindof does at the moment, but sometimes it also does something on that page, like when clicking a room link in the decoration box, it still opens the popup. I've found the best way to make this work as expected in these kind of web apps is to make everything links and have your link click event handler just ignore events with ctrl or shift held.</p>
]]></description><link>http://screeps.com/forum/post/15336</link><guid isPermaLink="true">http://screeps.com/forum/post/15336</guid><dc:creator><![CDATA[SystemParadox]]></dc:creator><pubDate>Fri, 19 Jun 2020 10:50:40 GMT</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/3">@artch</a> said in <a href="/forum/post/15311">Decorations update</a>:</p>
<blockquote>
<p><strong>With this launch we announce a time-limited promo: you can get 2,000 pixels for free if you simply click on the button above! This promo will last for 30 days.</strong></p>
</blockquote>
<p>What button? I clicked on the picture and it redirects me to my Screeps inventory with 0 pixels.</p>
]]></description><link>http://screeps.com/forum/post/15338</link><guid isPermaLink="true">http://screeps.com/forum/post/15338</guid><dc:creator><![CDATA[RiQuY]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Ok. I got my free 2000 pixels. I noted my 2 sub tokens are gone, replaced with 120 mini-tokens. There are 2 new methods in Game, &quot;Game.cpu.unlock()&quot; and &quot;Game.cpu.generatePixel().&quot;</p>
<p>Ok, that's self explanatory. As a grandfathered in Steam sub user, I still have an active sub... it will auto-renew on 8-2-2020 if I do nothing. Ok. Fine. My plan was to use one of my tokens before then, extending it to 10-2, then again before that ran out.</p>
<p>All very fine and good. Here's my problem:</p>
<p>I can't tell what my sub status is from the API. Ok... This isn't the worst thing, I could just automatically pop a mini-token once every 24 hours, incrementally extending it even though the cut off is still over a month away, or I could start doing that at a point closer to the date.</p>
<p>But I have no apparent way to determine what the remaining time is. I can't send myself a message reminding myself to get more time, or that I'm going to run out tomorrow. I don't want to just dump the mini-tokens in, I want to &quot;Ride the buffer&quot; of whatever duration I set, like (If time left &lt; 1 month... pop token.)</p>
]]></description><link>http://screeps.com/forum/post/15341</link><guid isPermaLink="true">http://screeps.com/forum/post/15341</guid><dc:creator><![CDATA[Smokeman]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2335">@zortea</a>
This is my fault, had old code that would increase the price too much! Increase in price is due to users, isn't due to devs.</p>
<p><img src="/forum/assets/uploads/files/1592582206341-9f0efc37-97bc-407c-b8a2-ca569f053978-image-resized.png" alt="0_1592582204675_9f0efc37-97bc-407c-b8a2-ca569f053978-image.png" class="img-responsive img-markdown" /></p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/4331">@Wall_E</a> You need to transfer items in inventory to steam inventory via inventory screen.</p>
]]></description><link>http://screeps.com/forum/post/15346</link><guid isPermaLink="true">http://screeps.com/forum/post/15346</guid><dc:creator><![CDATA[likeafox]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/2006">@smokeman</a> did you see Game.cpu.unlockedTime?</p>
<p>I think this should give you your remaining time, at least when using CPU unlocks.</p>
]]></description><link>http://screeps.com/forum/post/15348</link><guid isPermaLink="true">http://screeps.com/forum/post/15348</guid><dc:creator><![CDATA[NobodysNightmare]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/1747">@likeafox</a> Oh really? Since it doesn't say who is the player dealing the CPU/Subscription order, I assumed it was dealt by the mostly by the highway terminals defined by the devs. OK lets see how the price adjusts over time.</p>
]]></description><link>http://screeps.com/forum/post/15349</link><guid isPermaLink="true">http://screeps.com/forum/post/15349</guid><dc:creator><![CDATA[Zortea]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/897">@nobodysnightmare</a> That's the time until your CPU fullUnlock RETURNS after it lapses. It's undefined if you either have time, or are subbed.</p>
]]></description><link>http://screeps.com/forum/post/15350</link><guid isPermaLink="true">http://screeps.com/forum/post/15350</guid><dc:creator><![CDATA[Smokeman]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>The &quot;Alpha&quot; map being absolute junk aside (very haphazard use of the term Alpha but whatever)</p>
<p>The floor/wall textures make some rooms literally painful to look at. Everything else is cool and lets the player customize, but the ability to change floor and wall textures doesn't seem like it was very thought out.</p>
]]></description><link>http://screeps.com/forum/post/15353</link><guid isPermaLink="true">http://screeps.com/forum/post/15353</guid><dc:creator><![CDATA[Shibdib]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>A small suggestion:</p>
<p>make pixels into 100x or 500x packs in the steam market. Instead of selling one by one, because the minimum price for community transactions is 0.01$.</p>
]]></description><link>http://screeps.com/forum/post/15359</link><guid isPermaLink="true">http://screeps.com/forum/post/15359</guid><dc:creator><![CDATA[Asixa]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Would also love to see my structures in the Choose room dialog, makes it a bit hard to recognize my rooms when its only displaying the terrain in the selection dialog</p>
<p><img src="/forum/assets/uploads/files/1592726029841-54c8d0f2-8d67-49d7-81e5-71f1062ebe83-image.png" alt="0_1592726028654_54c8d0f2-8d67-49d7-81e5-71f1062ebe83-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://screeps.com/forum/post/15367</link><guid isPermaLink="true">http://screeps.com/forum/post/15367</guid><dc:creator><![CDATA[Geir1983]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>We are glad to announce that we analyzed recent pixelization statistics and changed some parameters. As a result, Rarity 5 decorations will now drop much more frequently. Enjoy!</p>
]]></description><link>http://screeps.com/forum/post/15390</link><guid isPermaLink="true">http://screeps.com/forum/post/15390</guid><dc:creator><![CDATA[o4kapuk]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p>Awesome! That's a good change. Would it be possible to add a counter of how many items are visible? I can do math but it gets quite old quite quickly:</p>
<p><img src="/forum/assets/uploads/files/1593198711682-f06bfef6-5e86-4367-8282-056bd6048f34-image-resized.png" alt="0_1593198719326_f06bfef6-5e86-4367-8282-056bd6048f34-image.png" class="img-responsive img-markdown" /></p>
<p>Something like this</p>
]]></description><link>http://screeps.com/forum/post/15393</link><guid isPermaLink="true">http://screeps.com/forum/post/15393</guid><dc:creator><![CDATA[Dissi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/183">@o4kapuk</a>
For wall/swamp textures can we have it so it can override what is currently in that room.</p>
<p>Can you guys look in to way to stream line and assist with textures, it's not very easy right now to manage lots of textures.</p>
]]></description><link>http://screeps.com/forum/post/15398</link><guid isPermaLink="true">http://screeps.com/forum/post/15398</guid><dc:creator><![CDATA[likeafox]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Decorations update on Mon, 29 Jun 2020 13:22:28 GMT]]></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/15390">Decorations update</a>:</p>
<blockquote>
<p>We are glad to announce that we analyzed recent pixelization statistics and changed some parameters. As a result, Rarity 5 decorations will now drop much more frequently. Enjoy!</p>
</blockquote>
<p><strong>After</strong> everyone's dumped their initial pixels income.. great.</p>
<p>I'm sorry but this feature is a dead horse.. the 'decorations' have no context, meaning or value... they're just random (not very good) vector drawings with absolutely zero relation or value to the game in any meaningful way...</p>
<p>I was hoping we could add at least our own flare, i.e. a number of pixels we earn = LITERALLY a number of pixels we can make a drawing from or something.. not these quite frankly (parden the language) shit vectors...</p>
<p>it's like someone scanned a book of clipart or something, I don't wanna bag on whoever designed these, but they just feel so completely out of touch with the entire theme of the game?</p>
<p>Where's the master list of possible image rolls? (so I can at least limit my shit rolls to a theme to limit the shit rolls)</p>
<p>Where's the chance-to-drop-chart?</p>
<p>Are these even legal in most places?</p>
<p>They're basically lootboxes and BAD ones at that... I've yet to find roll a single half-decent image that has <em>ANYTHING</em> to do with screeps...</p>
]]></description><link>http://screeps.com/forum/post/15403</link><guid isPermaLink="true">http://screeps.com/forum/post/15403</guid><dc:creator><![CDATA[Subodai]]></dc:creator><pubDate>Mon, 29 Jun 2020 13:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to Decorations update on Mon, 29 Jun 2020 15:16:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/905">@subodai</a> Thank you for your feedback! It looks like your point is only about graffiti. Indeed, graffiti is the least valuable decoration type by design. We encourage you to try get other types, such as fully customizable landscapes visible on the world map, creep skins, user badges. And in the near future - structure skins and action animations.</p>
]]></description><link>http://screeps.com/forum/post/15404</link><guid isPermaLink="true">http://screeps.com/forum/post/15404</guid><dc:creator><![CDATA[artch]]></dc:creator><pubDate>Mon, 29 Jun 2020 15:16:26 GMT</pubDate></item></channel></rss>