Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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