Skip to content

Commit

Permalink
i accidentally didn't include some old commits...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jul 16, 2022
1 parent 4b82a89 commit 0c6b781
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions assets/bundles/bundle_zh_CN.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
newcontrols.ai.header = 自定义行为控制板
newcontrols.ai.status = 状态:
newcontrols.ai.enabled-ai = [green]ENABLED + AI[]
newcontrols.ai.enabled-manual = [green]ENABLED[]
newcontrols.ai.disabled = [red]DISABLED[]
newcontrols.ai.toggle = 暂停 / 恢复
ai.manual-mode = 操纵杆模式
newcontrols.ai.action = 行为:

newcontrols.ai.action-AUTO-TYPE = [lime]自动
newcontrols.ai.action-AUTO = [lime]自动 []({0}[])
newcontrols.ai.action-NONE = [accent]手动
newcontrols.ai.action-IDLE = [scarlet]没有开启的行为
newcontrols.ai.action-ATTACK = [green]攻击
newcontrols.ai.action-MINE = [green]采矿
newcontrols.ai.action-PATROL = [green]巡逻

newcontrols.ai.settings = 设置
newcontrols.ai.actions-select = 选择行为
newcontrols.ai.actions-preferences = 偏好
newcontrols.ai.actions-enable = 切换自动操作

newcontrols.ai.prefs.attack-radius = 攻击半径
newcontrols.ai.prefs.mine-radius = 采矿半径
newcontrols.ai.prefs.mine-items =采集物品

newcontrols.unit.nolimit = [grey]无限

newcontrols.manual.command = 命令
newcontrols.manual.pickup-unit = 装载单位
newcontrols.manual.pickup-block = 装载方块
newcontrols.manual.drop = 放下荷载
newcontrols.manual.pay-enter = 进入方块
6 changes: 3 additions & 3 deletions mod.hjson
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!VERSION 1.1
#!VERSION 1.11
#!BRANCH "master"
#!REPO "MHeMoTexHuK/New-Controls-Public"
#!REPO "Mnemotechnician/New-Controls-Public"
#!NO_UPDATE 1

displayName: "New controls"
name: "newcontrols"
author: "Мнемотехник"
description: "This mod is multiplayer-compatible!\n\nSo, basically... This mod adds new ways of controlling your unit (mostly for mobile): fully manual and fully ai.\n\nManual mode consists of two thumbsticks and an action panel.\nAi mode includes three actions (attack, mine, patrol) + auto action selection.\n\nCheck readme.md for detailed info."
version: 1.1
version: 1.1.1
minGameVersion: 136
hidden: true

Expand Down

0 comments on commit 0c6b781

Please sign in to comment.