Polysoup trouble
by Adam Beer · in Torque Game Engine Advanced · 06/19/2008 (11:39 am) · 6 replies
I have decided to make my buildings dts's and use polysoup instead of being dif's. When I load in a building, my player will get stuck on it wherever he is. I learned that the floor of the building cant be just 2 polys or the player cant walk on it. If I walk up to a wall or the doorway, instead of the player going in the door, he just gets stuck. This also happens on the outside and inside walls. Any ideas as to what the problem is?
About the author
Adam is the owner of Ignition Games, an indie game and software development company.
#2
I think my problem is more of an art issue, not code. For example, I am not modeling my building correctly somehow. Is there any requirements on how to make a polysoup building work properly?
06/26/2008 (7:52 am)
Ross,I think my problem is more of an art issue, not code. For example, I am not modeling my building correctly somehow. Is there any requirements on how to make a polysoup building work properly?
#3
06/26/2008 (9:01 am)
...
#4
06/26/2008 (12:09 pm)
There's an option with polysoup, it's called something like "PlayerStep" and you can check/uncheck it in the mission editor. Is this turned on with your building? If so, the player could be attempting to run up the wall you're colliding with.
#5
06/27/2008 (10:47 pm)
I still get stuck with allowPlayerStep enabled.
#6
03/05/2010 (5:02 am)
Not to dig up an old issue but I fixed the issue by making sur my model was Single Sided polygons and that it was set to Smoothed and not set to Solid. This is in Blender
Associate Ross Pawley
I certainly could be wrong though, since I haven't tried it out.