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.
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.
@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.
@ciber Interesting idea. What about ramparts and walls can you build this structure on river?
Можно добавить терминал и будут появляться ордеры, или можно через CLI добавить себе кредитов. Посмотрите команду Adding NPC Terminals
https://wiki.screepspl.us/index.php/Private_Server_Common_Tasks
Продай что-то, без формирования ордера. Game.market.deal(...)
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.
@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.
@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/
@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.