Tabletop Simulator

Tabletop Simulator

84 hodnocení
Katamari D20
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Number of Players: 1, 2, 3, 4
Značky: Custom Models, Misc, 4+
Velikost souboru
Přidáno
Aktualizováno
34.763 KB
14. čvn. 2019 v 17.22
23. čvn. 2019 v 13.38
Poznámky ke změnám (8) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Katamari D20

Popis
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
Počet komentářů: 13
demiveeman 2. čvc. 2019 v 4.36 
Na na na na na na na na na Katamari D20!!!
Spacer 18. čvn. 2019 v 15.11 
Papa bless :ok:
Mideanon 18. čvn. 2019 v 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. čvn. 2019 v 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  [autor] 17. čvn. 2019 v 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  [autor] 17. čvn. 2019 v 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. čvn. 2019 v 0.39 
This is amazing, I want a real one! Any chance of making the model available to 3d print?
Mideanon 16. čvn. 2019 v 23.11 
yes it is possible, but would probably stop after a few items
Neonivek 16. čvn. 2019 v 22.17 
Goodness, I wish I had those in real life.
secretlyrobin 16. čvn. 2019 v 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.