Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Technical Issues and Bugs
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    Technical Issues and Bugs

    • Creeps can't travel from E4N7 to E4N8
      • chad3814

      1
      1
      Posts
      2700
      Views

      No one has replied

    • CPU volatility
      • QzarSTB

      4
      4
      Posts
      5319
      Views

      Agree. Also things as creating empty objects or searching room has annoying high volatility. For example, var t=Game.getUsedCpu(); for(i=0;i<100;i++){ Game.rooms.W4N5.find(FIND_DROPPED_ENERGY); // 1.5-5.5 CPU }; console.log(Game.getUsedCpu()-t); Spends 1.5 to 5.5 CPU units despite the averaging of 100 calls. I did several tests and you can see how much each eats CPU at the bottom of (https://github.com/Akuukis/screeps)
    • Creeps have conflicting names
      • Portpoise

      1
      1
      Posts
      2593
      Views

      No one has replied

    • been getting this error
      • chad3814

      3
      3
      Posts
      4274
      Views

      Is it possible to move to another room in a different way?
    • Speech bubble edge is sometimes lagging behind
      • nugarin

      1
      1
      Posts
      2795
      Views

      No one has replied

    • sometimes road construction sites are placable on a newly completed road
      • chad3814

      1
      1
      Posts
      2581
      Views

      No one has replied

    • Object.defineProperty does not work
      • 3axap4eHko

      8
      8
      Posts
      10810
      Views

      You're welcome; Do define a setter as well, if you wish to be able to replace the whole object @ the memory index for the given source.
    • Ingame scripteditor resolution isn't updated
      • kallitokaco

      1
      1
      Posts
      2280
      Views

      No one has replied

    • When building, looks like site can't be completed when near max
      • stealth

      4
      4
      Posts
      5451
      Views

      It looks like the case is that I queued more buildings than allowed. Maybe you shouldn't be able to queue more build sites for structures your level doesn't allow? Specifically, extensions...
    • FIND_MY_SPAWNS just stopped working
      • uyt95

      7
      7
      Posts
      8763
      Views

      Sorry for that. It must be fixed now.
    • All my spawns just dissapeared!
      • DarkTrooper7

      5
      5
      Posts
      4927
      Views

      @nugarin, that sure is possible, but not very reasonable. In my opinion, workers should have the possibility to demolish buildings, (and perhaps gain a small amount of the energy invested back).
    • Saving code in popped out window loses changes in main window
      • David

      1
      1
      Posts
      2440
      Views

      No one has replied

    • Working with multiple links
      • GrandonBroseph

      1
      1
      Posts
      2726
      Views

      No one has replied

    • Source keeper wierd
      • akuukis

      1
      1
      Posts
      2630
      Views

      No one has replied

    • Cannot use moveTo, harvest, or transferEnergy on target stored in memory
      • pmaidens

      8
      8
      Posts
      11401
      Views

      I'll just leave this here, it is a helper function that deals with the room position issue without needing to use the Game.getObjectById function: /** * @param {number|object} x * @param {number} [y] * @param {string} [roomName] * @returns {RoomPosition|boolean} */ var getRoomPosition = function (x, y, roomName) { if (!x) return false; if (typeof x == 'object') { var object = x; x = object.x; y = object.y; roomName = object.roomName || object.room; } return new RoomPosition(x, y, roomName); }; global.pos = getRoomPosition; // Usage: creep.memory.target = creep.room.find(FIND_SOURCES)[0]; creep.moveTo(pos(creep.memory.target));
    • Able to upgrade controller of someone else
      • Avicenna

      5
      5
      Posts
      5250
      Views

      The countdown timer is reset every time the controller level is downgraded. From the article Territory Control: A Controller cannot be damaged or destroyed. However, in case there are no spawns of the owner player in the room left, a countdown timer is started and the Controller starts losing 1 level every 50,000 game ticks. As soon as its level reaches 0, it becomes neutral, and another player can reclaim it.
    • Random adrenaline rush?
      • GrandonBroseph

      1
      1
      Posts
      2569
      Views

      No one has replied

    • Multiple extensions on 1 tile
      • QzarSTB

      5
      5
      Posts
      5806
      Views

      Managed to build 3 links in a room with lvl 5 controller. 2 of them are on the same tile - http://i.imgur.com/Nr5Atgw.png Room W12S6
    • Wandering simulator
      • avdg_

      5
      5
      Posts
      5061
      Views

      Seems ok by now, not sure if its really fixed
    • Tutorial Issue - Assigning Roles
      • oneflame

      5
      5
      Posts
      7724
      Views

      This must be fixed now.

    Move Topic