Navigation

    forum

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

    Posts made by abnessor

    • RE: Start to receive email notification of other user

      confirm...

      posted in Technical Issues and Bugs
      abnessor
    • RE: Creep.suicide method through UI

      My most used methods(in my own gui extension) "mode=666" and "reset" 😄
      it's process over my ai, first dropEnergy+suicide, second reset target,path,host...

      posted in Feature Requests
      abnessor
    • RE: Ability to gift CPU Credits

      Good idea, i have same situation.

      posted in Feature Requests
      abnessor
    • RE: API for engine/game (outside scripts)

      API present, but not documented (;
      IMHO easist way is to use api:
      get token from localStorage from browser or phantomjs and use to auth in websocket + use subscribe commands to rooms and memory.

      I think have easist method to get token, but not have time to inspect deeper...

      posted in Feature Requests
      abnessor
    • RE: Portal bug?

      offtop: how to make portal? i can't find articles about it... I don't build 8lvl controller, but in simulation i can't find portal in interface.

      posted in Technical Issues and Bugs
      abnessor
    • RE: Path Reversing Script

      Good! Simple and useful!

      posted in General Discussion
      abnessor
    • RE: GCL

      +1 I wannt to write full automated AI, need GCL and Respawn API

      posted in Feature Requests
      abnessor
    • RE: Recomended IDEs

      http://screeps.wikia.com/wiki/Tools

      posted in Help
      abnessor
    • RE: Some empty rooms are not downgrading

      Now both rooms have spawns...

      posted in Help
      abnessor
    • RE: Recomended IDEs

      I'm using webstorm(cost money...) and vim

      posted in Help
      abnessor
    • RE: Map expansion

      I think, general target of game is expansion with fight for resources, otherwise it's will be simple leader board race, but not programming strategy as game named.

      "The world's first MMO strategy open world game for programmers"

      posted in Help
      abnessor
    • RE: Script Rollback

      i'm very recommend to use local files and deploy/sync script like that:

      • https://www.npmjs.com/package/grunt-screeps - official grunt deploy
      • https://github.com/findoff/screeps_sync - my in browser injection
      posted in Technical Issues and Bugs
      abnessor
    • ticksToDowngrade undefined

      example:

      {"id":"55c34a6b5be41a0a6e80be27","pos":{"x":28,"y":36,"roomName":"W9S8"},"owner":{"username":"Djxy12"},"my":false,"structureType":"controller","level":5,"progress":1069186,"progressTotal":1215000}

      posted in Technical Issues and Bugs
      abnessor
    • RE: Potential for building outside rooms you own

      Break wall without or with(without ramparts builder very cute target 😄 ) builder support too easy... On 6 lvl attack*28 = 840/tick 300 000 000 / 60 / 60 = 99 hours
      if user only one full upgraded creep (2290price * 142 units = 325K energy) vs 3M energy need by Griefer to build one wall.

      • You'll have to wait until you immure walls with 3M hits? 0_o
      posted in Feature Requests
      abnessor
    • Add hot keys like hold ctrl show names

      Now names too big and very annoying while debugging...

      I understand, dev team too small...
      So I suggest in another topic, add gui hooks...

      P.S.: If api will been added, i share own gui extensions. (I'm already share on github, sync script without some parts who connected with my ai code) eye bleeding warning, if anybody want to see my code

      posted in Feature Requests
      abnessor
    • add some hooks to web gui

      I write debug gui with some functions like kill, reset, retaget creep, and now to do it, i forced to use browser script loading and intercept angular scopes.

      I think it would be good to add settings "user script url" and some hooks like if(window.selectUnit) window.selectUnit(unit); to easy get selection and click locations without dirty hooks...

      And will be not bad, to write websocket api doc.

      Yes, i know, i insolent, but your minified files hard to read 😄

      posted in Feature Requests
      abnessor
    • RE: Path Reversing Script

      Good, i comment small changes.

      posted in General Discussion
      abnessor
    • creep body calculator

      Created for myself, but may be useful to someone else.

      http://codepen.io/findoff/full/RPmqOd/

      Reading source may cause eye bleeding, as well as reading my english 😄

      posted in General Discussion
      abnessor