-
Posts
719 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Capt Zeen
-
Yes, probably thats the problem.
-
I just finished the L39ZA profile, it will be pubished in a couple of days. I am going to start a new one, but not sure witch one.
-
Thats weird! Send me your profile, so i can take a look inside.
-
upload a screenshot of your screen, to see the problem
-
:doh:
-
new project.. the third.. cockpit / cabin Mig 21
Capt Zeen replied to simulatoregp's topic in Home Cockpits
:( Ouch! all the images gone -
new project.. the third.. cockpit / cabin Mig 21
Capt Zeen replied to simulatoregp's topic in Home Cockpits
Really, really, impressive, everyday you surprise me more! You need to create a public place where the people can fly your cockpits! all of them are impressive !! -
Capt Zeen F-15C Helios Profile ! ! !
Capt Zeen replied to Capt Zeen's topic in PC Hardware and Related Software
This week i was taking a look to this problem again. There are two functions we use to get those values: LoGetGlideDeviation() and LoGetSideDeviation() For some reason, looks like those values don't work well on the export.lua, returning a fixed value (-1) instead of the correct one. Only when the airplane enter in a ILS area of effect, those values start give something, but not the values we expect. The code to export FC values is very old, and some of the fucntions do not work anymore, taking in consideration the amount of changes on the FC planes. So... unless ED fix those things, is difficult to get the correct values from the functions. .. -
Hello all! After some time working on several projects, i found a bit of time to continue with the L39ZA profile. I am working now on the side panels. Hope you like it: ..
-
I confirm this. In Oculus the Garmin floating windows dont work, only the title bar is show. And the performance when the bar is opened is too bad.
-
I tested yesterday Using the LShift+LAlt+b to pop up the Garmin floating windows, only the tittle bar is visible, not the Garmin itself. So probably is a bug or still not ready for use in VR. Using the one on the console, is difficult, you need to go too close to see the details and buttons.
-
Using Oculus, when i activate the floating Garmin window with LShift+LAlt+b, the simulator goes too slow, and only the tittle bar of the window is visible, not the Garmin itself.
-
Using 1.5 After turn-off the computer and run DCS again, it works. I let you know if this happens again.
-
Hello.... I installed the Garmin, and played a bit with it, i am very happy but... After a break for dinner, i come back to DCS and now, i cant enter in the MI-8 ! I can fly other airplanes, but if i try the mi-8, i appear in the outside airport view, cant enter on the mi-8 I checked the modules, averything is installed Any ideas?
-
new project.. the third.. cockpit / cabin Mig 21
Capt Zeen replied to simulatoregp's topic in Home Cockpits
Nice to see all your work, impressive, my friend ! -
Capt Zeen F-15C Helios Profile ! ! !
Capt Zeen replied to Capt Zeen's topic in PC Hardware and Related Software
First notice i got about it. I am going to take a look this afternoon. Thanks -
I send it to you in a private message, but in case someone need it too: You need 3 functions. The first one, parse the message to get the correct values. (Thanks to [FSF]Ian ) The other 2 look for the left and right screen ammo values. function parse_indication(indicator_id) -- Thanks to [FSF]Ian code local ret = {} local li = list_indication(indicator_id) if li == "" then return nil end local m = li:gmatch("-----------------------------------------\n([^\n]+)\n([^\n]*)\n") while true do local name, value = m() if not name then break end ret[name] = value end return ret end function get_RIGHT_screen_AMMO() local li = parse_indication(8) if not li then return " " end if not li.RIGHT_screen then return " " end return li.RIGHT_screen end function get_LEFT_screen_AMMO() local li = parse_indication(8) if not li then return " " end if not li.LEFT_screen then return " " end return li.LEFT_screen end ...
-
new project.. the third.. cockpit / cabin Mig 21
Capt Zeen replied to simulatoregp's topic in Home Cockpits
Amazing job! as always ! Congrats! -
I tested again in DCS release and DCS beta, and works fine. In this fix, you dont need to delete the old numbers, we needed for the X and Y display. I dont changed the way CapLoz made the selectors, switches and encoders. They are in sweep mode, so you need to press over the button, and then sweep with the mouse, left or right. As i tell you before, here works fine in both versions.
-
Hello all. As I promiss you, here you got the TACAN fix for the A-10C Cap Loz Helios profile ! Some revisions ago, ED changed some of the A-10C device numbers, giving a new one to the TACAN panel. Thats make the Tacan panel on the helios profile, not usable anymore. Well, i made the needed changes on the export.lua to make the conversion between the new changes and the old device numbers, so now, Helios works perfect again! i fixed boths, input and output values, so you can use the buttons and encoders on Helios and/or cockpit, everything is syncroniced. For some reason the first digit on the Tacan display dont look correct when the second number is 9, so i made too a new Freq display. You only need to copy it from yhe profile i prepared and paste it over the old one. ( do not cover the "X" this is still needed) I included too, the MS 33558 font on the package. This font is the US Military standard font for aircraft instrument dials. I use it on the new Tacan display. please install this font on your system if you dont got it allready. Files on the package: Export.lua A10C_TACAN_display.hpf ms33558.ttf readme.txt HOW TO INSTALL THE FIX: 1 - Install the export.lua: - Copy the export.lua to your export.lua folder. Remember to include first, all the added comands you got in your actual export.lua, like the simpleradio lines, tacview lines, etc. With this export, everythings works again, but there is a problem with the first digit on the frequency, when the second digit is "9", so if you want to fix this too, follow the next steps. 2 - Install the Font: - Install the MS 33558 font on your windows fonts. I used in the new display, too look more military. 3 - New TACAN display: -Open the Helios editor profiles and load the A10C_TACAN_display.hpf profile. There is the new tacan display panel. Select it and copy it with CTRL+C (do not close this profile editor window) -Open now, another helios profile editor, and load your cap Loz A-10c profile. On the right panel looks for the "Right console" panel, unblock the lock in case is closed, make it visible, clicking on the eye, and double click over the panel itself. This open the Right console panel. -Click once again over the panel, and now you can paste the new display with CTRL+V. -Move now, the new TACAN display and put it over the old one, scale the new one if you needed, but dont cover the "X" letter from the old one, only the tree digits. Save the profile, and thats all ! I am goint to prepare a video for this, but meanwhile you can use those instructions! Hope you like it !! Download the fix from my site, as usual.