Navigation

    forum

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

    Topics created by nugarin

    • RFC CEMENT
      General Discussion • • nugarin

      2
      2
      Posts
      4178
      Views

      I did not understood your intention.
    • Speech bubble edge is sometimes lagging behind
      Technical Issues and Bugs • • nugarin

      1
      1
      Posts
      2873
      Views

      No one has replied

    • List of keybindings for ingame editor
      Help • • nugarin

      3
      3
      Posts
      5667
      Views

      Ty @GrandonBroseph - it's very helpful, I edit code in Visual Studio, but sometimes one just has to put on the Cowboy hat and dig into the runtime script. These binding should be listed in the Screeps knowledge base or there should be a link/popup from the editor.
    • Make wall tiles destructible
      Feature Requests • • nugarin

      2
      2
      Posts
      3426
      Views

      I thought about this as well, but than "real" walls somehow lose their advantage to constructed walls. What would be nice, if one could transform plain terrain to swamp and vice versa. This way one could create some kind of moats in front of your defensive structures.
    • Programmatic access to the room statistics.
      Feature Requests • • nugarin

      1
      1
      Posts
      2967
      Views

      No one has replied

    • Script is ignored again on CPU limit
      Technical Issues and Bugs • • nugarin

      4
      4
      Posts
      5142
      Views

      If I test with this very simple script: Game.creeps.Alice.move(TOP); console.log("foo"); while (true) {} It works maybe 90% of the time, but on some ticks I won't see "foo" on the console and Alice won't move. It seems to be very random when it does and doesn't work, I can't find any simple changes that appear to influence it. With my actual full script running, I think it works much less than 90% of the time, but it's hard to measure.
    • Breaking CPU limit change?
      Technical Issues and Bugs • • nugarin

      6
      6
      Posts
      6554
      Views

      This sudden change broke my assault on Azurastar. Guess it's back to the drawingboard, need to optimise stuff.
    • creep.shout("message") command
      Feature Requests • • nugarin

      4
      4
      Posts
      5505
      Views

      I thought of the same idea, it could be used when creeps want to say, "I'm full", "Carrying energy to storage", "Anyone come carry this energy", "We are under attack", "Please welcome a new creep to our team". Anyway, let's say we don't want to troll other players, those bubles won't be displayed to others, so this feature would be cool to see what is going on in your room. It makkes it more living.
    • Memory broken
      Technical Issues and Bugs • • nugarin

      3
      3
      Posts
      4055
      Views

      is werking again
    • Energy does not always stack
      Technical Issues and Bugs • • nugarin

      2
      2
      Posts
      3173
      Views

      can confirm.. have seen two stacks of energy in same cell
    • Huge jump in GCL
      General Discussion • • nugarin

      6
      6
      Posts
      7269
      Views

      You can follow our Twitter or Facebook to stay tuned to the latest news.
    • Game intro video misleading
      Feature Requests • • nugarin

      1
      1
      Posts
      3120
      Views

      No one has replied

    • Can't claim controller
      Technical Issues and Bugs • • nugarin

      2
      2
      Posts
      2969
      Views

      Working now.
    • Can't move back to the room after killing walls.
      Technical Issues and Bugs • • nugarin

      3
      3
      Posts
      4045
      Views

      It's FIXED! FREEDOM!
    • Controller level 4 roads have only 300hp
      Technical Issues and Bugs • • nugarin

      5
      5
      Posts
      6933
      Views

      all good!
    • Screeps code & Visual Studio
      General Discussion • • nugarin

      1
      1
      Posts
      4297
      Views

      No one has replied

    • Extra CPU
      Help • • nugarin

      4
      4
      Posts
      5618
      Views

      Paid CPU resources will be available after the Early Preview stage is finished. However, 300 CPU is the maximum available capacity to purchase.
    • Code editor and non-ASCII characters
      Technical Issues and Bugs • • nugarin

      3
      3
      Posts
      5078
      Views

      i got the same problem but there are with just ASCII i don't have non ASCII on any line still same problem.
    • New property for a flag - Description
      Feature Requests • • nugarin

      2
      2
      Posts
      3486
      Views

      Yes and creep description or text would be a great addition as well. I have a flag that needs to be recreated every couple ticks, it would be nice just to rename it.
    • Lodash version
      Help • • nugarin

      16
      16
      Posts
      21727
      Views

      @wtfrank The default lodash is also provided as a module named 'lodash'. To replace it you'd need to use a different name, like lodash4.