#32 Need on the fly heading change support for doors

已关闭
image4 年之前创建 · 1 条评论
image 评论于 4 年之前

Need the ability to update doors in game to more easily test

Need the ability to update doors in game to more easily test
image 在代码提交 4 年之前 中引用了该工单
image4 年之前 关闭
image 评论于 4 年之前
协作者

we now have: /spawn move openheading /spawn move closeheading

both work on widgets only. Will update the DB spawn_widgets table with queries like so:

update spawn_widgets set open_heading=86.796883,include_heading=1 where widget_id = 1495839533 update spawn_widgets set open_heading=269.999878,include_heading=1 where widget_id = 3810476325

will also modify the current widget values open/close heading so you can on the fly test changes.

we now have: /spawn move openheading /spawn move closeheading both work on widgets only. Will update the DB spawn_widgets table with queries like so: update spawn_widgets set open_heading=86.796883,include_heading=1 where widget_id = 1495839533 update spawn_widgets set open_heading=269.999878,include_heading=1 where widget_id = 3810476325 will also modify the current widget values open/close heading so you can on the fly test changes.
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。