跪求1.6.0的快速建造 和刷东西的MOD 游戏更新了之前的都没法用了
有米有大佬做了 MOD 1.6.0版本的 能不能给萌新下啊已经有1.6了嘛,求问更新了啥 又更新了 到1.6.1了.... 是啊,冰箱里好多食物,更新了没冰箱了都不敢上游戏了 需要在 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]