Jump to content

Recommended Posts

Posted

Hello,

 

I have a little question concerning the taskbar of DCS, I know that I can remove this bar with "Ctrl+Y" but each time that I choose one new mission or aircraft I must remove with "Ctrl+Y" this bar.

 

Please can you tell me if it's possible to edited one file of DCS for no more have this horrible bar forever ?

 

I join you one screenshot of this bar:

 

8888321809_19caa5c3af_o.jpg

 

 

A great thanks in advance for your help, best regards. Skull

Posted

I saw a mod to make it transparent, if I find it again I'll post it here. I'm sure one of the vets on here will know about permanently disabling it.

 

M

 

 

 

Intel i5 4690k

MSI GTX 970 4g gaming edition

Asus Z97k Mobo

8Gb Corsair vengeance 1866mhz

120GB Samsung 840 evo

Samsung 1TB Spinpoint hdd

Windows 10

4 channel surround

Hotas Cougar w/ 120mm machined steel extension and elite rudder pedals

DIY collective via bu0836x plus some random buttons and knobs

Cougar MFDs

Running 1920*2104 over 3 screens

 

 

Posted (edited)

Use the following info to move the Info-bar completely out of of your DCS screen render by using numbers that are greater than your total DCS render:

 

(keep in mind that I havent tested it in 1.2.4 - so the line numbers have might changed - but the overall info is still valid.

 

And use Notepad++ when you edit the scripts! And: before you edit: Make a Backup, make a Backup and make a Backup! - OK ?!

 

I want to add something, so that the time shows up correctly:

 

I also found a way to get StatusBar to show on main monitor only (I'm on a good run today biggrin.gif)

 

Edit following file (use Notepad++):

...DCS World/Scripts/UI/StatusBarDialog.lua

Line 29 change from:

 

window:setBounds(0, screenHeight - h, screenWidth, h)

to:

window:setBounds(0, 1200 - h, 1920, h) <-- here specify resolution of your main monitor
Line 29 change from:

to:

 

And set in line 33 your screenWidth to have the time show up correctly.

 

from this

window.time:setPosition(screenWidth - w, y, w, h)
To this:
window.time:setPosition(1920 - w, y, w, h)<-- here specify Width of your main monitor
Example on a 1024x768 camera-view-port and a 800x600 "main-screen size"

Screen_120527_091526.jpg

Edited by PeterP

Posted (edited)

Sorry that I didn't thought of the "easy way" in the first instance... :

 

There is really no need to make file edits when you don't want to see it at all.

 

Just rename the ...\Eagle Dynamics\DCS World\Scripts\UI\StatusBarDialog.lua to StatusBarDialog.luaBak (or similar) or delete it completely out of its folder.

 

DCS just makes a call that goes to nowhere and just writes a error in the logs - besides this (I hope) there is no 'bad' side-effect or bug.

Edited by PeterP

Posted (edited)

Here's the mod I mentioned. It keeps the info up, so not great for clear screenshots, but better for in game.

 

http://www.digitalcombatsimulator.com/en/files/38348/

Edited by Mewle

 

 

 

Intel i5 4690k

MSI GTX 970 4g gaming edition

Asus Z97k Mobo

8Gb Corsair vengeance 1866mhz

120GB Samsung 840 evo

Samsung 1TB Spinpoint hdd

Windows 10

4 channel surround

Hotas Cougar w/ 120mm machined steel extension and elite rudder pedals

DIY collective via bu0836x plus some random buttons and knobs

Cougar MFDs

Running 1920*2104 over 3 screens

 

 

Posted (edited)

Beware! This mod is not compatible any more with current DCS 1.2.4, as the file-structure has changed!

 

You will have to look out for the right files to swap your own.

 

Here the mod I mentioned. It keeps the info up so not great for clear screenshots but better for in game.

 

http://www.digitalcombatsimulator.com/en/files/38348/

 

General: Always make a backup ! And be very careful what you do as long there is no info that it works with your current version! If you are not sure: Check the file structure beforehand. - following these simple rules will have the nice side-effect that there will be much less "ID-10-T ERROR" reported in this forum.

Edited by PeterP

Posted
Beware! This mod is not compatible any more with current DCS 1.2.4 as the file-structure has changed!

 

You will have to look out for the right files to swap your own.

 

 

Apologies.

 

I was unaware of this.

 

M:doh:

 

 

 

Intel i5 4690k

MSI GTX 970 4g gaming edition

Asus Z97k Mobo

8Gb Corsair vengeance 1866mhz

120GB Samsung 840 evo

Samsung 1TB Spinpoint hdd

Windows 10

4 channel surround

Hotas Cougar w/ 120mm machined steel extension and elite rudder pedals

DIY collective via bu0836x plus some random buttons and knobs

Cougar MFDs

Running 1920*2104 over 3 screens

 

 

Posted

Hello dear friends,

 

In first I would like to thank you for all your answers ^^

 

 

Just rename the ...\Eagle Dynamics\DCS World\Scripts\UI\StatusBarDialog.lua to StatusBarDialog.luaBak (or similar) or delete it completely out of its folder.

 

Yes Peter, your method work fine !!!

It's perfect for me, once again a great thanks for all, best regards. Skull

Posted

Just crop it out in post./

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Posted
Use the following info to move the Info-bar completely out of of your DCS screen render by using numbers that are greater than your total DCS render:

 

(keep in mind that I havent tested it in 1.2.4 - so the line numbers have might changed - but the overall info is still valid.

 

And use Notepad++ when you edit the scripts! And: before you edit: Make a Backup, make a Backup and make a Backup! - OK ?!

 

Why not just download Lua for windows?

[sIGPIC][/sIGPIC]

Posted (edited)
Why not just download Lua for windows?
No one said that you shouldn't - but luaforwindows might a little oversized when you just want to edit dcs scripts and have besides of this no intention to write you own independent scripts.

 

When I need a screwdriver - I take a screwdriver with me - and not a complete tool-shed.

;):)

Notepad++ is this screwdriver.

 

...well, and MS Notepad is just a penny - you can try to move a crew - but it doesn't work really satiating. (espacialy for the Lua syntax).

Edited by PeterP

  • Recently Browsing   0 members

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