BAC 1-11 in FSX

Classic British Flight Sim forum.
Support for Maltby/Piper FS models & other Classic British freeware.

Moderators: Guru's, The Ministry

Mogget
Chipmunk
Chipmunk
Posts: 40
Joined: 12 Jan 2009, 16:05

BAC 1-11 in FSX

Post by Mogget »

Does the BAC 1-11 work in FSX?

User avatar
TSR2
The Ministry
Posts: 16759
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: BAC 1-11 in FSX

Post by TSR2 »

Hi Mogget,

Welcome aboard. Yes she works well in FSX with the usual limitations... smoke etc.

Cheers
Ben.:tunes:

ImageImageImage

User avatar
DanKH
Battle of Britain
Battle of Britain
Posts: 3526
Joined: 02 Dec 2004, 10:53
Location: EKCH, Denmark
Contact:

Re: BAC 1-11 in FSX

Post by DanKH »

Yes, no limitations, just minor edits.
Best Rgds
Dan
Image
Image Image
Who's General Failure, and why is he reading my harddisk?

Mogget
Chipmunk
Chipmunk
Posts: 40
Joined: 12 Jan 2009, 16:05

Re: BAC 1-11 in FSX

Post by Mogget »

What do you mean by "usual limitations"? I have only just ordered FSX.

User avatar
TSR2
The Ministry
Posts: 16759
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: BAC 1-11 in FSX

Post by TSR2 »

How fimiliar are you with aircraft folder etc and the aircraft.cfg file? Have you ever added repaints to an exisiting aircraft for example?
Ben.:tunes:

ImageImageImage

Mogget
Chipmunk
Chipmunk
Posts: 40
Joined: 12 Jan 2009, 16:05

Re: BAC 1-11 in FSX

Post by Mogget »

If you let me know what needs to be changed in the .cfg file, I'm fairly sure that I can handle it. Just make the instructions clear and concise ;-)

Mogget
Chipmunk
Chipmunk
Posts: 40
Joined: 12 Jan 2009, 16:05

Re: BAC 1-11 in FSX

Post by Mogget »

Can anyone help me get the Bac 1-11 working in FSX? The installer obviously puts the files in the wrong place, so I would like to know exactly what I need to do. I have downloaded the 510ED version, because I want to use the white EAL plane. I have also downloaded the relevant panel, and (of course) the engine sounds :)

User avatar
TSR2
The Ministry
Posts: 16759
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: BAC 1-11 in FSX

Post by TSR2 »

Have you ever used FS9 before? This is pretty basic stuff mate. Have you run the installer or have you deleted the files it created?
Ben.:tunes:

ImageImageImage

Mogget
Chipmunk
Chipmunk
Posts: 40
Joined: 12 Jan 2009, 16:05

Re: BAC 1-11 in FSX

Post by Mogget »

I am using FSX, not FS9. I have also only just purchased it, and haven't used MSFS for quite some time. It might be "basic stuff" to you, but I would appreciate some help.

User avatar
TSR2
The Ministry
Posts: 16759
Joined: 17 Jun 2004, 14:32
Location: North Tyneside, UK
Contact:

Re: BAC 1-11 in FSX

Post by TSR2 »

Ok Mate, that makes sense now.

Righty, please remember none of DM's stuff is designed for FSX. The locations that the files go into changed in FSX so the installers for any FS9 aircraft will put the files where they would have gone in FS9., something to bare in mind for the future.

OK, so first of all, for the 510ED you'll need the 3 files from DM's website...
1. 111_SOUND_20061001.zip
2. 111_PANEL_510ED_20061102.zip
3. 111_510ED_20080120.zip

Next, starting with the first zip file, open it and run the installer, but when it asks where to install to, specify a temporary folder e.g. create c:\DMFS9Temp or something, and point the installer at that directory. When the installer has finished extracting the files open the second zip file and run the installer doing exatly the same again and pointing it at the same temporary folder (don't create a new one.) If you are prompted to merger folders or overwrite files always say Yes.

You now have all the 1-11 510ED files extracted in the temp location. Now all we need to do is move them to the correct folders in FSX.
If youn go into your temp folder, there will now be 3 sub folders, Aircraft, Texture and effects.

We'll start with the Effects folder.
Copy the contents of the Effects folder in the temporary location to your main FSX effects folder. Depending on where you have installed FSX, this will be ...\Program Files\Microsoft Games\Microsoft Flight Simulator X\Effects

Next, the go into the aircraft folder in the temp location. There should be 3 folders; BAC 1-11 510ED, BAC 1-11 510ED Hush-Kits, and DMFS Shared Files
Select all 3 folders and copy the 3 complete folders to ...\Program Files\Microsoft Games\Microsoft Flight Simulator X\SimObjects\Airplanes

Finally, go to the texture folder in the temp directory. I cant remember if these need to go to a different directory in FSX, but we can put them in the main texture directory and see if it works. Copy the contenets of the texture directory to ...\Program Files\Microsoft Games\Microsoft Flight Simulator X\Texture

Now thats all of the files in the correct place.

Things to note. In FSX they changed the co-ordinates for positioning effects, and on all FS9 aircraft the smoke effects will be rotated by 90 degrees. They also changed the way existing effects work, so to be honest the engine smoke looks rubbish, so you have two choices.

1. Change the effect coordinates so that the are in the correct poistion...
To do this open each of the aircraft.cfg files (There is one for each version, i.e. Hush kits and non hush kitted) and find the [smokesystem] section...

Code: Select all

[SMOKESYSTEM]
Smoke.0=3.05, -30.10, -7.08, DM_1-11_SMOKE_R
Smoke.1=3.05, -30.10,  7.08, DM_1-11_SMOKE_L
Smoke.2=3.05, -30.10, -7.08, DM_1-11_SMOKE_R
Smoke.3=3.05, -30.10,  7.08, DM_1-11_SMOKE_L
The numbers after the = sign are y,x,z coordinates from the models datum point, followed by the file name of effect to use.
in FSX the order of these needs to be change to x,z,y ...so for the 510ED above, in FSX this would become...

Code: Select all

[SMOKESYSTEM]
Smoke.0= -30.10, -7.08, 3.05, DM_1-11_SMOKE_R
Smoke.1= -30.10,  7.08, 3.05, DM_1-11_SMOKE_L
Smoke.2= -30.10, -7.08, 3.05, DM_1-11_SMOKE_R
Smoke.3= -30.10,  7.08, 3.05, DM_1-11_SMOKE_L
2. Remove the effect altogether. Personally, with most FS9 smoke effects in FSX, the look rubbish, so if you want to stop them showing altogether, the safest way is to comment out the smoke likes so that the system doesn't read them, like so...

Code: Select all

[SMOKESYSTEM]
//Smoke.0=3.05, -30.10, -7.08, DM_1-11_SMOKE_R
//Smoke.1=3.05, -30.10,  7.08, DM_1-11_SMOKE_L
//Smoke.2=3.05, -30.10, -7.08, DM_1-11_SMOKE_R
//Smoke.3=3.05, -30.10,  7.08, DM_1-11_SMOKE_L
If your wanting to install any FS9 aircraft in FSX, this is the safest way to go about it as you know exactly what you have put were and aren't relying on installers. Same with FS9, manual installs are always best once you know what your doing :)

Let us know how you get on.
Ben.:tunes:

ImageImageImage

Post Reply