March 30, 201313 yr ...I could finally solve the fuel problem of the Do328 Turboprop. Now both tanks are used in the same way. no more fuel imbalance. I also managed to get reasonable OIL PSI (55-65PSI, white numbers) and OIL C (...-115C) values. The N2 is now below 100% at all phases of flight. Anyone interested? btw the given numbers for Max Speeds are wrong: Max. Speed for Gear ops and F12 is 200KIAS / Max Speed F20 = 180KIAS and Max Speed F32 is 160KIAS. http://quizlet.com/12967671/dornier-328-limitations-flash-cards/
March 30, 201313 yr some smart guys are trying to sell freewares now.... :lol: too much, too soon....
March 30, 201313 yr Well, not me. I'll give my modifications for free of course. EDIT: ...argh, the plane is still shaking and twirling like crazy sometimes when it's loaded... it's really not worth a buy. I'm wasting my time fixing all this things. I'm waiting for Virtualcol to fix it. Could be a long wait.. I know....
March 31, 201313 yr ..the xml-code of the fuel system is totally wrong. Look at ovh_xfeed_set1.xml in the .cab file of the gauges folder... FUEL_SELECTOR commands tell FSX where the first engine takes the fuel from, FUEL_SELECTOR_2 commands tell FSX where the second engine takes the fuel from: extract the cab file to a folder with the same name (within the gauges folder). delete the cab file. edit within the extracted folder the ovh_xfeed_set1.xml edit the first part: <Gauge Name="OVH_btn" Version="1.0"><Size X="80" Y="76"/><Element> <Select> <Value> (L:FUEL_XFEED_SEL1, bool) 0 == if{ (> K:FUEL_SELECTOR_OFF) } (L:FUEL_XFEED_SEL1, bool) 1 == if{ (> K:FUEL_SELECTOR_ALL) } </Value> </Select></Element> then ....set2.xml: <Gauge Name="OVH_btn" Version="1.0"><Size X="80" Y="76"/><Element> <Select> <Value> (L:FUEL_XFEED_SEL2, bool) 0 == if{ (> K:FUEL_SELECTOR_2_OFF) } (L:FUEL_XFEED_SEL2, bool) 1 == if{ (> K:FUEL_SELECTOR_2_ALL) } </Value> </Select></Element> then edit the panel.cfg [Window03]file=overhead.bmpfile_1024=overhead.bmpsize_mm=800,640window_size_ratio=1.000 position=0visible=0ident=30window_size= 0.600, 0.650window_pos= 0.410, 0.000zorder=0gauge00=Vcol_do328!IconOverhead_close, 29,587,19,19gauge01=Vcol_do328!ovh_ice1, 22,36,25,25gauge02=Vcol_do328!ovh_ice2, 77,36,25,25gauge03=Vcol_do328!ovh_airfoil1, 34,86,25,25gauge04=Vcol_do328!ovh_airfoil2, 71,87,25,25gauge05=Vcol_do328!ovh_deice_bleed1, 33,134,25,25gauge06=Vcol_do328!ovh_deice_bleed2, 70,134,25,25gauge07=Vcol_do328!ovh_icedetector, 143,19,25,25gauge08=Vcol_do328!ovh_iceprotectsingle, 79,196,25,25gauge09=Vcol_do328!ovh_iceprotectknob, 22,195,32,32//gauge10=Vcol_do328!ovh_xfeed, 86,255,25,25gauge11=Vcol_do328!ovh_xfeed_sel1, 23,260,25,25gauge12=Vcol_do328!ovh_xfeed_sel2, 149,259,25,25//gauge13=Vcol_do328!ovh_knobfuelxfeed, 82,291,35,35//gauge14=Vcol_do328!ovh_autoxfeed1, 23, 301 ,25,25//gauge15=Vcol_do328!ovh_autoxfeed2, 151,301,25,25gauge16=Vcol_do328!ovh_fuelpump1, 23,331,25,25gauge17=Vcol_do328!ovh_fuelpump2, 151,330,25,25//gauge18=Vcol_do328!ovh_jetpump1, 63,330,25,25//gauge19=Vcol_do328!ovh_jetpump2, 110,329,25,25gauge20=Vcol_do328!ovh_hydsysa_knob, 22,388,30,30gauge21=Vcol_do328!ovh_hydsysb, 88,387,25,25gauge22=Vcol_do328!ovh_BeaconLights, 217,544,38,60gauge23=Vcol_do328!ovh_LandingLights, 219,602,34,37 ... and later in the panel.cfg [Vcockpit02]Background_color=0,0,0size_mm=1024,1024visible=1pixel_size=1024,1024texture=$vcoldo328_02gauge00=Vcol_do328!ovh_ice1, 25,45,34,34gauge01=Vcol_do328!ovh_ice2, 95,45,34,34gauge02=Vcol_do328!ovh_airfoil1, 39,110,34,34gauge03=Vcol_do328!ovh_airfoil2, 87,111,34,34gauge04=Vcol_do328!ovh_deice_bleed1, 39,170,34,34gauge05=Vcol_do328!ovh_deice_bleed2, 88,171,34,34gauge06=Vcol_do328!ovh_icedetector, 179,26,34,34gauge07=Vcol_do328!ovh_iceprotectsingle, 98,252,34,34gauge08=Vcol_do328!ovh_iceprotectknob, 23,248,45,45//gauge09=Vcol_do328!ovh_xfeed, 109,322,34,34gauge10=Vcol_do328!ovh_xfeed_sel1, 25,332,34,34gauge11=Vcol_do328!ovh_xfeed_sel2, 191,331,34,34//gauge12=Vcol_do328!ovh_knobfuelxfeed, 105,371,45,45//gauge13=Vcol_do328!ovh_autoxfeed1, 25,384,34,34//gauge14=Vcol_do328!ovh_autoxfeed2, 191, 383 ,34,34gauge15=Vcol_do328!ovh_fuelpump1, 26,425,34,34gauge16=Vcol_do328!ovh_fuelpump2, 189,422,34,34//gauge17=Vcol_do328!ovh_jetpump1, 77,421,34,34//gauge18=Vcol_do328!ovh_jetpump2, 137,421,34,34gauge19=Vcol_do328!ovh_hydsysa_knob, 22,498,45,45gauge20=Vcol_do328!ovh_hydsysb, 110,492,34,34 ...
July 21, 201312 yr I´ve purchased and BAD textures (and no have paintkit for enhancement), bad cockpit with JET INSTRUMENTS on PROPPLANE... :( 15 USD heading to waste
March 24, 201412 yr http://www.virtualcol.com/tvirtual DORNIER 328-110 X and DORNIER 328JET X New version exclusive for use with FLIGHT SIMULATOR X and compatible with PREPAR3D, FULL DIRECTX 10 compatible! $12 Each or Both for $18 I bought this plane from fspilotshop , could you tell me pls how do I switch on the power back in the cockpit , before taking off , i am running out of power when i am doing the settings for take off
March 24, 201412 yr Try and use a hotkey to switch on the generators. many thanks but could you tell me which is the hotkey , sorry i am still a novice but i love fsx !
March 24, 201412 yr many thanks but could you tell me which is the hotkey , sorry i am still a novice but i love fsx ! I think he is suggesting that you go into your controls panel in FSX and assign a "HOTKEY" to switch on the generators. So look in your keyboard control assignments and select a keyboard key to press to switch them on. Hope this makes sense Chillblast Core i5 14600KF Liquid Cooled RTX 4070 SUPER 32GB RAM. Internet: 1 Gig Fibre. HoneyComb Throttle & Flight System. UK PPL since 2006 current on PA-28, C-152, C172, Decathlon, C-42 based at EGHP.
March 25, 201412 yr I think he is suggesting that you go into your controls panel in FSX and assign a "HOTKEY" to switch on the generators. So look in your keyboard control assignments and select a keyboard key to press to switch them on. Hope this makes sense Many thanks , know I've got it , thanks too you !
March 25, 201412 yr With as many people trying to get this working and the Avsim poll results showing how popular regional aircraft are I wish one of the more proven payware developers would take notice and develop a high quality Do328. I actually asked in the Majestic Forum if they would consider it since they have a brilliant turboprop in their Dash and had made mention they were considering a jet but their resources were committed elsewhere. I had considered buying the Virtualcol Do328 and then retrofitting it with Ernie Alston's IGS instruments but by the time you add up the cost of all that I couldn't justify the cost knowing I'd probably still end up disappointed. RE Thomason Jr.
Create an account or sign in to comment