Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
ps ... video is privat
I'd like to put this "Auction Block" up on the workshop, after some cosmetic changes. So, I wanted to check in with you first since I essentially cut-n-pasted your code. Of course, I'll give you due credit.
Also, man you've designed a lot of tools. Keep up the good work on that front.
I want the splitter to take a deck of 10, split it into 10 stacks of 1, but lay them out in 2 rows of 5 instead of 1 row of 10. I think I know which function needs modifying, but my own attempts break the splitting function and I'm not sure where to go from here. If you have some time to help me through this, I would appreciate it, if not, I suppose I can live on.
And the problem I have with making a tool that is universal enough to allow you to do things like deal to players and to pre-set postions is it ends up having so many options people have tons of trouble setting it up. So I can't make something that fits the bill, sorry.
As for dealing to players, there is a "deal to all players" command which you use on a deck in Lua to give each seated player a card from a deck, so it is easy (See the Knowledge Base on the Tabletop Simulator website if you are curious) relatively speaking. And if you're interested in learning, I've made a guide called Learning Lua in the guides section of the workshop. Sorry I can't do more