• 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.

Just Flight/Flight1 addons

dhasdell

SOH-CM-2023
I have several of the above, such as BBMF, Double Trouble, Mosquito Squadron, and they are accessed via separate icons and expect to be shut down properly after use. Some things are available anyway through the normal install, but others are not. For example the normal install can see German missions for Double Trouble, but not American, which only show up when running DT, and then as USAAF. Country.cfg files are specific, too, and (I think) system settings. Is it possible to get everything into a single, simple install?
 
Its because the default cfg doesn't have the USAAF option in it, only USA. But it does have a default German option, that's why the German missions show up when working in the normal install. You asked if its possible to get everything into a single, simple install. The answer is in your previous statement, "Country.cfg files are specific, too...". Modify your default cfg by creating a new option for USAAF. Copy the entire USAAF section from the DT cfg:

[country.7]
name=US Army
short_name=USA
nationality=USAAF
heading=oclock

and paste it into the default cfg. If your defo cfg is already using country number 7 for another nationality, you have to change the new USAAF option to a new unused number. If this is the case, then you will also have to go into the missions with notepad and change all USAAF allegience numbers to your new number, beginning with the header info in every DT_USAAF mission:

[mission]
version=2.0
title=%title_string%
summary=%summary_string%
objective=
intelligence=
mission_type=2
allegiance=7
total_goals=1
player_aircraft=3838
player_aircraft_name=%player_aircraft_name_string%
airfield=%airfield_string%
date=1/7/1944
time=12:00

...and then working your way through EVERY individual mission - German and American - to change all unit entries for the Mustang flights from 7 to whatever your new number may become:

[unit.16]
id=9094
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

[unit.17]
id=9095
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

[unit.18]
id=9096
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

[unit.19]
id=9097
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

[unit.20]
id=9098
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

[unit.21]
id=9099
type_id=3838
allegiance=7
skill=3
aggression=2
payload=0

....of course, if your defo cfg isn't using the number 7 already, you can just add the country number under Allies and not have to bother with all the editing.

After you master this portion, there's more details on how to merge the other stuff into your main, like the scenery, weapons, gsl and uires screens. You can even go a step further and add USAAF-specific ranking and medals for campaigning (the defo American setup is completely aligned for USN ranking and awards).
 
Thank you - that seems to have done the trick, and I found some USAAF screens for the Uires folder which are showing up. Does this mean I can delete BBMF and DT from the Addon folder?
:ernae:
 
Dhasdell,

You do realize that I got full permission from Just Flight / Flight One to update the Mosquito Squadron and the Mustang Vs Fw-190 / Double Trouble, and that they are on my website, don't you?
 
Yes thank you, Rami, and I have downloaded them, but haven't yet been organised enough to get the other downloads needed for them.
:wavey:
 
Another thing is that USAAF aircraft need their own entries in the callsigns.dat file, which explains why the Double Trouble Mustangs don't have them.
 
Back
Top