Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How to turn on legacy mode in a custom sheet sandbox

커스텀 시트 샌드박스에서 레거시 모드를 켜는 방법을 알고 싶습니다. 일반 게임실에 커스텀 시트를 넣을 때는 무해하도록 강제할 수 있지만 커스텀 시트 샌드박스에서는 켤 칸이 보이지 않습니다. 사용자 정의 시트 샌드박스 에서 레거시 모드를 키는 법을 알고싶습니다. 일반 게임방에서 커스텀 시트를 넣을때는 무해화를 강제화 할수 있는데 사용자 정의 시트 샌드박스에서는 그것을 켜는 칸이 보이지 않습니다.
1715812137
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
just add the flag to the sheet.json input on the sandbox's game settings page. This works the same as the sheet.json for the repository. The sheet.json area on the sandbox settings page: Add this: { "legacy": true } Note that if you already have JSON in that area, then just add that key/value pair to the already existing JSON object.
You're amazing. You've solved my troubles for months.
1715963053
GiGs
Pro
Sheet Author
API Scripter
If it's not too much work, you should be looking at removing the dependence on legacy mode. My stance is no one should use legacy who can avoid it - modern code has no drawbacks over legacy, and many advantages. In some sheets, this change can be a massive amount of work and isn't worth it. But otherwise, do it!