i die on sphere

Tutorials and discussions about Mapping - Introduce your own ones!
User avatar
Baardman
Skilled
Posts: 202
Joined: Mon Oct 02, 2017 9:39 am

i die on sphere

Post by Baardman »

i was trying to make a sphere shape but whenever i touch i die and fall through, nothing changed its just a simple shape.

You do not have the required permissions to view the files attached to this post.
User avatar
papercoffee
Godlike
Posts: 10489
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.

Re: i die on sphere

Post by papercoffee »

Yeah deadly spots (hole into the void) are common when the polygons are too much and produce too many BSP cuts.
try to turn that sphere into a semi-solid and hit "transform permanently".
User avatar
Baardman
Skilled
Posts: 202
Joined: Mon Oct 02, 2017 9:39 am

Re: i die on sphere

Post by Baardman »

papercoffee wrote: Mon Jul 31, 2023 1:45 pm Yeah deadly spots (hole into the void) are common when the polygons are too much and produce too many BSP cuts.
try to turn that sphere into a semi-solid and hit "transform permanently".
That did not work, if i set the SphereExtrapolation higher then 2 it will start to have this issue, that way can never have anything close to a rounded sphere. :evil:
User avatar
Barbie
Godlike
Posts: 2897
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: i die on sphere

Post by Barbie »

I once <strike>solved</strike> worked around a similar issue in map MH-Treasure2DX+SBFix2 by adding BlockAlls.
You do not have the required permissions to view the files attached to this post.
"If Origin not in center it be not in center." --Buggie
User avatar
ExpEM
Adept
Posts: 302
Joined: Wed Nov 09, 2016 1:48 am

Re: i die on sphere

Post by ExpEM »

The Sphere builder is known to cause trouble with BSP, you could try a similar sphere using the 2d shape editor.
Signature goes here.
User avatar
Hitman
Adept
Posts: 308
Joined: Mon Aug 16, 2010 11:01 am
Location: Sweden

Re: i die on sphere

Post by Hitman »

I had the same problem and a block all fixed it.