Tabletop Simulator

Tabletop Simulator

The Kraken Table
Shauny Boy 2020 年 7 月 1 日 下午 2:13
Locking Drawers
Assuming I'm a novice at this kind of stuff, and have little idea on scripting, is there a way to "Lock" all the drawers extensions open, to avoid accidental closing, and bits flying everywhere?
im guessing its in the script, but what would I be looking for?
< >
正在显示第 1 - 2 条,共 2 条留言
Lily  [开发者] 2020 年 7 月 7 日 上午 4:36 
For either the extensions or the player boards, extend the desired items, then make a new save with the table in the desired state.

Load this new save and navigate on the top to "Modding", then "Scripting".
From here, you can choose the desired boards and extensions, and replace all the content of their scripts with:

function onLoad() self.interactable = false; end

Once done, click on "Save & Play".

This will remove the buttons to toggle their states, as well as making them non-interactive as to prevent accidental unlocks.
Shauny Boy 2020 年 7 月 7 日 上午 8:30 
Lily You are a god send ... thank you so much
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50