Page 1 of 1

how to stop enemy ai entering the barcspeeder ?

Posted: Fri Oct 11, 2019 3:27 pm
by wsa30h
how do i stop the enemy from entering the barcspeeder ? i changed the available for both teams from 1 to 0 that didnt work so i removed the line completely and they still use it.

Re: how to stop enemy ai entering the barcspeeder ?

Posted: Fri Oct 11, 2019 7:23 pm
by Marth8880
Try adding this line to the vehicle ODF:

Code: Select all

ReserveOneForPlayer = "1"

Re: how to stop enemy ai entering the barcspeeder ?

Posted: Wed Oct 16, 2019 6:40 am
by wsa30h
that didnt stop the ai entering it turns out i had to hex edit the munged file and change the 31 to 30 even after a fresh mnge the available for any team was still set to 1 instead of 0 even though i set it to 0 in the odf but hex editing it did the trick.