问题标签 [screeps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 运行 Screeps 游戏脚本时出错
不知道“Screeps”?访问 screeps.com
这是主脚本中的第二行:
这是错误:
有什么建议么?
javascript - 游戏截图。仿真时出错。达到 CPU 限制
我要抛出 Screeps ( http://screeps.com/ ) 模拟。当我需要派工人去收获资源时,我一直在舞台上。所以我把代码从提示到脚本选项卡,代码是:
我的小兵已经开始转移到源头,但随后它冻结了,我在控制台中收到错误(浅红色文本):
我需要做什么才能完成此步骤以及为什么会出现此错误?
javascript - How do I create a new structure in Screeps
So, this is a question about the game screeps. I know that in the simulation, I can create a road by going to the Construct menu on the left, but is there an API reference I can use to create one programmatically? My goal is to have a script that will automatically lay down construction sites between target A and target B. Has anyone found such a reference in the docs?
(I would tag this question with the screeps tag, but it appears I cannot do so with my current reputation. If this is the wrong place to post, please direct me to the right place, I just came here from the screeps website)
javascript - 如何在 Screeps 中攻击敌人
在玩爬虫时,我不知道如何攻击敌人。这是我尝试过的。
我创建了我的攻击者蠕变:
然后当第一个敌人出现在屏幕上时,我尝试运行这个命令,但它失败了。
敌人的正确语法是什么?
编辑:添加用于访问游戏中对象的文档链接。 http://screeps.com/docs/Creep.php
“玩家3”是敌人的名字。我需要一些如何瞄准敌人并与他们作战。
javascript - findNearest, findInRange - 如何在 Screeps 中使用?
我尝试像这样使用 findNearest:
这就是我得到的:
如何使用此方法和 findInRange 以使它们不会导致此错误?
javascript - Screeps - 在哪里可以找到游戏对象的常量?
我在哪里可以找到Game
对象的常量列表,例如Game.HOSTILE_CREEPS
,Game.MOVE
和Game.ATTACK
?
screeps - 模块名称未正确删除
这可能更像是一个错误报告而不是一个问题,但对我来说,如果我删除一个模块,就不可能创建一个具有相同名称的新模块......
javascript - Screeps 获取所有具有特定记忆(角色)的小兵
我试图弄清楚如何让每个小兵都具有特定的记忆或角色,例如变量中的收割机......我似乎无法弄清楚。
我已经尝试过:
但这显然行不通...
screeps - Screeps 分数/模块已重置
昨天我在第一张地图上的分数是1800,现在没有分数了。这个分数怎么可能被删了?此外,我的脚本/模块也被删除了(幸运的是我将它们保存在本地)。它是否取决于cookie或其他东西?发生了什么?
javascript - 修复蠕变不修复壁垒
下面的代码打印出“rampart”,但蠕变只是静止不动并没有修复。它使用文档中提到的代码段。根据文档,可以修复结构,而城墙是一种结构。怎么了?