• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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