Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
I haven’t played TTS in a while, so no updates planned for this tool.
I could maybe do something over commission if you’re interested, though that’s about it
@Markimus - This option does not sound too bad.
Basically, the idea is to have players move their gaming piece through the maze toward the exit, while the maze layout will change to increase the challenge.
[ As mentioned before, this feature (option) would be beneficial and enable more fun for users of this mod. ]
The only thing you would definitely want to do is to re-use the tiles that are already on the table and just rearrange them in a different order instead of spawning in new ones.
It's definitely possible, though yeah it's not a simple request to do this. The laggy version where it wouldn't need to re-use tiles would be a lot simpler. It would just delete the old tiles and spawn in new ones.
The reason for the slow spawning in the GIF though is because spawning lots of objects at once is inherently laggy, and you wouldn't be able to have the instantaneous new maze layout that you want.
@Markimus - This idea could be remedied by using "states" with pre-generated mazes, but I was requesting for an "timed looped" script that can generate an new randomized maze based on an set timed variable.
[ I do apologize if this request is not a simple fix, but your skills are appreciated. Thank you! ]
Thanks for the correction, you want to change maze layouts every 30 seconds or whatever interval you're setting.
That would require generating multiple mazes beforehand and hot-swapping them in to avoid the lag. I could make something that would do this, though it would require more work than a quick 15 line script.
I know you might be able to find help elsewhere and that I'm a shill for saying this, though if you're happy to pay for something like this I'd be more than happy to help. This is not something I can help you with for free unfortunately.
Please type your request in the form at the bottom of my website and I'll get back to you shortly:
https://automateyourmod.com/
@Markimus - I do appreciate your time and replies to my messages. However, I was requesting for an script to change the maze layout based on a timed variable, not the color of the tiles.
[ Sorry for the confusion. ]
Put this script in a separate object, like a cube for example.
This will change the tiles to a random colour every 30 seconds:
https://hastebin.com/cewewixivu.lua
@Markimus - There are no problems, but can you provide a script that can enable the maze to change (randomize) after setting a timed variable? (For an example, if you want the maze to change every thirty seconds.)
*This function and option would be resourceful to me and others.