Page 1 of 1

Stop _lowrez from being used as collision? [Solved]

Posted: Sat Nov 01, 2014 1:57 pm
by MileHighGuy
The game is using my _lowrez models as collision when I would prefer it generate them from the high rez models only. Is there a way to do this? I tried -donotmergecollision in the option and nothing changed.

EDIT: I looked at the rendercollsion in game and both are being used as collision. But my question still stands

Re: stop _lowrez form being used as collision?

Posted: Sat Nov 01, 2014 2:08 pm
by thelegend
Did you make sure you named the models right? Example: house and house_lowrez

Re: stop _lowrez form being used as collision?

Posted: Sat Nov 01, 2014 2:12 pm
by MileHighGuy
I fixed it by duplicating my high rez model and naming it as collision (collision_-svbot-name). Thanks for your reply.