Jump to content

Cockpit Hud (Blackshark/A-10C) and hopefully soon fc2


trigen

Recommended Posts

Hi trigen,

is it possible the abris, shkval and the display in upper right corner to delete, please? Is it possible to move the nose closer to me, without changing it on zoom or view settings? I hope you understand what I mean.

 

Thank you for your support.

 

best Regards,

Shark65

My Black Shark Pit http://forums.eagle.ru/showthread.php?t=67229 :pilotfly:

Link to comment
Share on other sites

I'm assuming you have the shkval etc set up in your pit, to remove it from the main screen view you can go into the init files and remove render_purpose.GENERAL from \Ka-50\Scripts\Aircrafts\Ka-50\Cockpit\SHKVAL\SHKVAL_init.lua

 

if LockOn_Options.flight.easy_radar then 
  purposes 	 = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW,render_purpose.SCREENSPACE_OUTSIDE_COCKPIT}
else
  purposes 	 = {[color="Red"]render_purpose.GENERAL[/color],render_purpose.HUD_ONLY_VIEW}
end

 

The same applies for the rest of the things as well.

 

The nose is sadly a part of the KA-50 model and not the pit itself so i cant move that around with this mod. From the looks of it its not textured either and that requires some advanced hex editing. What you can do is to change the cockpit position in relation to the model in Ka-50\Config\View\server.lua.

 

The zoom is the same and the view really dont change much, i'd go for this option if i was you

 

CockpitLocalPoint = {}
CockpitLocalPoint[PlaneIndex.iSu_27] = {8.15, 1.38, 0.0}
CockpitLocalPoint[PlaneIndex.iSu_33] = {8.35, 1.35, 0.0}
CockpitLocalPoint[PlaneIndex.iSu_25] = {3.5 , 0.4 , 0.0}
CockpitLocalPoint[PlaneIndex.iSu_39] = {3.406, 0.466, 0.0}
CockpitLocalPoint[PlaneIndex.iMiG_29] = {4.92, 1.35, 0.0}
CockpitLocalPoint[PlaneIndex.iMiG_29K] = {4.9, 1.254, 0.0}
CockpitLocalPoint[PlaneIndex.iA_10] = {3.991, 1.55, 0.0}
CockpitLocalPoint[PlaneIndex.iF_15] = {6.5, 1.238, 0.0}
CockpitLocalPoint[PlaneIndex.iKA_50] = {[color="red"]3.188[/color], 0.39, 0.0}

1080 ti, i7700k 5ghz, 16gb 3600 cl14 ddr4 oc

Link to comment
Share on other sites

Here's the exact code you need, can copy paste.

 

if LockOn_Options.flight.easy_radar then 
  purposes 	 = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW,render_purpose.SCREENSPACE_OUTSIDE_COCKPIT}
else
  purposes 	 = {render_purpose.HUD_ONLY_VIEW}
end

 

Also as an example if it does not have this in the file as is the case with the pvi 800 you can add

purposes 	 = {render_purpose.HUD_ONLY_VIEW}

 

Also you need to sign these up as viewports for use in your monitor config files, follow this thread. (if you havent already done so) All the info you need should be in here.

 

http://forums.eagle.ru/showthread.php?t=70716&highlight=easy+monitor+config

1080 ti, i7700k 5ghz, 16gb 3600 cl14 ddr4 oc

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 6 months later...
I collected all info I could find in this thread:

Cockpit Hud (Blackshark/A-10C) and hopefully soon fc2 - Page 9 - ED Forums

regarding a "cockpit-less" view and did made a package with a pre-set that will enable it like in this Vid:

 

 

As I wrote in my last posting :

You will be able to look through the cockpit and see the gun/gears/outer world - but I think this is much better as flying without wings at all.

 

 

You will have to use "3.For Pit-Builders - Cockpit and MFCDs in Cockpit OFF"

 

 

All credits belong to trigen .

 

 

Download "all Exports in DCS-A10 1.1.1.1 and 1.1.2.1 + Tub view Cockpit-Builders.zip":

http://forums.eagle.ru/showthread.php?t=89974&page=2

 

Note: This files will work also for 1.1.1.1

 

 

Hi Trigen!

 

Idioms96.png

 

 

How about a A10C-CPT.LOM that is closed - so you cant see through? smile.gif


Edited by PeterP
  • Like 1

Link to comment
Share on other sites

  • 5 years later...

I would love to get this working for my pit. Does it need to be converted to EDM format for 2.5??

Custom Pit 476 Recruiting

 

i9-12900KF, 32 GB DDR5, Gigabyte Aorus Z690 Master, Gigabyte RTX 2080 Ti, 1TB Sabrent Roket 4+ 2x750GB RAID-0, TrackIR 5 /w clip, CRG9 49” Curved Ultrawide Flight Display+15" Touchscreen+17" Gauges display, Thrustmaster Warthog+7.5cm, Saitek Pro Combat Pedals, Streamdeck, Butt Kicker and pneumatic G-Seat

 

Forums Signature V4_500x100_20220716.png

Forums Signature V4_500x100_20221002.png

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...