Navigation

    forum

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

    Flyasd1

    @Flyasd1

    30
    Posts
    1188
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Flyasd1 Follow

    Posts made by Flyasd1

    • RE: Understanding the result of Room.serializePath()

      You always can look into game engine: https://github.com/screeps/engine/blob/8928228bae60db78c50a7382cc3490c611b03f26/src/utils.js#L981

      Looks like first four characters is first position in path and then list of directions to the next position.

      posted in Help
      Flyasd1
    • RE: Help me!

      @duckymirror No, you can't. You can't spawn on PTR server. Only one way to access to PTR server is to spawning on official server and wait until PTR server is synced with official.

      posted in Help
      Flyasd1
    • RE: [Discussion] Uniformity of the world

      @ciber Interesting idea. What about ramparts and walls can you build this structure on river?

      posted in General Discussion
      Flyasd1
    • RE: где взять кредиты на формирование ордера на продажу?

      Можно добавить терминал и будут появляться ордеры, или можно через CLI добавить себе кредитов. Посмотрите команду Adding NPC Terminals https://wiki.screepspl.us/index.php/Private_Server_Common_Tasks

      posted in Help
      Flyasd1
    • RE: где взять кредиты на формирование ордера на продажу?

      Продай что-то, без формирования ордера. Game.market.deal(...)

      posted in Help
      Flyasd1
    • RE: Consistently using 1-2 cpu above last Game.cpu.getUsed()

      Are you know that you pay for serialization your memory? Try to do JSON.stringify(Memory) and you'll know about how much. So when you try to get used CPU at the end of tick this is not the same CPU that used your AI, because you will not take account of the CPU to serialization memory.

      For example to serialization my memory needs about 18 CPU. You can perform let cpu = Game.cpu.getUsed();JSON.stringify(Memory);console.log(Game.cpu.getUsed()-cpu) in the game console to check it.

      posted in Technical Issues and Bugs
      Flyasd1
    • RE: Cannot cancel orders on a shard you no longer occupy

      @utiuti What instruction you try to following? To cancel orders on shard you MUST to have creeps or active room on this shard. But you can't have creeps on shard because portals is still closed.

      posted in Technical Issues and Bugs
      Flyasd1
    • RE: Pass mouse click locations to the server.

      @estecka This is not mine. This is @Muon.

      posted in Feature Requests
      Flyasd1
    • RE: Pass mouse click locations to the server.

      @smokeman I am try to tell you that you can do what you want by using flags. https://bencbartlett.wordpress.com/2018/02/06/screeps-2-interior-design/

      posted in Feature Requests
      Flyasd1
    • RE: Pass mouse click locations to the server.

      @smokeman I think this game about automation everything. I am do not like idea to past mouse position to the server. If you want you can use flags for this.

      posted in Feature Requests
      Flyasd1