Tabletop Simulator

Tabletop Simulator

101 个评价
Calico
   
奖励
收藏
已收藏
取消收藏
Game Category: Board Games
Number of Players: 1, 2, 3, 4
文件大小
发表于
更新日期
366.823 KB
2020 年 1 月 10 日 下午 3:29
2021 年 1 月 13 日 下午 12:40
7 项改动说明 ( 查看 )

订阅以下载
Calico

描述
Calico
BoardGameGeek[boardgamegeek.com]
Rulebook: inside the mod. (based on Eldin's scripted rulebook machine)


Description of the game:

Calico is a puzzly tile-laying game of quilts and cats.


In Calico, players compete to sew the coziest quilt as they collect and place patches of different colors and patterns. Each quilt has a particular pattern that must be followed, and players are also trying to create color and pattern combinations that are not only aesthetically pleasing, but also able to attract the cuddliest cats!


Turns are simple. Select a single patch tile from your hand and sew it into your quilt, then draw another patch into your hand from the three available. If you are able to create a color group, you may sew a button onto your quilt. If you are able to create a pattern combination that is attractive to any of the cats, it will come over and curl up on your quilt! At the end of the game, you score points for buttons, cats, and how well you were able to complete your unique quilt pattern.
37 条留言
Habanero 6 月 11 日 下午 5:47 
Not sure what the below error message is about, it seems to work fine for me. I haven't actually played a session yet though so maybe it'll show up later.
Pigeon_Lover 2024 年 12 月 11 日 下午 5:35 
Seem to be having a problem where one player tries to join the game and it just shows a beige screen... anyone else experiencing this or know of a fix?
Kulpas 2024 年 7 月 22 日 下午 1:45 
whats the deal with the 6th cat tile? i dont see him in the rulebook
Escarlatum 2023 年 9 月 7 日 上午 7:21 
Hey guys, I created a new mod for calico fixing the problems of this one: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3032189186

If the mod creators want I can share with you the fixes and delete my mod if that's a problem, I just want to play the game and let others play and have fun too. No intention of stealing or creating trouble.
Escarlatum 2023 年 6 月 2 日 下午 5:54 
Board not loading.

easy setup
Error in Script (Global)function<start>:chunk_3:(126,8-37):bad argument #1 to '!!next_i!!'
dlwodnr 2023 年 4 月 2 日 上午 5:09 
easy setup
Error in Script (Global)function<start>:chunk_3:(126,8-37):bad argument #1 to '!!next_i!!'
edmorex 2023 年 2 月 27 日 下午 4:25 
Replacing the cat_token_place function with this will fix the easy mode setup issue:

function cat_token_place()
local cat_token_pos = {{ - 13.80, 1.56, 13.86}, { - 5.52, 1.56, 13.86}, {2.72, 1.56,13.86}}
local boths = {{1.62, 1.56, 13.86}, {3.93, 1.56, 13.86}}
for k = 1, 3 do
local find = getObjectFromGUID(cat_zones[k]).getObjects()
local tags = find[1].getGMNotes()
if tags == "both" then
for j = 1, 2 do
getObjectFromGUID(cat_tokens[j]).setPosition(boths[j])
end
else
getObjectFromGUID(cat_tokens[tags]).setPosition(cat_token_pos[k])
end
end
drherbey 2022 年 2 月 1 日 上午 8:40 
Love this mod. It is not much, but just in case you want to add cat tokens, here you have them:

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2739263918
phantomness 2022 年 1 月 1 日 下午 2:05 
Thank you so much for this lovely mod!
Sigma 7 2021 年 10 月 5 日 下午 12:11 
The glitch is that it's stacking the two token piles above the left cat. Until it's fixed, unlock the piles, and drag them to where they should be.