Navigation

    forum

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

    Posts made by demawi

    • RE: PTR Changelog 2019-12-21

      Game.map.getRoomStatus("E999N999") returns

      {
        "status": "normal",
        "timestamp": null
      }
      

      I don't think this should be a valid response!?

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-12-21

      "3 months ago". I was hoping for a new year gift, so +1 for release. Or what is missing? 😮

      posted in News & Announcements
      demawi
    • Game.market with price = 1.021

      on all shards live and PTR I can't create an buy/sell-order with price = 1.021. I tried it via .createOrder and .changeOrderPrice. It always goes to an 1.020 order.. 😞

      posted in Technical Issues and Bugs
      demawi
    • RE: PTR Changelog 2019-12-21

      🚂 🚂 🚂

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-12-21

      PTR inclusive "StructureLab.reverseReaction" runs fine for me

      posted in News & Announcements
      demawi
    • RE: Feature Request: Ability for labs to "break down" boosts to component parts

      oh yes.. awesome.. nice christmas present 😍

      posted in Feature Requests
      demawi
    • RE: Feature Request: Ability for labs to "break down" boosts to component parts

      +1 some boosts can't be sold through the market, but have been well earned from npcs over time

      posted in Feature Requests
      demawi
    • RE: Factories, new resources, NPC Strongholds

      @artch ah ok.. I see the INVADER_CORE_EXPAND_TIME=15k on PTR but not on live it's still 2k

      posted in News & Announcements
      demawi
    • RE: Factories, new resources, NPC Strongholds

      I looked at the expandStronghold code. Currently the next room reservation is deterministic. Perhaps it would be a bit nicer when the floodfill algorithm would use non-deterministic directions. And I would vote for a higher INVADER_CORE_EXPAND_TIME. Currently with 2000, if you're in the primary expand spot and don't have the ability to clear the stronghold, the reservation outtime is too high.

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      tombstone-pickup and usePower.PWR_OPERATE_FACTORY now working... but still having problems with PWR_OPERATE_EXTENSION it returns 0 but nothing happens (no cooldown nor extensions will be filled)

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      @demawi said in PTR Changelog 2019-06-24: Store and market:

      and PowerCreeps can not withdraw generally also with a OK result.. but using GENERATE_OPS power works

      their carryCapacity is undefined..

      0_1561418133763_b1682f4a-7b83-4697-9375-6dd635654974-image.png

      Edit: ops consuming powers don't seem to work (at least OPERATE_EXTENSION). it returns with -6 ERR_NOT_ENOUGH_RESOURCES

      Still an issue. Without PowerCreeps also factories can hardly be tested

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      seems there are more problems on shard2

      0_1561714606910_f7602bc2-cca7-4d85-9cb5-480ae4bf85b1-image.png

      probably only a short-term problem.. seems not a problem anymore..

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      shard2 halted.. no ongoing ticks anymore

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      and PowerCreeps can not withdraw generally also with a OK result.. but using GENERATE_OPS power works

      their carryCapacity is undefined..

      0_1561418133763_b1682f4a-7b83-4697-9375-6dd635654974-image.png

      Edit: ops consuming powers don't seem to work (at least OPERATE_EXTENSION). it returns with -6 ERR_NOT_ENOUGH_RESOURCES

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-06-24: Store and market

      hmm.. my creeps having problem withdrawing from tombstones.. always getting -7 INVALID_TARGET

      I cleared my main-loop and called directly for an example: 0_1561401946589_11fdc685-7fd7-4b81-bec3-f541607277c0-image.png

      posted in News & Announcements
      demawi
    • RE: PTR Changelog 2019-05-13: Factories

      Market order limit isn't increased to 300 yet...

      posted in News & Announcements
      demawi
    • Code size limit 1 MB with github integration (PTR)

      When trying to sync more than 1MB I'm getting a "too large"-error. At least at PTR. Didn't tried at prod for now.

      posted in Technical Issues and Bugs
      demawi
    • _.cloneDeep of RoomPosition

      Don't know if it was expected, but _.cloneDeep of a RoomPosition results now in an empty object {} after the power creep update.

      posted in Technical Issues and Bugs
      demawi
    • RE: _setMapGridData error

      After a bug report the support cleared that state, so that the shard1 is back online for me. thx!

      posted in Technical Issues and Bugs
      demawi
    • _setMapGridData error

      Currently I'm getting following error on shard1. And my code won't be executed anymore.

          at JSON.parse ()
          at global._init.global._setMapGridData (:29273:66)
          at ()
          at /opt/engine/dist/core/runtime/user-vm.js:81:245
      

      Edit: It's only in IVM.. In shared runtime It will be executed normally.

      posted in Technical Issues and Bugs
      demawi