Decorations
Pixels 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:
When you collect at least 500 pixels, you can pixelize (craft) a decoration. Just go to the new Inventory section and click Pixelization. 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:
Besides types, all decorations are split into 7 color themes: 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.
This update also contains other ephemeral account resources revamp: CPU Unlocks and Access Keys. They are regular tradeable resources, so that now we have 3 account resource types on the market. 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. 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. You will be able to freely transfer these resources between Screeps Inventory and Steam inventory as well.
With this update we discontinue all new recurring CPU subscriptions purchases. 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. Lifetime CPU Subscription is still available and is renamed to Lifetime CPU Unlock.
[ 2020-06-18 19:42:45 CET ] [ Original post ]
We are happy to introduce a new big feature: Decorations.
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.
Pixels
Pixels 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:
- Generate 1 pixel using Game.cpu.generatePixel() method. It will consume 5000 CPU from your bucket.
- Purchase at our official store or Steam Community Market.
- Buy and sell on the in-game market.
Decorations
When you collect at least 500 pixels, you can pixelize (craft) a decoration. Just go to the new Inventory section and click Pixelization. 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:
- Graffiti - you can place this image as a graffiti on walls in your rooms.
- Wall texture - you can place this image as a room-wide wall texture in your rooms.
- Floor texture - you can place this image as a room-wide floor texture in your rooms.
- Creep - you can use this image to decorate your creeps (either all of them or using a name filter).
- Badge - a custom player badge that you can set for your account.
- Rarity 1: None.
- Rarity 2: Adjustable brightness and lighting animation.
- Rarity 3: Visible on the world map.
- Rarity 4: Visible on the world map. Adjustable brightness and lighting animation.
- Rarity 5: Choose your own color. Visible on the world map. Adjustable brightness and lighting animation.
- Rarity 3: None.
- Rarity 4: Adjustable brightness.
- Rarity 5: Choose your own color. Adjustable brightness.
- Rarity 4: None
- Rarity 5: Choose your own color.
- Always rarity 5.
Decoration themes
Besides types, all decorations are split into 7 color themes: 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.
Other resources
This update also contains other ephemeral account resources revamp: CPU Unlocks and Access Keys. They are regular tradeable resources, so that now we have 3 account resource types on the market. 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. 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. You will be able to freely transfer these resources between Screeps Inventory and Steam inventory as well.
Subscriptions
With this update we discontinue all new recurring CPU subscriptions purchases. 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. Lifetime CPU Subscription is still available and is renamed to Lifetime CPU Unlock.
API Changes
- Introduced new property: Game.cpu.unlocked. 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.
- Introduced new property: Game.cpu.unlockedTime. If your CPU is unlocked with 'CPU Unlock' resource, the value of this property is the unlock expiration time.
- Introduced new method: Game.cpu.unlock(). It will consume 1 CPU Unlock resource and extend unlock time by 24 hours.
- Introduced new method: Game.cpu.generatePixel(). It will consume 5000 CPU from your bucket to create 1 Pixel resource.
- All new ephemeral account resources are exposed in the Game.resources object.
Screeps
Screeps
Screeps
2016-11-16
Strategy MMO
Game News Posts 83
🎹🖱️Keyboard + Mouse
Very Positive
(1768 reviews)
https://screeps.com
https://store.steampowered.com/app/464350 
The Game includes VR Support
Screeps Linux 32 [154.08 M]Screeps Linux 64 [144.51 M]Screeps Server Linux 32 [269.47 M]Screeps Server Linux 64 [261.48 M]
Screeps - CPU Subscription
Screeps is about scripting your creeps.
It is a MMO RTS sandbox game for programmers, wherein the core mechanic is programming your units AI. With all the attributes of a full-fledged strategy game, you control your colony by writing real JavaScript which operate 24/7 in the single persistent world filled by other players on par with you.
Your colony can harvest resources, build units, conquer territory, trade with another colonies. As you conquer more territory, your influence in the game world grows, as well as your abilities to expand your footprint. However, it requires a lot of effort on your part, since multiple players may aim at the same territory.
Screeps is developed for people with programming skills. Unlike some other RTS games, your units in Screeps can react to events without your participation – provided that you have programmed them properly. And, unlike other MMO, you do not have to play Screeps constantly to play well. It is quite enough just to check once in a while to see if everything goes well.
Features:
It is a MMO RTS sandbox game for programmers, wherein the core mechanic is programming your units AI. With all the attributes of a full-fledged strategy game, you control your colony by writing real JavaScript which operate 24/7 in the single persistent world filled by other players on par with you.
Your colony can harvest resources, build units, conquer territory, trade with another colonies. As you conquer more territory, your influence in the game world grows, as well as your abilities to expand your footprint. However, it requires a lot of effort on your part, since multiple players may aim at the same territory.
Screeps is developed for people with programming skills. Unlike some other RTS games, your units in Screeps can react to events without your participation – provided that you have programmed them properly. And, unlike other MMO, you do not have to play Screeps constantly to play well. It is quite enough just to check once in a while to see if everything goes well.
Features:
- You play by writing JavaScript AI which controls your units 24/7 even while you're offline.
- No shards, game realms and session match-ups: units of all players coexist in the same real-time persistent world and obey the same rules.
- Units, base, mining resources, territory control, economy, manufacturing, transporting, logistics, trading – all the attributes of a real strategy game which you need to program!
- The better your scripts, the better your game — irrespective of the time played. Your creeps will mine, build, defend, and conquer as you just work, sleep, or walk your dog.
- Only basic programming skills are required. However, if you are a pro developer, now is the chance to put your skills to the limit!
- Edit your scripts from the in-game editor, or using your favorite external IDE.
- Lifetime MMO access with 10 CPU limit included in the starter package. Raise your CPU limit to the point depending on your game level by purchasing a CPU subscription plan or via in-game items called Gametime Tokens. The subscription cost is the same for all players, there is no way to pay more to gain more advantages.
- Open source game server engine, and an option to create your own local world and play with friends without limits or subscriptions (not available yet, please read the Early Access notes).
MINIMAL SETUP
- Storage: 500 MB available space
- Storage: 500 MB available space
GAMEBILLET
[ 5952 ]
GAMERSGATE
[ 3223 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB