Garry's Mod

Garry's Mod

928 vurderinger
Make Spherical
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Fun
Filstørrelse:
Offentliggjort:
Opdateret:
3.923 KB
2. apr. 2013 kl. 14:38
11. apr. 2013 kl. 14:11
3 ændringsbemærkninger ( vis )

Abonner for at downloade
Make Spherical

Beskrivelse
Make Spherical gives most* entities perfectly spherical collisions that don't bounce when rolling or clip through the ground at high speeds like normal triangle-based collision meshes (meaning that it's perfect for wheels!). Simply left click on an entity to give it spherical collisions with the radius based upon the entity's size, or right click to set a custom radius. Hitting the reload key will remove all of Make Spherical's effects on the entity.
You can also set where the center of the sphere is relative to the entity's origin using the sliders, or check a box to make sure that the entity is always centered in the sphere.

If you like this addon, rate it and follow me on workshop!
Check out the GitHub page: https://github.com/daveth/makespherical

*[ doesn't work on ragdolls, vehicles, or anything that doesn't obey standard vphysics! ]
Populære diskussioner Vis alle (2)
7
25. okt. 2021 kl. 22:47
I HAVE A BIG PROBLEM!
r32jz
1
26. juni 2024 kl. 0:25
using this then moving prop with PA causes issues
Sanders
116 kommentarer
Psyden 7. jan. kl. 11:09 
@MJ @Summer i did actually try modifying the addon's source to make that change, because even an oblong sphere would be better for wheels than make spherical, but it only changes the bounding box size, not the actual sphere, since the (radius, radius, radius) thing is present in
ent:SetCollisionBounds, which only sets the bounding box, not the actual sphere collision
the sphere collision is set with ent:PhysicsInitSphere, which only takes a single number for it's radius, so no way of making oblong spheres either sadly.
Michael Phillips 15. dec. 2024 kl. 1:16 
Is this compatible with dupes/saves?
based barrage kicker 12. okt. 2024 kl. 23:56 
any possible way to flatten the sphere to make an oblate spheroid?
Bloky 30. juli 2024 kl. 6:00 
ok it works but what would it be used for?
Joe Balls 19. juni 2024 kl. 9:06 
V This addon came out in 2013.
lasssebula 7. mar. 2024 kl. 7:46 
i thought this would stretch the textures so the prop you used it on would become a ball. my bad for not reading the descripton lol
Unami Fox 30. jan. 2024 kl. 16:34 
V This addon came out in 2013.
Magi 23. jan. 2024 kl. 20:57 
imagine using chatgpt for coding
that doesn't get results, it makes you look stupid.
er.vin87 18. sep. 2023 kl. 11:58 
acf car wheel :D
daveth  [ophavsmand] 29. juli 2023 kl. 9:54 
Honestly I'd forgotten I'd merged a fix - didn't have access to a PC with gmod to test it out for ages. Will do soon