星期五 发布

Rust 更新后的修复

关于 Personal Builder

该插件将个人构建器机器人添加到您的服务器,这些机器人可以构建通过 CopyPaste 插件保存的任何基地。

工作原理:使用 /pbuilder 命令生成个人构建器,使用鼠标中键选择一个施工点 – 机器人检查该区域并开始施工。建议选择景观平坦的地方,尤其是大型建筑。

您可以配置:

  • 控制
    • 用于分配构建位置的按钮(MIDDLE_MOUSE、SECOND_MOUSE、E、重新加载、SPRINT)
    • 任务分配按钮的范围
    • 在构建位置上显示 3D 箭头?
    • 箭头显示持续时间
  • 机器人设置
    • 生成时要通过命令选择的机器人的名称
    • 机器人生成延迟
    • CopyPaste 文件名 (oxide/data/copypaste)
    • 选手
      • 机器人显示名称
      • 健康
      • 让机器人不朽?
    • 资源
      • 需要施工资源?
      • 死亡时掉落机器人的资源?
    • 速度
      • 机器人速度倍增器
      • 构建速度乘数
      • 是时候检查 1 个粉底了
      • 是时候检查 1 个构建块了
    • 检查
      • 检查是否靠近公路?
      • 检查建筑物是否被其他橱柜挡住?
      • 检查 Prevent Building 触发器(限制在纪念碑上建造)
      • 阻止建筑物检查半径
    • 影响
      • 在 bot 出现/消失时启用效果
      • 启用 Building Block 升级效果?
    • 衣服

 

默认情况下,该插件有 2 个本地化文件,分别用于俄语和英语
命令:

/pbuilder - spawn or despawn bot
/pbuilder [bot name] - spawn a specific bot

The middle mouse button (or another button specified in the config) assigns the point where you need to build a base

配置:

To make the default config work, you need to download the build file (link below) and place it in this directory "/oxide/data/copypaste".
Link: https://drive.google.com/file/d/11nMTecwn2pZyiaECeRSPqDXacYq2a6iv/view?usp=sharing

How to add your buildings:
  - Open the config, duplicate the standard bot setup
  - Change the permission to spawn
  - Change the short name of bot
  - Change the name of the build file - find the one you need in "/oxide/data/copypaste" directory and enter it without the file EXTENSION

{
  "Controls": {
    "Button to assign build position (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "MIDDLE_MOUSE",
    "Range of the task assignment button": 25.0,
    "Display 3D arrows over a build position?": true,
    "Arrow display duration": 2
  },
  "Permissions": {
    "personalbuilder.bot1": {
      "The name of the bot to be selected through the command when spawning": "bot1",
      "Bot spawn delay": 300.0,
      "CopyPaste file name": "pbuilder_test",
      "Player (bot)": {
        "Bot display name": "Personal Builder",
        "Bot health": 1000.0,
        "Make bot immortal?": false
      },
      "Resources": {
        "Require resources?": true,
        "Drop bot's resources on death?": true
      },
      "Speed": {
        "Bot speed multiplier": 1.0,
        "Build speed multiplier": 1.0,
        "Time to check 1 foundation": 0.15,
        "Time to check 1 building block": 0.15
      },
      "Build": {
        "Checks": {
          "Check is close to road?": true,
          "Check is building blocked?": true,
          "Check for Prevent Building triggers": true,
          "Prevent Building check radius": 10.0
        }
      },
      "Effects": {
        "Enable effects on appear & disappear?": true,
        "Enable building block upgrade effects?": true
      },
      "Clothes": [
        {
          "Item name": "",
          "Item shortname": "shoes.boots",
          "Item skin": 0,
          "Item amount": 1
        },
        {
          "Item name": "",
          "Item shortname": "pants",
          "Item skin": 0,
          "Item amount": 1
        },
        {
          "Item name": "",
          "Item shortname": "hoodie",
          "Item skin": 0,
          "Item amount": 1
        },
        {
          "Item name": "",
          "Item shortname": "mask.bandana",
          "Item skin": 0,
          "Item amount": 1
        },
        {
          "Item name": "",
          "Item shortname": "hat.boonie",
          "Item skin": 0,
          "Item amount": 1
        },
        {
          "Item name": "",
          "Item shortname": "sunglasses",
          "Item skin": 0,
          "Item amount": 1
        }
      ]
    }
  }
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。