Change infantry's spawning direction on Coral Sea ?

Ask questions, discuss ideas, get answers
Post Reply
Scoop M
Posts: 73
Joined: Wed Oct 31, 2012 2:49 am

Change infantry's spawning direction on Coral Sea ?

Post by Scoop M »

SSM

Is it possible to affect the direction soldiers are facing, when they spawn at the Hornet or Hiryu at Coral Sea ?

If yes, how ?
Last edited by Scoop M on Mon Nov 12, 2012 4:50 pm, edited 1 time in total.
freddy
Posts: 1267
Joined: Sun Oct 18, 2009 4:58 pm

Re: Change infantry's spawning direction on Coral Sea ?

Post by freddy »

Well try just add some rotation to the spawner

Code: Select all

ObjectTemplate.addTemplate Hornet_AirCraftSoldierSpawn
ObjectTemplate.setPosition -4.8/20.4/-113.5
ObjectTemplate.setRotation 80.5/0/0        < --------------

dunno if this may work

Code: Select all

 ObjectTemplate.Active Hornet_AirCraftSoldierSpawn
ObjectTemplate.setRotation 80.5/0/0  

User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Change infantry's spawning direction on Coral Sea ?

Post by Swaffy »

freddy wrote:Well try just add some rotation to the spawner

Code: Select all

ObjectTemplate.addTemplate Hornet_AirCraftSoldierSpawn
ObjectTemplate.setPosition -4.8/20.4/-113.5
ObjectTemplate.setRotation 80.5/0/0        < --------------

Actually,

Code: Select all

ObjectTemplate.addTemplate Hornet_AirCraftSoldierSpawn
ObjectTemplate.setPosition -4.8/20.4/-113.5
ObjectTemplate.setRotation 260.5/0/0
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
Scoop M
Posts: 73
Joined: Wed Oct 31, 2012 2:49 am

Re: Change infantry's spawning direction on Coral Sea ?

Post by Scoop M »

It works ! - It works ! :o

Thank you Freddy, Swaffy and BFMods ! :)
Post Reply