Tabletop Simulator

Tabletop Simulator

84 arvostelua
Katamari D20
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Number of Players: 1, 2, 3, 4
Tunnisteet: Custom Models, Misc, 4+
Tiedostokoko
Julkaistu
Päivitetty
34.763 KB
14.6.2019 klo 17.22
23.6.2019 klo 13.38
8 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Katamari D20

Kuvaus
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 kommenttia
demiveeman 2.7.2019 klo 4.36 
Na na na na na na na na na Katamari D20!!!
Spacer 18.6.2019 klo 15.11 
Papa bless :ok:
Mideanon 18.6.2019 klo 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.6.2019 klo 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  [tekijä] 17.6.2019 klo 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  [tekijä] 17.6.2019 klo 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.6.2019 klo 0.39 
This is amazing, I want a real one! Any chance of making the model available to 3d print?
Mideanon 16.6.2019 klo 23.11 
yes it is possible, but would probably stop after a few items
Neonivek 16.6.2019 klo 22.17 
Goodness, I wish I had those in real life.
secretlyrobin 16.6.2019 klo 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.