TOPIC · 10 GUIDES

Movement Screeps guides

Focused English articles connected to movement, organized with the same filters used by the main article library.

10 matching guides

Movement and VisionIntermediateDebugging

How to Fix ERR_NOT_IN_RANGE in Screeps

Identify which action returned ERR_NOT_IN_RANGE, use its real range, save the moveTo() result separately, and retry the original action on a later tick instead of assuming movement is immediate.

15 min read
Movement and VisionIntermediateDebugging

How to Debug ERR_NO_PATH in Screeps

Distinguish ERR_NO_PATH, ERR_NOT_FOUND and PathFinder incomplete results; validate target range; correct CostMatrix walkability; inspect callbacks, maxOps, maxRooms and cross-room routes; and separate temporary traffic from a failed search.

18 min read
Movement and VisionIntermediateGuide

How to Calculate Screeps Creep Movement Speed

Calculate unboosted Creep movement from MOVE recovery, loaded body weight, road, plain, and swamp costs; account for empty CARRY parts; and separate a static body estimate from live multi-tick movement proof.

16 min read