Navigation

    forum

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

    Topics created by StormWing0

    • Memory from previous lives not clearing
      General Discussion • • StormWing0

      4
      4
      Posts
      5721
      Views

      @stormwing0 https://github.com/screeps/tutorial-scripts/blob/master/section4/main.js You sure you have done the tutorial? Anyhow, this can be easily modified to what you need
    • Anyone ever experiment with moving as a group or formation? If so how'd it turn out?
      General Discussion • • StormWing0

      2
      2
      Posts
      4481
      Views

      The most basic (and seemingly common) way to achieve it is to have one creep (typically a healer) constantly moveTo a leader creep (typically a dismantler or attacker). The most complicated way that I currently have in my code is a 3x3 grid with pre-coded movement patterns. Eg. Turn, swap rank etc.
    • Solved Max Spawning Distance?
      Help • • StormWing0

      7
      7
      Posts
      8919
      Views

      @qgazq oh so that's what's going on my eyes must have glossed over that part in the tutorial.
    • Unsolved Path Generating with existing paths
      Help • • StormWing0

      3
      3
      Posts
      4583
      Views

      @donatzor The idea was to make the paths that were found have the same value as roads at least while generating paths. Generating the paths is the easy part it's the making the ones already generated be as helpful as roads when generating new paths that's the hard part.
    • Unsolved
      Technical Issues and Bugs • • StormWing0

      1
      1
      Posts
      2671
      Views

      No one has replied

    • A few requests for SIM mode and the SIM World
      Feature Requests • • StormWing0

      2
      2
      Posts
      3223
      Views

      We recommend using private servers for multiroom and multiplayer testing environment.
    • Unsolved Scanning for rooms to target?
      Help • • StormWing0

      3
      3
      Posts
      4281
      Views

      I'll see about a few ways to do that when I hop back onto a server I can do anything on.
    • Room controller either not upgrading or displaying upgrades on PTR
      General Discussion • • StormWing0

      9
      9
      Posts
      9219
      Views

      @o4kapuk ty saw the effects of the fix on my poorly programmed bot. I'll see if I can find anything else going haywire.