Page 1 of 1
US inf. unit as reinforcement appears out of the game field!
Posted: Thu Jun 10, 2010 3:51 am
by pomakli
Hi!
Normandy Camp. Night escape scen.
US infantry unit as reinforcement appears out of the game field and can't be controlled!
Screen print done and sent per e-mail!
BR
Posted: Thu Jun 10, 2010 10:02 am
by IainMcNeil
Thanks - passed on to Lukas to fix.
Posted: Thu Jun 10, 2010 5:36 pm
by pomakli
I checked the campaigns/scenarios/bsf - datas!
I think; that under
"PlaceUnit(16, 49, 2, 0, 0, "US_TRUCK") ;
PlaceUnit(15, 49, 2, 0, 0, "US_INFANTRY") "
The first number "15" is wrong!
All the other reinforcements have as the x coordinate "16"!
BR

Posted: Thu Jun 10, 2010 5:57 pm
by adherbal
Actualy it should be
PlaceUnit(15, 49, 2, 8, 0, "US_INFANTRY")
to load it into the previously created unit (the truck) but thanks

Posted: Thu Jun 10, 2010 9:41 pm
by pomakli
adherbal wrote:Actualy it should be
PlaceUnit(15, 49, 2, 8, 0, "US_INFANTRY")
to load it into the previously created unit (the truck) but thanks

Thanks for the tip!
