Navigation

    forum

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

    Topics created by ThyReaper

    • Can't upload scripts via API
      Technical Issues and Bugs • • ThyReaper

      2
      2
      Posts
      3314
      Views

      Figured it out. Python's default auth handling expects a specific style of 401 response to the initialize request, which I guess isn't provided by the screeps site.
    • Invaders not chasing creeps
      Technical Issues and Bugs • • ThyReaper

      2
      2
      Posts
      3109
      Views

      The three healers are blocking the attacker, so it's unable to find a path (and the healers are unable to follow it along that path). Once your creep came in on the other side they reshuffled and unblocked the path. Apparently invaders aren't smart enough to get out of each other's way.
    • Statistics improvements
      Feature Requests • • ThyReaper

      1
      1
      Posts
      2621
      Views

      No one has replied

    • Game Mechanic Constants
      Feature Requests • • ThyReaper

      4
      4
      Posts
      4570
      Views

      Thanks for pointing out that file, that'll be helpful. Still, I'd prefer it to be officially documented - otherwise, the constants aren't necessarily guaranteed to be defined going forward.
    • Room.createConstructionSite allows invalid placement
      Technical Issues and Bugs • • ThyReaper

      1
      1
      Posts
      2670
      Views

      No one has replied

    • Inconsistent pathing CPU cost
      Technical Issues and Bugs • • ThyReaper

      6
      6
      Posts
      6950
      Views

      I’m unaware of any methods of disabling garbage collection during execution of a specific code fragment (if you know them, please share). You can manually execute only non-incremental major GC runs that take very long time, and if you run them after each player script is over, it can easily make ticks 2 times slower and even more. Besides, another problem apart from the GC is runtime code optimizations that the V8 executes when analyzing code. They are very dependent on usage patterns that can vary from tick to tick, and various optimizations can behave differently. As for the API methods relating to CPU controlling – yes, we consider adding them in the future.
    • Profile Rank mismatched with Leaderboard
      Technical Issues and Bugs • • ThyReaper

      1
      1
      Posts
      2428
      Views

      No one has replied