might be easier to just open the mission files one by one, and edit them to reflect the correct Hurricane class for those missions that use it....
okay, so to change an aircraft type in the mission file is pretty simple, although it can get tricky in certain cases, for instance if you don't have the loadout entries from the weapons_ru.propereties file available -but this should be easy enough for you to make loadout changes when you start the mission ingame.
so, to do this, you need to open the specific mission file/s you want to change.
you also need to have your air.ini file on hand to find the correct entries.
in my example, i open the stock mission file BF_109_1.mis from the Single/DE/Bf-109 folder.
the first bit looks like this:
[MAIN]
MAP Kuban/load.ini
TIME 12.0
CloudType 3
CloudHeight 1500.0
player II_JG5_210
army 2
playerNum 0
[Wing]
II_JG5_210
g0112
g0111
8GvShAP10
11GvIAP10
[II_JG5_210]
Planes 2
Skill0 3
Skill1 2
Skill2 3
Skill3 3
Class
air.BF_109G6 Fuel 100
weapons
U3R6-MG151-20for the sake of this explanation, we are not concerned with the waypoint info or anything else.
so, the [Wing] section tells you which flights are in the mission. then, the [II_JG5_210] section provides details of your flight
the class info is highlighted in red...if you now look in your air.ini for the Bf-109G-6 entry:
Bf-109G-6
air.BF_109G6 2 g01 SUMMER
now, it's easy to see how to change a plane...just replace the class part of the entry with that of whichever plane you want to use.
i'll change the G-6 for a G-14 in this example, so the line in mission file entry will be changed as such:
Class
air.BF_109G14....
that's about it.
things to look out for are the weapons entries. if you don't have the necessary weapons info, it's best to just change it to default.
so, the line in the mission file:
weapons U3R6-MG151-20
will become:
weapons default
you can then change this loadout at mission start ingame, or alternatively use your weapons_ru.properties to reference the correct loadout entry.
in the case of this G-6, the weapons entry is:
Bf-109G-6.
U3R6-MG151-20 U4R6: Mk 108 + MG 151/20 Pods
i'll change it to the G-14's Mk 108 + MG 151/20 Pods loadout, so it'll become:
weapons
U4R6-MK1082XMG151-20so, you can see the part in blue is what needs to be changed.
also be careful to check for skin names when changing the plane, it might be wanting to use a skin that doesn't fit this particular plane, but again this is no real problem, as the game will just load the default skin instead.
that should about cover it for now.