Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    • All categories
    • News & Announcements
    • General Discussion
    •      Help
    •      Feature Requests
    • Technical Issues and Bugs
    • Private servers
    •      ScreepsPlus
    • Alliances
    •      AYCE
    •      CoPS
    •      Culture
    •      INT_MAX
    •      Overlords
    •      SUN
    •      YP
    •      fsoc
    •      TMB
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • Weird CPU reporting and how to delete memory on other shard
      General Discussion • • Timendainum

      2
      0
      Votes
      2
      Posts
      297
      Views

      Your code is not executed on shard where you don't have any creeps or structures. In order to clear the memory on another shard, you may send a scout to the target shard via portals and maybe wait couple of minutes. This would activate your code on the target shard and you'll be able to clear the memory. As for displaying excess CPU, it should be fixed for you currently.
    • Season #5 is open!
      News & Announcements • • o4kapuk

      6
      0
      Votes
      6
      Posts
      1214
      Views

      @6g3y Me too
    • How to Check if Spots to a Resource are Full
      General Discussion • • ILIKEPIE2906

      2
      0
      Votes
      2
      Posts
      226
      Views

      You need to create a list of sources in Memory and add a free spot counter there. Usually the source ID is stored in creep.memory and creeps only harvest resources from it. Perhaps it will also help you: const target = creep.pos.findClosestByRange(FIND_SOURCES_ACTIVE); const count = source.pos.findInRange(FIND_CREEPS, 1).length;
    • I want to be able to make ownername different from username.
      Feature Requests • • KEY2130

      2
      0
      Votes
      2
      Posts
      243
      Views

      Agreed. Even a way to change username would be a start.
    • Active
      General Discussion • • RickHolt

      3
      0
      Votes
      3
      Posts
      366
      Views

      Good news! Any idea if they ever put the permanent CPU unlock on sale?
    • Unsolved How to take energy out of a link
      Help • • Virus_377b2d

      4
      0
      Votes
      4
      Posts
      444
      Views

      @virus_377b2d const link = Game.getObjectById("..."); const creep = Game.creeps.mycreep; if(creep.withdraw(link, RESOURCE_ENERGY) == ERR_NOT_IN_RANGE) { creep.moveTo(link); }
    • Unsolved Link "Report a problem" is broken!
      Technical Issues and Bugs • • KyberPrizrak

      1
      0
      Votes
      1
      Posts
      308
      Views

      No one has replied

    • Handicap between beginner and expert
      Feature Requests • • KEY2130

      4
      0
      Votes
      4
      Posts
      553
      Views

      (RC1<RC2 || RL1<RL2). I think this is a great idea, but you need to add disabling this functionality for experts: (RC1<RC2 || RL1<RL2) && (RC1 < 4) && (RL1 < 8).
    • Unsolved notifications enabled
      Help • • touchfish

      1
      0
      Votes
      1
      Posts
      279
      Views

      No one has replied

    • Unsolved Crashing on m1 macs
      Technical Issues and Bugs • • W4rl0ck

      18
      0
      Votes
      18
      Posts
      8009
      Views

      there is a workaround: https://www.npmjs.com/package/screeps-steamless-client
    • Nuking youself for infinite safemodes
      General Discussion • • Geir1983

      2
      0
      Votes
      2
      Posts
      950
      Views

      It's absolutely an abused tactic. I believe this documents the nuke tactic you were talking about: https://www.youtube.com/watch?v=6umFUQN4kyY&t=2s. The strategy was a key component in taking a room from the best player in the game, something that almost certainly wouldn't have happened if nukes weren't so helpful in resetting safemode. @o4kapuk would you be willing to comment on what you think about this abuse and if anything will be changed? This tactic really hurts combat and the concept of strategy in the game.
    • Unsolved White rectangle (bar) top left of screen
      Technical Issues and Bugs • • RemarkablyAverage

      2
      0
      Votes
      2
      Posts
      399
      Views

      I've also experienced this, I think only with the desktop client.
    • Unsolved How to detect TOMBSTONES with minerals
      Help • • peta

      2
      0
      Votes
      2
      Posts
      434
      Views

      You may want to join the discord server https://discord.gg/screeps and ask for help in the #world-help channel. There people can provide in-depth help easily Anyways to give you a brief answer, you'll want to use FIND_TOMBSTONES instead of FIND_DROPPED_RESOURCES. Then filter tombstones with store.* values matching what resources you want. https://docs.screeps.com/api/#Room.find
    • Unsolved How do I connect containers or storage to spawn like extensions automatically are?
      Help • • Virus_377b2d

      2
      0
      Votes
      2
      Posts
      502
      Views

      You cannot, that's not how they work.
    • Game.cpu.generatePixel change
      News & Announcements • • artch

      126
      0
      Votes
      126
      Posts
      111316
      Views

      @artch could we please update the documentation to reflect this change? I'm not sure how somebody would know about this other than finding this article or perhaps reading screeps source code. https://docs.screeps.com/api/#Game.cpu.generatePixel [edit] Sorry, I didn't read the full thread but it sounds like intents are no longer cancelled. Docs are up to date then. Thx.
    • Unsolved Can't buy pixels with money to support devs with steam client
      Technical Issues and Bugs • • Malkaar

      1
      0
      Votes
      1
      Posts
      464
      Views

      No one has replied

    • Solved How to get ghodium?
      Help • • dhairya

      8
      0
      Votes
      8
      Posts
      1522
      Views

      OK guys thanks for everyones help I figured out that I have to use Game.market.deal to be able to sell pixels without a starting fund
    • Unsolved My WebAssembly module is unable to be properly loaded in node10, and manual destruction is not logged by `Room.getEventLog()`
      Technical Issues and Bugs • • Astro_angelfish

      1
      0
      Votes
      1
      Posts
      392
      Views

      No one has replied

    • Unsolved Shard3 avg tick duration increased in a sudden.
      Technical Issues and Bugs • • StarkLyu

      3
      0
      Votes
      3
      Posts
      685
      Views

      I think the Dev's are targeting a tick duration of 5 seconds. So 11 was quite bad, likely a something went wrong. I think the devs are kinda best effort on fixing these. They'll usually poke / restart or whatever during their workday but otherwise a server might remain quite bad for a day or more on a weekend.
    • Does anyone know anything about the out of print skin?
      General Discussion • • 6g3y

      2
      0
      Votes
      2
      Posts
      568
      Views