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

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

      18
      0
      Votes
      18
      Posts
      6415
      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
      494
      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
      145
      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
      154
      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
      239
      Views

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

      126
      0
      Votes
      126
      Posts
      91039
      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
      236
      Views

      No one has replied

    • Solved How to get ghodium?
      Help • • dhairya

      8
      0
      Votes
      8
      Posts
      871
      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
      180
      Views

      No one has replied

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

      3
      0
      Votes
      3
      Posts
      365
      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
      285
      Views

    • An intersting gamemode idea...
      Feature Requests • • Boltz

      8
      0
      Votes
      8
      Posts
      700
      Views

      Here is my off the cuff design of how to add market data into Sim. Use #client-abuse to inject javascript into the browser client. The user screeps code creates two functions: abuseclientmarket and ingestmarket. The human loads their screeps script up in the Sim and executes abuseclientmarket in the web client console. The injected javascript "borrows" the browser's credentials of the browser to query to the market REST api. The injected script then creates a web client console command to ingestmarket with the JSON data from the market. ingestmarket uses the JSON data to create an api compatible fake of the real Game.market api. The fake market updates / removes orders etc as the user interacts with the fake api. This could also be done offline without #client-abuse. Scrape the market REST api into a JSON string. Then paste that string into your screeps code. Then whenever you want to play with the market call injestmarket. The market data will be as stale as your last scrape. A key limitation is that there is no way for the Sim to affect the real Screeps World market in any way. The Sim is just getting a local copy.
    • Unsolved Healer not finding creeps?
      Help • • Boltz

      8
      0
      Votes
      8
      Posts
      682
      Views

      @key2130 Yeah that's the correct error code I got it wrong. (updating the original).
    • Season #4 is open!
      News & Announcements • • o4kapuk

      8
      0
      Votes
      8
      Posts
      6770
      Views

      @hailhydra The season 4 is over. Season 5 is to be announced later.
    • What if mineral compounds had effects when they evaporated.
      General Discussion • • deft-code

      1
      0
      Votes
      1
      Posts
      306
      Views

      No one has replied

    • I want an official shard that cannot fight.
      Feature Requests • • KEY2130

      1
      0
      Votes
      1
      Posts
      343
      Views

      No one has replied

    • An interesting idea to use portals instead of terminals.
      General Discussion • • deft-code

      1
      0
      Votes
      1
      Posts
      375
      Views

      No one has replied

    • Unsolved Create structure wall -7 near exit
      Technical Issues and Bugs • • Earwig

      1
      0
      Votes
      1
      Posts
      375
      Views

      No one has replied

    • Unsolved sim room resets globals all the time
      Technical Issues and Bugs • • JestDotty

      2
      0
      Votes
      2
      Posts
      585
      Views

      @jestdotty sim is an approximation of the server running locally in your browser, so no, ivm in sim will very likely never be a thing. you should move your testing to a private server, check out https://github.com/screepers/screeps-launcher and #servers on the discord will be helpful if you run into any trouble setting it up
    • Creep crossing each other
      General Discussion • • newjerrY

      2
      0
      Votes
      2
      Posts
      881
      Views

      This question was answered before: https://screeps.com/forum/topic/2968/creep-move-order You can look here: https://github.com/screeps/engine/blob/master/src/processor/intents/movement.js https://github.com/screeps/engine/blob/master/src/processor/intents/creeps/move.js