Is it possible to let a mission in begin with that you of course choice your soldiers. But when you then start the mission, can you then do so that you only are controlling 1 person, a person that you haven't choice as soldier, but are in the mission, and then you can't be the others soldiers, and they are also following the person, and if the man you are die, then the mission is over?
Teppe
[How to stop soul switching?]
Started by teppe, Feb 22 2012 04:45 PM
6 replies to this topic
#1
Posted 22 February 2012 - 04:45 PM
''Train hard - fight easy''
#2
Posted 22 February 2012 - 04:55 PM
AvatarSwitchingOff response in the startup block will keep players from switching soldiers.
Note that this can be bypassed by switching to observer mode, changing to another soldier, and turning off observer mode.
You can have it end the mission when the PlayerControlledActor dies, but this will only work in SP.
Note that this can be bypassed by switching to observer mode, changing to another soldier, and turning off observer mode.
You can have it end the mission when the PlayerControlledActor dies, but this will only work in SP.
#3
Posted 22 February 2012 - 04:57 PM
So i can let the player be one soldier?
Teppe
Teppe
''Train hard - fight easy''
#4
Posted 22 February 2012 - 04:59 PM
Yes, that will keep them from switching soldiers. You can also use a loop to hide the other AI on the team if you want.
Group: Default
Trigger: Startup
Responses:
Use HideAI loop to loop over all members of player platoon.
Group: HideAI
Trigger: LoopActors (a loop is ready to procces This Actor <make a new actor ref called this actor>)
Responses:
BlockPreserve
Continue if compare things (if this actor is not equal to the player controlled actor
Hide This Actor
Group: Default
Trigger: Startup
Responses:
Use HideAI loop to loop over all members of player platoon.
Group: HideAI
Trigger: LoopActors (a loop is ready to procces This Actor <make a new actor ref called this actor>)
Responses:
BlockPreserve
Continue if compare things (if this actor is not equal to the player controlled actor
Hide This Actor
Edited by rileyfletcher_01, 22 February 2012 - 05:00 PM.
#5
Posted 22 February 2012 - 06:32 PM
But can i let the player control 1 soldier, that he hasn't chocied in the platoon selection, but that there are placed on the map. An actor?
Teppe
Teppe
''Train hard - fight easy''
#7
Posted 23 February 2012 - 05:16 PM
Ok, thanks
Teppe
Teppe
''Train hard - fight easy''
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













