Tabletop Simulator

Tabletop Simulator

84 ratings
Katamari D20
   
Award
Favorite
Favorited
Unfavorite
Number of Players: 1, 2, 3, 4
File Size
Posted
Updated
34.763 KB
14 Jun, 2019 @ 5:22pm
23 Jun, 2019 @ 1:38pm
8 Change Notes ( view )

Subscribe to download
Katamari D20

Description
A D20 made in the likeness of a Katamari from Katamari Damacy!

I made this partly to give myself more experience with Blender and Unity but also because I wanted a Katamari in Tabletop Simulator.

Features:
  • It's a D20!
  • All rotation values are setup properly.
  • Color variations from some of the levels. Adding more.
  • That's it...
Todo:
  • Add a line under the 6 and 9. Whoops!
  • More colors and/or improve the texture for the use of Color Tint. <--Working on this currently.
  • Change/tweak the font as the 1 and 7 look very similar.
  • Tweak the physics a bit more.
  • Create a shader that is more pleasing to me.
  • Add impact and bounce sounds from the game.
  • Make a more traditional rounded Katamari variation.
  • Is it even possible to script it to pick up things that it rolls over?

Font: Sniglet - https://theleagueofmoveabletype.com/sniglet
13 Comments
demiveeman 2 Jul, 2019 @ 4:36am 
Na na na na na na na na na Katamari D20!!!
Spacer 18 Jun, 2019 @ 3:11pm 
Papa bless :ok:
Mideanon 18 Jun, 2019 @ 1:24am 
function onLoad()
self.mass = 50
end


function onCollisionExit(tableu)
obj = tableu.collision_object
if obj.tag!="Surface" then
self.jointTo(obj, {
["type"] = "Spring",
["collision"] = false,
["spring"] = 10,
["damper"] = 0.1,
["max_distance"] = 2,
["min_distance"] = 2
})
obj.interactable = false
obj.mass = 0.01
end
end

while not a true katamari, it at least collects items and is still decently stable to not sperg out and get deleted because joints
secretlyrobin 17 Jun, 2019 @ 7:52pm 
You could use the knife project tool in blender, create a group of lines that look like your number, project it onto the face, extrude them in a little bit, and bevel the edges. This would be pretty hard to print without the right setup though, probably send it off to a professional 3D print lab if you want one.
One of Many  [author] 17 Jun, 2019 @ 3:22pm 
@Tramble I don't see why not? It would need some work to add the number grooves to the model in a way that doesn't make it 600,000 polygons. I might just put up the .blend file and let someone else have at it. I'll look in to it.
One of Many  [author] 17 Jun, 2019 @ 3:20pm 
@Mideanon I'll have to look into it. It would be neat even if it was limited. Although, even with a toggle it might turn this from a novelty die into a troll item... For science and damn the consequences?
Tramble 17 Jun, 2019 @ 12:39am 
This is amazing, I want a real one! Any chance of making the model available to 3d print?
Mideanon 16 Jun, 2019 @ 11:11pm 
yes it is possible, but would probably stop after a few items
Neonivek 16 Jun, 2019 @ 10:17pm 
Goodness, I wish I had those in real life.
secretlyrobin 16 Jun, 2019 @ 7:38pm 
Does what it says on the tin, is adorable. You have done the internet a great service today, and for this we thank you.