Page 1 of 1

is it possible to change the Preset ships on Flight Sim Tour missions

Posted: Thu Nov 04, 2021 4:36 pm
by JinKazama16
Hi Everyone

I was wondering is it possible to change the Preset ships on Flight Sim Tour Missions
Like if You play the Family Missions instead just the Preset Transports you can add the FRS, Lambda, Outrider

I can do this on the Main Campaign but when playing on the FlightSim it reverts back to the Preset Transports

Re: is it possible to change the Preset ships on Flight Sim Tour missions

Posted: Sun Nov 28, 2021 2:50 pm
by Ace Antilles
JinKazama16 wrote:
Thu Nov 04, 2021 4:36 pm
Hi Everyone
I was wondering is it possible to change the Preset ships on Flight Sim Tour Missions
Like if You play the Family Missions instead just the Preset Transports you can add the FRS, Lambda, Outrider
I can do this on the Main Campaign but when playing on the FlightSim it reverts back to the Preset Transports
To define the list of crafts that appear in the hangar crafts selection menu, create the following files in the main XWA folder:
- "CraftSelectionTransports.txt"
- "CraftSelectionFighters.txt"
- "CraftSelectionCrafts.txt"
If the files don't exist, default values are used.

CraftSelectionTransports define the crafts that appear when the mission player craft is a transport.
CraftSelectionFighters define the crafts that appear when the mission player craft is a fighter.
CraftSelectionCrafts define the crafts that appear in the Proving Ground.
See "CraftSelectionTransports.txt", "CraftSelectionFighters.txt", "CraftSelectionCrafts.txt"

It's also done in the Mission. In Allied on the Datapad the second tab - Options - Optional Ships
Same in Yogeme. The options tab.

Re: is it possible to change the Preset ships on Flight Sim Tour missions

Posted: Thu Feb 03, 2022 12:23 pm
by JinKazama16
Thanks Ace it Worked :)

Re: is it possible to change the Preset ships on Flight Sim Tour missions

Posted: Sat Jun 17, 2023 4:24 pm
by CmdrKettch
My apologies if this counts as a necro, but I do have some questions about this.

First, does the above-described solution only affect flight simulator tour missions, or ALL missions--flight simulator or not? (EDIT: I've confirmed that the campaign missions are not affected by this; I still wonder if there is a way to affect the Pilot Proving Grounds as well.)

Second:

Code: Select all

; ModelIndex_001_0_0_Xwing
1

; ModelIndex_002_0_1_Ywing
2

; ModelIndex_003_0_2_Awing
3

; ModelIndex_004_0_3_Bwing
4

; ModelIndex_014_0_13_Z_95
14
These are from CraftSelectionFighters.txt. I imagine that one must use a similar ID scheme for each craft one hopes to add to the selectable craft list; I don't think you can simply add, say, "TIE Fighter" and have the engine recognize the string. Is there a list of these ID codes for each craft?

Re: is it possible to change the Preset ships on Flight Sim Tour missions

Posted: Fri Mar 08, 2024 8:29 pm
by Doitjust4fun
Also would like to know how to add ships to Tour simulator missions. I see that the first part "ModelIndex # lines up with the shiplist.txt file, but what about the info after the index number. _0_#_shipname? Where are you getting the 13 for the Z-95? And what would it look like to add the T-Wing?