Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Solaris
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Solaris

    @Solaris

    4
    Posts
    904
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Solaris Follow

    Posts made by Solaris

    • RE: Part of my sectors that i cleared with war for future rooms TURNED GEEEN.

      I have seen a complain about this from top player too and Screep advice to reserve the room to prevent this to happen again.

      I'm not sure that they have mention this in the rule or not but there is some related information in Febuary review.

      posted in General Discussion
      Solaris
    • RE: Example for storing and using a path in memory?

      save and reuse path is a bit complicate for me so I only store the result from "Game.map.findRoute" and use it when my creep need to move between room, for the moving inside the room I only try to optimize the minimum creep need in that room instead. and also try to find a way to make them need to move as little as possible 🙂

      posted in General Discussion
      Solaris
    • RE: [Code Snippet] Get Possible Connections for Source

      I have this similar kind of script to count for maximum miner that should be allowed in one room and collect it in memory so if I want to save CPU I'll search for drop only on that open space around the source but currently I'm too greedy and just let them search every place in the room 🙂

      posted in General Discussion
      Solaris
    • RE: [Code Snippet] Get Possible Connections for Source

      Hi, shouldn't you also count swamp as open space too?

      posted in General Discussion
      Solaris