Tabletop Simulator

Tabletop Simulator

101 arvostelua
Calico
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Game Category: Board Games
Number of Players: 1, 2, 3, 4
Tiedostokoko
Julkaistu
Päivitetty
366.823 KB
10.1.2020 klo 15.29
13.1.2021 klo 12.40
7 muutosilmoitusta ( näytä )
Kuvaus
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 kommenttia
Habanero 11.6. klo 17.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 11.12.2024 klo 17.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 22.7.2024 klo 13.45 
whats the deal with the 6th cat tile? i dont see him in the rulebook
Escarlatum 7.9.2023 klo 7.21 
Hey guys, I created a new mod for calico fixing the problems of this one: https://gtm.steamproxy.vip/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 2.6.2023 klo 17.54 
Board not loading.

easy setup
Error in Script (Global)function<start>:chunk_3:(126,8-37):bad argument #1 to '!!next_i!!'
dlwodnr 2.4.2023 klo 5.09 
easy setup
Error in Script (Global)function<start>:chunk_3:(126,8-37):bad argument #1 to '!!next_i!!'
edmorex 27.2.2023 klo 16.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 1.2.2022 klo 8.40 
Love this mod. It is not much, but just in case you want to add cat tokens, here you have them:

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2739263918
phantomness 1.1.2022 klo 14.05 
Thank you so much for this lovely mod!
Sigma 7 5.10.2021 klo 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.