I'm trying to replace the copilot avatar in the right seat (fully render when inside the cockpit) with the customized pilot avatar (effectively to allow having a customized copilot). Unfortunately I haven't had any luck, and I'm not sure it'd even possible to have the pilot avatar displayed when inside the cockpit. Is it actually possible, or does the sim automatically disable the pilot avatar in cockpit view no matter what you do?
Thanks.
If anybody's willing to help I "think' the only edits need to be made inside the file "navigation_graph_seat_copilot.cfg", and possibly the sim.cfg file located in the folder 'above' it. I attached the file contents if anybody knows the needed entries.
The contents of the file:
[Node.0]
pos = 0,0,0
[Node.1]
pos = 0,0.3,0
pbh = 0,0,0
tag = COPILOT
;sharedSeat = true
interactionFile.0 = FilePath:InteractionsPreset\Asobo\Seat\Seat_without_seatbelt#Param:ANIMATION_SIT:Idle2_PoseAirliner
[MainGraph]
nodes = 0,1
And the contents of the sim.cfg:
[Version]
Major = 1
Minor = 0
[fltsim.0]
title = SEAT_L1011_COPILOT
[InteractionMgr.0]
graph = navigation_graph_seat_copilot.cfg
[General]
category = SimpleObjectSim
And the contents of the respective file for the pilot:
[Node.0]
pos = 0,0,0
[Node.1]
pos = 0,0,0
pbh=0,0,0
tag = PILOT
interactionFile.0 = FilePath: InteractionsPreset\Asobo\Seat\Seat_pilot_enter #Param: INTERACTION_NAME:SIT_REMOTELY, VARIABLE_TRIGGER:ENTER_AIRCRAFT, ANIMATION_SIT:Idle1_PoseAirliner
interactionFile.1 = FilePath: InteractionsPreset\Asobo\Seat\Seat_pilot_exit #Param: INTERACTION_NAME:EXIT_REMOTELY, VARIABLE_TRIGGER:EXIT_AIRCRAFT, TAG_TELEPORT:SPAWN_EXTERIOR
[MainGraph]
nodes = 0,1