Navigation

    forum

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

    Truthlighting

    @Truthlighting

    3
    Posts
    990
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Truthlighting Follow

    Posts made by Truthlighting

    • RE: Fix: Removing construction sites manually is a pain in the ass

      To remove unbuilt structures with no construction progress in room roomName:

      Game.rooms[roomName].find(FIND_CONSTRUCTION_SITES).filter((element) => element.progress<1).forEach((element) => element.remove());
      

      Replace roomName with appropriate name.

      posted in Feature Requests
      Truthlighting
    • Steam Client Becoming Unresponsive - Currently Unusable For Me

      The steam client goes completely unresponsive the moment the server CPU usage jumps to 30/30 (and the CPU bar turns red), which happens for me right now about every 30 seconds or sooner. At that time it stays perpetually "locked up" though I do not think the client itself has crashed.

      Some minor refreshes happen to some parts of the interface every 15-45 seconds e.g. the CPU bar will change but stay red (most of the time?).

      Using the web client, when the server CPU usage goes to 30/30, the web client stays responsive and continues as normal. At most there's a 20 millisecond "chug"/delay/hiccup.

      There seems to be a corresponding and significant increase in local PC CPU utilization at the same time that the server-side CPU goes to 30/30, both in the web client and the steam client, though I think the steam client stays stuck in this state and remains at a high local utilization. I know this because of the corresponding increase in fan speed at those times. I also opened up Windows performance monitor and saw overall significantly higher local CPU utilization during the unresponsiveness in the steam client. The process that increases utilization is nw.exe (nwjs) (from 15% to 27% on a four-core system).

      This is on shard2.

      Is there something I can do to resolve this issue?

      posted in Technical Issues and Bugs
      Truthlighting
    • RE: Branch support in automatic GitHub sync?

      Is this on the radar somewhere?

      posted in Feature Requests
      Truthlighting