Navigation

    forum

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

    Posts made by sscholl

    • RE: Construction Site can't be built

       @ThyReaper that was the problem! The construction can't be started when a creep is at the position.

       

      CLOSED

      posted in Technical Issues and Bugs
      sscholl
    • Construction Site can't be built

      I observed twice, that I can't build a ConstructionSite. To check that I stopped my Code (deleted main.js). Then I have a creep close to the construction and executed:

      > Game.creeps.Riley.build(Game.getObjectById('577b07752fe3a52e25d9abde'));

      < 0 

      But the Command didn't work. After some ticks it worked then.... Around Tick # 11726786 (W13S37).

      posted in Technical Issues and Bugs
      sscholl
    • RE: PTR Changelog 2016-06-12

      Nice Changes. The public ramparts are the first step towards diplomacy and guilds.

      Also the changed costs of renewCreep are useful. Before, the function was only useful in very special cases.

      posted in News & Announcements
      sscholl
    • RE: creep.taunt()

      nice idea. upvote.

      posted in Feature Requests
      sscholl
    • RE: My implementation is OpenSource now

      The game became Pay-To-Win, because to more CPU time you have, the more you can optimize your movements. Especially in war situations. Nevertheless, I changed that comment. BTW, I'm not angered by the recent change. The game dynamics develops in a very good direction.
      I'm not interested to sympathize with you. I just promised in the screeps chat, that I share my code after I stop playing.

      posted in General Discussion
      sscholl
    • My implementation is OpenSource now

      Hello,
      you can watch out my Code on Github now: https://github.com/sscholl/screeps
      I stopped playing. so it is for free usage. Please "star" it, if you use it.
      Bye

      posted in General Discussion
      sscholl
    • RE: Downgraded controller being restored to original level with one single upgrade tick

      I'm not 100% sure, but I think I also noticed this behaviour.

      posted in Technical Issues and Bugs
      sscholl
    • Respawn does not work anymore

      I pressed both buttons, the blue and the yellow respawn button. But was not able to respawn. My Controller still exists.

      posted in Technical Issues and Bugs
      sscholl
    • RE: Prototype of Game.map is not Map

      Haha, can't understand that with my object orientated mind. I develop by just adjusting the prototype of your classes and creating ne "classes" 😄
      - a C++ dev -

      posted in Technical Issues and Bugs
      sscholl
    • RE: Upgrade Points Not Counting?

      Oh, you are right. That looks like a bug!

      posted in Technical Issues and Bugs
      sscholl
    • RE: Upgrade Points Not Counting?

      Probably, the rankings will be increased by cron and not every tick i think. Just wait a hour or a day.
      Don't worry, u will get your points 😉

      posted in Technical Issues and Bugs
      sscholl
    • Prototype of Game.map is not Map

      Tested it with
      Game.map.constructor === Map
      returns false

      I avoid this error by
      Game.map.proto = Map.prototype;

      posted in Technical Issues and Bugs
      sscholl
    • RE: RFC CEMENT

      I did not understood your intention. 😄

      posted in General Discussion
      sscholl
    • RE: Two extensions on the same tile

      I also saw 2 links on the same position. See W12S6 at controller.

      posted in Technical Issues and Bugs
      sscholl
    • RE: Read New Creep Memory While It's Spawning

      you can add memory while creating

      http://support.screeps.com/hc/en-us/articles/203016392-Spawn#createCreep

      posted in Feature Requests
      sscholl
    • RE: FIND_MY_SPAWNS just stopped working

      Same here...

      posted in Technical Issues and Bugs
      sscholl
    • RoomPosition terrain

      Hi, I was wondering if I can get the terrain of a RoomPosition (plain, swamp, wall). Does anybody know this?

      posted in Help
      sscholl
    • TransferEnergy from Structure Extension

      Is it possible to transfer energy from an extension to a creep?

      posted in Help
      sscholl
    • RE: Please implement "send message"

      @chris this is just an example. There is a lot of other message types possible...
      - guild actions
      - trade, blackmail
      - and just "MESSAGE"

      posted in Help
      sscholl
    • What is your external Editor?

      Currently, the only way to use an external editor is to use GitHub right? I would prefer my own Git Hosting...

      The actual question of this Post is the external editor. I did never develop JavaScript more than just hacking. What do you use?

      Thanks

      posted in Help
      sscholl