Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NEW PRODUCT RELEASED Dornier 328-110X and Dornier 328JET X

Featured Replies

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

  • Replies 41
  • Views 15.2k
  • Created
  • Last Reply

Top Posters In This Topic

some smart guys are trying to sell freewares now.... :lol:

too much, too soon....

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

  • Commercial Member

Hmm so what did you modify to get rid of the fuel problem?

..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.bmp
file_1024=overhead.bmp
size_mm=800,640
window_size_ratio=1.000  
position=0
visible=0
ident=30
window_size= 0.600, 0.650
window_pos= 0.410, 0.000
zorder=0

gauge00=Vcol_do328!IconOverhead_close,  29,587,19,19
gauge01=Vcol_do328!ovh_ice1,  22,36,25,25
gauge02=Vcol_do328!ovh_ice2,  77,36,25,25
gauge03=Vcol_do328!ovh_airfoil1,  34,86,25,25
gauge04=Vcol_do328!ovh_airfoil2,  71,87,25,25
gauge05=Vcol_do328!ovh_deice_bleed1,  33,134,25,25
gauge06=Vcol_do328!ovh_deice_bleed2,  70,134,25,25
gauge07=Vcol_do328!ovh_icedetector,  143,19,25,25
gauge08=Vcol_do328!ovh_iceprotectsingle,  79,196,25,25
gauge09=Vcol_do328!ovh_iceprotectknob,  22,195,32,32
//gauge10=Vcol_do328!ovh_xfeed,  86,255,25,25
gauge11=Vcol_do328!ovh_xfeed_sel1,  23,260,25,25
gauge12=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,25
gauge16=Vcol_do328!ovh_fuelpump1,  23,331,25,25
gauge17=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,25
gauge20=Vcol_do328!ovh_hydsysa_knob,  22,388,30,30
gauge21=Vcol_do328!ovh_hydsysb,  88,387,25,25
gauge22=Vcol_do328!ovh_BeaconLights,  217,544,38,60
gauge23=Vcol_do328!ovh_LandingLights,  219,602,34,37

...

and later in the panel.cfg

[Vcockpit02]
Background_color=0,0,0
size_mm=1024,1024
visible=1
pixel_size=1024,1024
texture=$vcoldo328_02

gauge00=Vcol_do328!ovh_ice1,  25,45,34,34
gauge01=Vcol_do328!ovh_ice2,  95,45,34,34
gauge02=Vcol_do328!ovh_airfoil1,  39,110,34,34
gauge03=Vcol_do328!ovh_airfoil2,  87,111,34,34
gauge04=Vcol_do328!ovh_deice_bleed1,  39,170,34,34
gauge05=Vcol_do328!ovh_deice_bleed2,  88,171,34,34
gauge06=Vcol_do328!ovh_icedetector,  179,26,34,34
gauge07=Vcol_do328!ovh_iceprotectsingle,  98,252,34,34
gauge08=Vcol_do328!ovh_iceprotectknob,  23,248,45,45
//gauge09=Vcol_do328!ovh_xfeed,  109,322,34,34
gauge10=Vcol_do328!ovh_xfeed_sel1,  25,332,34,34
gauge11=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,34
gauge15=Vcol_do328!ovh_fuelpump1,  26,425,34,34
gauge16=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,34
gauge19=Vcol_do328!ovh_hydsysa_knob,  22,498,45,45
gauge20=Vcol_do328!ovh_hydsysb,  110,492,34,34

...

  • 3 months later...

I´ve purchased and BAD textures (and no have paintkit for enhancement), bad cockpit with JET INSTRUMENTS on PROPPLANE... :( 15 USD heading to waste

  • 8 months later...

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 

Try and use a hotkey to switch on the generators.

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 ! ;) 

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.

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 ! 

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.