Tabletop Simulator

Tabletop Simulator

Labyrinth
Keliho  [开发者] 2016 年 3 月 25 日 上午 4:39
Ideas and suggestions
Please share your ideas about how to improve the mod here.
< >
正在显示第 1 - 7 条,共 7 条留言
Johnny 2016 年 8 月 14 日 上午 5:34 
I've made a script to help with the setup for this game. It shuffles all of the cards and tiles, distributes the cards evenly between the seated players, and places the tiles on the board randomly. I can send the save file if you want to update this mod with the script.
Keliho  [开发者] 2016 年 9 月 3 日 上午 9:40 
Sure, I have added you on steam.
Johnny 2016 年 9 月 5 日 上午 2:41 
Cool, it seems you've added the script. There is one small issue though:
-- Do we have enough seated players to play? if false then print("Not enough players!") return 1 end
This doesn't check how many players are seated anymore. It should be:
-- Do we have enough seated players to play? if #players < 2 then print("Not enough players!") return 1 end
malbonius 2016 年 11 月 12 日 下午 5:12 
Not sure what happened, but the script no longer functions correctly (at least not in hotseat mode). The cards are divided into the correct number but only distributed to player 1. For example, in a 3 player game, player one is given 8 cards and 16 remain in the deck in its original position. Also, the players must be in the Red, Yellow, Green and Blue positions for the script to work at all, is it possible to just read the currently seated player's colour and go from there? It won't match the player pieces but that can easily be rectified by the player
最后由 malbonius 编辑于; 2016 年 11 月 12 日 下午 5:17
Keliho  [开发者] 2016 年 11 月 14 日 上午 10:44 
I did a quick test and you are right. I'll look into it. If you want to fix it yourself, go ahead.
最后由 Keliho 编辑于; 2016 年 11 月 14 日 上午 10:44
Keliho  [开发者] 2016 年 11 月 20 日 上午 10:10 
@malbonius
Considering the API, there are some issues with the hotseat mode or I missed something. For the moment while in hotseat mode, please load the Workshop mod BEFORE choosing the player colors
I hope to fix this in another update with some additional bells and whistles :P
最后由 Keliho 编辑于; 2016 年 11 月 20 日 上午 10:11
malbonius 2016 年 11 月 20 日 下午 12:41 
Thank you so much for the effort on this! tried to fix it myself but simply lack the scripting knowledge. It's a great game and a wonderful mod, can't wait to see what else you do with it.
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50