Jump to content

Bungo

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Bungo

  1. That seemed to do the trick, thanks
  2. Hello, Just trying to get the JF-17 started according to Jabbas and other videos, and when I turn the HUD brightness up, the HUD does not display aircraft info and the pitch ladder, it displays a small circle with a vertical line coming down from it, and arcs at various intervals centred down the line. Have I missed something. DCS 2.5.6 stable. I noticed that down where the SHARS Switch and the Emergency Hydraulic Pump switch is there is another P.H. Test Switch that is not in people's videos, so has something been updated that is nnot in the current videos? Cheeers Braedon
  3. I have done the A4G Skyhawk skins already. Look undder the 'other' unit in the user files, or a search for any skins with Bungo as the author.
  4. I'm intersted in doing HMAS Melbourne, which as a Majectic class carrier is 90% the same design as Hermes (just a fraction smaller). I think 25 de Mayo of the Argentine Navy is from the same design too. I'd be learning Blender from scratch however as I don't think GMAX is still current for making game content. Is there a chance of modifying the Hermes to someting like this? Braedon
  5. OK, sorted it, just need to change the first section of the description.lua file to be L-39ZA, not L-39C livery = { {"L-39C", 0 ,"L39C_DIFF",false}; {"L-39C", 2 ,"L39C_SPEC",false}; ... ... ... to livery = { {"L-39ZA", 0 ,"L39C_DIFF",false}; {"L-39ZA", 2 ,"L39C_SPEC",false}; {"L-39ZA_PARTS", 0 ,"L-39ZA_PARTS",false}; {"L-39ZA_PARTS", 2 ,"L-39ZA_PARTS_SPEC",false}; ... ... ... cheers Braedon
  6. Hello, I have the AV8B module and configured my second monitor to show the Left MFCD and Right MFCD on the second monitor (and the CDU for the A10). Works great for the Hornet, F-16C, and the A-10C. I can get them to show on the AV8B only if I am in external view (F2). Move in and out of the cockpit, and they show on the secod screen when outside and don't when inside (??) The special option to disable MFCD export is unchecked (and sets the AV8B plugin setting in the .lua file to 'false' as below). DCS Steam Edition, Stable (non-beta) Here's my config, any ideas? working-setup.lua _ = function(p) return p; end; name = _('Working-Setup'); Description = 'Cockpit, left and right MFCDs and CDU Export setup' Viewports = { Center = { x = 0.0; y = 0.0; width = 1920; height = 1200; viewDx = 0; viewDy = 0; aspect = 1.6; } } LEFT_MFCD = { x = 1920.0; y = 0.0; width = 596; height = 596; } RIGHT_MFCD = { x = 2518.0; y = 0.0; width = 600; height = 600; } CDU = { x = 2247.0; y = 750.0; width = 560; height = 360; } UIMainView = Viewports.Center options.lua options = { ["VR"] = { ["box_mouse_cursor"] = true, ["custom_IPD"] = 63.5, ["custom_IPD_enable"] = false, ["enable"] = true, ["hand_controllers"] = true, ["pixel_density"] = 1, ["prefer_built_in_audio"] = true, ["use_mouse"] = false, }, ["difficulty"] = { ["RBDAI"] = true, ["aircraftMode"] = true, ["autoTrimmer"] = false, ["avionicsLanguage"] = "native", ["birds"] = 0, ["cockpitStatusBarAllowed"] = false, ["cockpitVisualRM"] = false, ["compassTape"] = true, ["controlsIndicator"] = true, ["easyCommunication"] = true, ["easyFlight"] = false, ["easyRadar"] = false, ["externalViews"] = true, ["fuel"] = false, ["geffect"] = "realistic", ["hideStick"] = false, ["iconsTheme"] = "nato", ["immortal"] = false, ["labels"] = 3, ["map"] = true, ["miniHUD"] = false, ["optionsView"] = "optview_all", ["padlock"] = true, ["permitCrash"] = true, ["radio"] = true, ["reports"] = true, ["setGlobal"] = true, ["spectatorExternalViews"] = true, ["tips"] = true, ["units"] = "imperial", ["unrestrictedSATNAV"] = true, ["userMarks"] = true, ["userSnapView"] = true, ["wakeTurbulence"] = true, ["weapons"] = false, }, ["format"] = 1, ["graphics"] = { ["multiMonitorSetup"] = "working-setup", ["aspect"] = 2.6, ["width"] = 3120, ["height"] = 1200, ["fullScreen"] = true, ["DOF"] = 0, ["LensEffects"] = 0, ["MSAA"] = 1, ["SSAA"] = 1, ["SSAO"] = 0, ["anisotropy"] = 4, ["aspect"] = 2.6, ["chimneySmokeDensity"] = 10, ["civTraffic"] = "high", ["clouds"] = 1, ["clutterMaxDistance"] = 1500, ["cockpitGI"] = 1, ["effects"] = 3, ["flatTerrainShadows"] = 0, ["forestDistanceFactor"] = 1, ["fullScreen"] = true, ["heatBlr"] = 1, ["lights"] = 2, ["messagesFontScale"] = 1, ["motionBlur"] = 0, ["outputGamma"] = 2.2, ["preloadRadius"] = 150000, ["rainDroplets"] = true, ["scaleGui"] = false, ["shadowTree"] = false, ["shadows"] = 4, ["sync"] = false, ["terrainTextures"] = "max", ["textures"] = 2, ["treesVisibility"] = 10000, ["useDeferredShading"] = 1, ["visibRange"] = "High", ["water"] = 2, }, ["miscellaneous"] = { ["Coordinate_Display"] = "Lat Long", ["F2_view_effects"] = 1, ["TrackIR_external_views"] = true, ["accidental_failures"] = false, ["allow_server_screenshots"] = false, ["autologin"] = false, ["chat_window_at_start"] = true, ["collect_stat"] = false, ["f10_awacs"] = true, ["f11_free_camera"] = true, ["f5_nearest_ac"] = true, ["force_feedback_enabled"] = true, ["headmove"] = false, ["show_pilot_body"] = false, ["synchronize_controls"] = false, }, ["plugins"] = { ["AV8BNA"] = { ["CPLocalList"] = "default", ["INS_Alignment"] = 0, ["INS_GYROHasNAV"] = false, ["MPCD_EXPORT"] = false, }, } <<snip>> } Regards Braedon
  7. Hello All, Is there an easy way to make L-39C skins compatible with L-39ZA. I have lots of great skins for the C that simply show the space where the nose insignia and a rectangle just below and in front of the tailplane on a Russian skin when used on the ZA (and the same ZA->C). What are the differences? Regards Braedon
  8. Bungo

    Australian Mirage

    Resurecting an old thread, but where can I get these now, as the https://www.digitalcombatsimulator.com/en/files/?CREATED_BY=Strut links don't contain these? Thanks Braedon
×
×
  • Create New...