一帘幽梦丶 发表于 2020-6-19 22:42

跪求1.6.0的快速建造 和刷东西的MOD 游戏更新了之前的都没法用了

有米有大佬做了 MOD 1.6.0版本的 能不能给萌新下

931295035 发表于 2020-6-19 23:37

啊已经有1.6了嘛,求问更新了啥

一帘幽梦丶 发表于 2020-6-20 07:21

又更新了 到1.6.1了....

chris28558 发表于 2020-6-20 09:00

是啊,冰箱里好多食物,更新了没冰箱了都不敢上游戏了

panqigame 发表于 2020-6-20 15:24

需要在 ConstructionGhost 这个类中修改 UpdateState
public void UpdateState()
    {
      if (this.IsReady() || Input.GetKeyDown(KeyCode.F8))
      {
            this.SetState(ConstructionGhost.GhostState.Ready);
      }
      ConstructionGhost.GhostState state = this.m_State;
      if (state == ConstructionGhost.GhostState.Dragging)
      {
            this.UpdateRotation();
            this.UpdateTransform();
            this.UpdateColor();
            this.UpdateShaderProps();
            return;
      }
      if (state != ConstructionGhost.GhostState.Building)
      {
            return;
      }
      this.UpdateShaderProps();
    }
目前为止有效的F8速建
页: [1]
查看完整版本: 跪求1.6.0的快速建造 和刷东西的MOD 游戏更新了之前的都没法用了