confirm...
Posts made by 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... -
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...
-
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.
-
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"
-
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
-
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}
-
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
-
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
-
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
-
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