Adding airbase to cutscenes.xml

mongoose

SOH-CM-2025
I am trying to add
<TOW_Deelen_airbase>
<Cutscene FileName="g_pregame_2.xml"/>
<TOW_Deelen_airbase>

or such like to the xml but CFS3 doesn't seem to like it where ever I put it. Any ideas and is it related to qclocations or other files??
 
What happens if you add it to the file like that?

It's been a while but I think you need to add it to the qclocations file anyway, otherwise you can't pick the airfield in QC. Also, I believe the name you use in the cutscenes.xml should match the facility file's name. But again, it's been some time since I played with airfields...

Frosty

BTW, there's a typo in your entry - maybe that's the problem:

<TOW_Deelen_airbase>
<Cutscene FileName="g_pregame_2.xml"/>
</TOW_Deelen_airbase>

Note the forward slash in the last string! If you edit the file in an XML editor or view it in Explorer, I think it might give an error on opening or closing of the file, pointing you to the faulty string.
You can always copy an existing and working entry and change the contents to suit your files.
 
The "/" might be it! Lets see. That seem to do it as far as stopping the game starting. Now OK! :salute::salute:

qclocations in Netherlands is

<City Name="Deelen">
<Airbase ID="deel001" Lat="N52*3'22.2444" Lon="E5*52'43.8672" Terrain="CFS3Europe" GlobalLayer="CFS3Europe1943"/>
</City>
 
Back
Top