Navigation

    forum

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

    Posts made by N3k

    • RE: Server freeze with TooAngel's mod

      That's not the tooangel's mod, I have the same problem with my IA and I started a month ago so it is a little IA... I googled it, that's why I'm here.

       

      Maybe linked to swap, but I have one.

      My server worked more than 12 hours before it happens. I think it always happened while I was online but I'm not sure.

       

       

      btw, your github is very nice to read tooangel, thank you for the share.

      posted in Private servers
      N3k
    • RE: Is there a way to minify Screeps files?

      Script is not only loaded when you save changes : it is reloaded randomly, then your scope is reset. You can do a "console.log" outside the returned module to see when it happens. I wonder if something like this could be benefical :

      main.js

      console.log("scope resetted")
      const core = new require("core")();

      exports.loop = function(){
      return core.loop()
      }

       

       

      posted in General Discussion
      N3k