Jump to content

Recommended Posts

Posted

The never-ending hunt for more FPS has lead me to this thread, and I thought if this could be useful for us chopper-pilots as well. And: Yes! It can!

 

This solution is mostly helpful if you have vour ABRIS and Shkval on one or two other monitors. So IMO it's a good choice to get rid of the redundant displays in 3D-View and additionally gain some more FPS. I'd guess that by disabling these displays 5-10 FPS more should be possible.

 

Disabling Shkval in 3D-View

Locate "SHKAVL_init.lua" in folder BlackShark\Scripts\Aircrafts\Ka-50\Cockpit\SHKVAL

 

Edit line 12 as follows:

Original:

purposes = {render_purpose.GENERAL,render_purpose.HUD_ONLY_VIEW}

New:

purposes = {render_purpose.HUD_ONLY_VIEW}

 

 

Disabling ABRIS in 3D-View

Locate "ABRIS_init.lua" in folder BlackShark\Scripts\Aircrafts\Ka-50\Cockpit\ABRIS

 

Edit line 11 the same way as above.

 

Remark:

"render_purpose.HUD_ONLY_VIEW" -> HUD-Only-View (Alt-F1)

"render_purpose.GENERAL" -> 3D-Cockpit-View (F1)

 

Hope it helps... :D

 

Comments appreciated.

  • 4 weeks later...
Posted

Disabling Shkval doesn't work for me but ABRIS yes :)

Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D

ಠ_ಠ



  • 11 months later...
Posted

For the skhval only and BS1 only, to disable the skhval in the 3d view

 

You need to edit the file SHKAVL_init.lua line 50 and put -- infront of render_purpose.GENERAL

 

Example

 

purposes = {--render_purpose.GENERAL,

render_purpose.HUD_ONLY_VIEW,

render_purpose.SCREENSPACE_OUTSIDE_COCKPIT,

render_purpose.SCREENSPACE_INSIDE_COCKPIT} -- set purposes to draw it always

Speed is life !!!

  • Recently Browsing   0 members

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