Nope, I do not use RawMemory.
Pascow
@Pascow
Posts made by Pascow
-
RE: Lost memory
Rooms found in the memory data belong to Rumatah.
-
RE: Lost memory
Just checked my memory too. I can clearly tell the memory contents are not mine. Does this look familiar to anyone?
-
Lost memory
It seems I have lost the contents of my memory during the last few days. This of course have caused a havoc since I store things such as population settings in memory.
So moral of the story. Do not trust memory actually retains it's contents. Or atleast login every day to see if your Screeps are still running correctly. -
RE: creep.say() method takes const CPU
I use say() for debugging. Today I started to constantly hit CPU limits even though code did not change for a while. Maybe this is was changed today?
-
RE: HOW do i tranfer energy from a creep to all extensions
You need to find structures which need energy. Something like the code below.
structures = creep.room.find(FIND_MY_STRUCTURES, { filter: function (object) { return object.energy < object.energyCapacity;; } }); if (ERR_NOT_IN_RANGE === creep.transferEnergy(structures[0])) { creep.moveTo(structures[0]); }
-
RE: Creeps disappear
Each creep lives for 1500 ticks.
http://support.screeps.com/hc/en-us/articles/203022092-Spawning-creeps
-
RE: Game frozen
I also have the following notification send to my email at 5:25 this morning.
"Script execution has been terminated"