I am not a fan of either service due to their proprietary nature. I would much rather screeps have an official IRC channel(s).
Posts made by sparr
-
RE: Screeps Discord?posted in General Discussion
-
RE: Add respawn and novice zone countdowns to controllers (or even a boolean)posted in Feature Requests
I support the Room property idea, but thought I'd add another option in case it's wanted... This could be a method of Game.map
-
Client display of creep/extension/spawn energyposted in Feature Requests
It feels like the yellow circles displayed in the client have their radius/diameter scaled in proportion to how full the creep/structure is. It would be more visually accurate if the area (square of the diameter) scaled instead.
-
RE: Market Credits questionposted in General Discussion
I think you could also buy a subscription token for $$$ and then sell it for credits.
-
RE: NPC Eventsposted in News & Announcements
it seems weird that this post isn't in the changelogs category on the blog. made it hard for me to find.
-
RE: Matryoshka creepsposted in Technical Issues and Bugs
It is very common for the state of the client to be weird if you lose your network connection or sleep your computer or pause your browser thread. You're seeing a creep that was there in the past, and a creep that is there now. Just reload the page or restart the client.
-
RE: ERR_NO_PATH when creep moveTo flag in another roomposted in Technical Issues and Bugs
I also saw this misbehavior with swamps, when I was playing the game 8-10 months ago. I never managed to pin it down, but that was before the server was open source. I hope someone can solve this soon.
-
Exclude/deprioritize aggressive sectors in world_start_roomposted in Feature Requests
On shard1 a relatively capable player has "claimed" the northwest corner of the map, a bunch of respawn sectors. I spawned 6 rooms away from them and they quickly came over to kill me. I expect they are doing the same to anyone else spawning up there.
Where this becomes a problem is that three of the top five "suggested" start rooms I see when I load the game or click to see a new area are all in those sectors. New players are being herded into this bad first experience.
Maybe keep track of how many players get killed in a sector, and show that sector to fewer new players?
-
RE: New Creep Property - ordersposted in Feature Requests
The way most people implement this sort of thing is to override the prototype methods for the orders and have them save some state when they get called. You can also do things like updating available energy at that time.
-
RE: Game.getObjectById() returns null when passed the source.id of a source in an unclaimed room.posted in Help
Post a screenshot of this happening when you do it in the console?
-
RE: [StructureLab] runReaction extremely expensiveposted in Technical Issues and Bugs
@ link to source code with bug report! -
RE: Interesting novice areaposted in General Discussion
I started on the border between NATO and Thunderkittens, in a novice zone created in the wake of a small war. It took about half of my 20 days to demonstrate that I could write at least passably competent code, and then one of the adjacent alliances invited me to join them.
I think part of the problem is whatever game mechanics lead to there being huge swaths of unclaimed territory in the middle of mature neighborhoods. Those spaces SHOULD be full of smaller players, at the very least. Bigger players emptying out territory they aren't going to exploit should be disincentivized in some way. -
RE: Ability to sync code between private serversposted in Feature Requests
What happens if you make the local client script directories for each server be symlinks of each other?
-
RE: Method to determine that room is in Novice areaposted in Feature Requests
Wouldn't your code still fail in the same way if a player built a wall all the way across an exit? What's special about novice areas, here?
-
RE: What's the official markup for code blocks in this forumposted in Help
I never thought to click that button because it's just the "show formatting/unprintable" icon from other apps

-
RE: Creep Boost discussionposted in General Discussion
First thought off the top of my head, considering only the straightforward +100/200/300% boosts, not the trickier ones with lower bonuses but efficiency increases...
BoostingĀ a MOVE part with +100% fatigue reduction is roughly equivalent to adding another MOVE part to the creep. 30 units of ZO plus 20 energy gets you a similar value to 50 units of energy for another MOVE part.
Boosting a HEAL part with +100% healing effectiveness is roughly equivalent to adding another HEAL part to the creep. 30 units of LO plus 20 energy gets you a similar value to 250 units of energy for another HEAL part.
By this metric, 1 ZO is equivalent to 1 energy, but 1 LO is equivalent to 7.66 energy.
A very straightforward attempt to rebalance this would change either the mineral cost or theĀ % values to standardize this equivalence.
Taking the MOVE/CARRY boosts as a baseline, here's how +100% boosts would change (either a lower % or a higher cost):
MOVE costs 30 ZO or +100% bonus
CARRY costs 30 KH or +100% bonus
ATTACK costs 60 UH or +50% bonus
RANGED_ATTACK costs 130 KO or +23% bonus
HEAL costs 230 LO or +13% bonus
The other sorts of boosts are tricky, but this would at least be a start, and this idea could be somewhat applied to them. -
add topic to posts list on this forumposted in Feature Requests
When I view the "Posts" list, I see posts from every topic. I'd like to know which posts are from which topic, so I can ignore the public server posts.
-
RE: NPC Buy Orders are goneposted in Technical Issues and Bugs
Perhaps in the future changes like this could be phased in? Instead of flipping a switch, make the change gradual, over the course of a week or more.
Also, it would be nice if we could at least get a list of game systems you're considering making unannounced changes to. This is the sort of thing someone could have invested significant strategic and coding effort into, to be wasted now by an unexpected change. -
RE: NPC Buy Orders are goneposted in Technical Issues and Bugs
Previously, NPC buy orders would sit around in the market for hours. Now they seem to disappear pretty much the same tick they are created.Ā It is no longer reasonably possible for a newbie to begin participatingĀ in the NPC market manually, which I think was previously very common.