Page 1 of 1

yav_prop_boulder has no soldier collision?

Posted: Tue Nov 05, 2013 4:28 pm
by JimmyAngler
ok so I put down a big rock. When I play the game my units can run through it. I am new to modding so take it easy on me. Simply walk me through the basic steps please.

Re: non-existing rock?

Posted: Tue Nov 05, 2013 4:36 pm
by Marth8880
Which ODF is it?

Re: non-existing rock?

Posted: Tue Nov 05, 2013 4:58 pm
by JimmyAngler
yav_prop_boulder.odf

Re: non-existing rock?

Posted: Tue Nov 05, 2013 9:19 pm
by Nedarb7
Try adding these lines at the bottom of the odf:

Code: Select all

OrdnanceCollision   = "polymsh"
OrdnanceCollision   = "polymsh1"
SoldierCollision   = "polymsh"
SoldierCollision   = "polymsh1"
VehicleCollision   = "polymsh"
VehicleCollision   = "polymsh1"
Or you can try copying "yav_icon_bomb.msh.option" and rename it yav_prop_boulder.msh.option

Re: non-existing rock?

Posted: Tue Nov 05, 2013 9:59 pm
by JimmyAngler
nope neither option worked.