foobolt Posted November 10, 2012 Posted November 10, 2012 Hi all. Now,I have encountered the problem which cannot display control indicator. With the reason to say ,can I change position of the indicator? http://forums.eagle.ru/attachment.php?attachmentid=73084&stc=1&d=1352544914 Because, in my usual setup (main:6monitor + MFD:1monitor), a blank is made at the lower left and the lower right of a screen. Probably control indicator will be hidden there. http://forums.eagle.ru/attachment.php?attachmentid=73085&stc=1&d=1352544914
JG14_Smil Posted November 10, 2012 Posted November 10, 2012 (edited) yes, I've moved it before. I will look into how I did it. [added later] pfft. DCS won't even run now in 1.2.2 not even gonna mess with it... Edited November 10, 2012 by JG14_Smil
foobolt Posted November 10, 2012 Author Posted November 10, 2012 (edited) yes, I've moved it before. I will look into how I did it. Oh,it is very good news! I wait for you! (I also encountered the problem in 1.2.2, activation and FFB....and the FFB issue has not been solved yet. ) Edited November 10, 2012 by foobolt
JG14_Smil Posted November 10, 2012 Posted November 10, 2012 hello, had a bit of sleep. I remember it as being much easier than it is now. Perhaps there have been changes after 1.2.1 or .2. I found I can move the indicator with lines #44 and #45 of the ControlsIndicator_page.lua file, but I also get a graphics anamoly when I do so. I hope someone else will chime in with a fix.
foobolt Posted November 10, 2012 Author Posted November 10, 2012 Good morning & thanks JG14_Smil,my purpose was achieved by your advice! I changed these two lines... [lines#12] local size = 0.05 [lines#44] base.init_pos = {1,-(0.1 - 1.5*size)} http://forums.eagle.ru/attachment.php?attachmentid=73163&stc=1&d=1352585752 It is good exactly:) (While wishing to solve FFB problems immediately....)
JG14_Smil Posted November 10, 2012 Posted November 10, 2012 That's great news. Nice job. You can make the background mesh more transparent by editing line 33: local orange_mat = MakeMaterial("",{255,100,0,5}) I changed '50' to '5'
foobolt Posted November 11, 2012 Author Posted November 11, 2012 Indeed,it is smarter for it not to be conspicuous. Thanks for the additional information :thumbup:
Recommended Posts