Tabletop Simulator

Tabletop Simulator

84 vurderinger
Katamari D20
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Number of Players: 1, 2, 3, 4
Filstørrelse:
Offentliggjort:
Opdateret:
34.763 KB
14. juni 2019 kl. 17:22
23. juni 2019 kl. 13:38
8 ændringsbemærkninger ( vis )

Abonner for at downloade
Katamari D20

Beskrivelse
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 kommentarer
demiveeman 2. juli 2019 kl. 4:36 
Na na na na na na na na na Katamari D20!!!
Spacer 18. juni 2019 kl. 15:11 
Papa bless :ok:
Mideanon 18. juni 2019 kl. 1:24 
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. juni 2019 kl. 19:52 
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  [ophavsmand] 17. juni 2019 kl. 15:22 
@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  [ophavsmand] 17. juni 2019 kl. 15:20 
@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. juni 2019 kl. 0:39 
This is amazing, I want a real one! Any chance of making the model available to 3d print?
Mideanon 16. juni 2019 kl. 23:11 
yes it is possible, but would probably stop after a few items
Neonivek 16. juni 2019 kl. 22:17 
Goodness, I wish I had those in real life.
secretlyrobin 16. juni 2019 kl. 19:38 
Does what it says on the tin, is adorable. You have done the internet a great service today, and for this we thank you.