-
Posts
68 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Balu
-
Hi Yoda Just another question. After we have inserted the tacview lua export file again, the tacview is now working again. But actually we have a problem with the G15 Tool lua export file. If this file is active with the LRM Mod the G15 tool is working but not the LRM Mod and wise versa. Normaly the G15 tool works if the server has activated the export only. Is there any restriction with the LRM Mod? I think the same problem could be there for the guys with touchboddy export.
-
Hi Yoda This tool is very nice. We are just testing it with our server and until now we have no really problems but two questions. 1. What have we to do, that a Su-33 can start at the Admiral? 2. In which way is the allowed/not allowed weapon function now working? With the old AMRACT tool you have defined which weapons are not allowed.
-
Hi Yoda I don´t know if it is to late for suggestions, but would it be possible to deactivate the autopilots for squad internal training events?
-
Hi jpm1 Here you can get the news version Version 2.1.3 .
-
@ Madcat Try it here: http://sim-mod.com/forum/ He is working for the Sim Mod crew or a part auf them.
-
If the server supports export you can use this tool for LockOn: LockOn Info G15 V2.0 The new version of the G15 (orange) has a smaller display than the older version (blue). But the display is readable if you don´t use clear type for windows.
-
My tool is written in Delphi and als far as I know there is no Delphi interface for the X52 Pro. The SDK and the example delivered by Saitek is for Visual C++. So using this example as basis, it would be possible to export and display some values. The problem I see is, that the display is small, so you have not much room for displaying data. Values that make sense would be power setting, internal- and external fuel, fuel per minute. Perhaps IFF for locked target.
-
Sorry, don´t understand your post. Do you wish a new version, new features?
-
Hi, I have a short question. Is any one here who is using this tool with the new G15 logitech keyboard (orange version?). Are the media buttons working with this tool?
-
New version with IFF fo locked rarget what is new 2.1.3: IFF (Identify Friend Foe) of the locked target if you have selected the BVR CAC or LNG Modus. In the NAV Screen there will be shown now alway a rectangle beside the heading value. If there is a diagonal cross inside the rectangle you have locked a friend and if the rectangle is complete filled you have locked a foe. Because of a bug in lockon this info will also be shown if the TD box is near the target. For this feature you have to change the lua-script in your export folder. Fixed wrong value for runway heading Oktyabroskoje 338 to 238. Missing lgLcdLibWrapper.dll in previous versions is now include in this. zip-file Downlaod: 2.1.3
-
local o = LoGetWorldObjects() for k,v in pairs(o) do socket.try(c:send(string.format("t = %.2f, ID = %d, name = %s, country = %s(%s), LatLongAlt = (%f, %f, %f), heading = %f\n", t, k, v.Name, v.Country, v.Coalition, v.LatLongAlt.x, v.LatLongAlt.Long, v.LatLongAlt.Alt, v.Heading))) end With this statment you should receive ID, country and coalition. I think that you know this site, there are same useful examples: http://lockon.co.uk/index.php?end_pos=567&scr=default〈=en
-
If you want to get your own coalition side: for k,v in pairs(LoGetWorldObjects()) do if string.find(v.Name, "(Me)", 1, true) then -- return value = "Allies" or "Enemies" _coal = v.Coalition end end The return value is a string value.
-
The question is, which ID do you have and what do you want to do with it? Are you searching for a solution to differ between friend and foe?
-
Just a question, what is missing?
-
Just a question Lo-MAC N/A 2 v 2 AA Combat Well we will go with these beta rules for now. 1) Each team will field (2)pilots. ... 6) Ladder is currently as Stock Weaponґs and Lock On ver 1.02 unless other wise determine to switch to Flaming Cliffs( Teams can use Flaming Cliffs if both agree ) but map senerioґs must be same as posted Does the last rule mean, that Flaming Cliffs is not binding? Itґs a pity. I think that Flaming Cliffs should be standard and I think that our squadron like most squadrons do not want to go a step back.
-
The ZIP-File should contain a PDF File where the functions are described. :smilewink: If you are in the NAV-Screen - Display und can switch between total fuel quantity, external fuel quantity, fuel flow rate and bingo fuel value by pressing the Play/Pause button of the G15 keyboard. The bingo fuel value will only be calculated if you have selected an airfield.
-
You have to start the program before you press the button "fly". Are you using a firewall on your desktop pc? If yes you must allow the port 7070 for comunication between lockon and the G15 Tool. Are there other export scripts running with ip-comunication?
-
Hi FuSiOn my export.lua file has only two lines. dofile("./Config/export/tacview.lua") dofile("./Config/export/LockOnInfoG15.lua") If you are using the orginal export.lua file open this file with an editor, go to the last line of the text and copy this line dofile("./Config/export/LockOnInfoG15.lua") at this position.
-
Nice that it works. As font I use Tahoma with font size 7. With this font the display object convert the information into a bit display where I have no control in which way the conversion will be done. If I would use a bigger font size like 8 or 9 I could only display 3 rows with infos like skippys tool. I have tried it also with arial, but this font waste a lot of place in the horizontal direction.
-
hi This version of the G15 Info tool use the logitech lcd manager. Is this program running and is the logitec game panel of this notebook the same as the G15 keyboard? Installation: ●Copy the LockOnInfoG15.lua file into the export directory. ●Copy the following line into the last line of the export.lua in ..\Lock On\Config\export\dofile("./Config/export/LockOnInfoG15.lua") ●Start the program. The program use port 7070 for communication with LockOn. The actual version 2.1.2
-
Patch 1.13 Requested Features/Fixes List (*Merged)
Balu replied to Colt40Five's topic in Lock On: Flaming Cliffs 1 & 2
As far as I know the export values for a locked target have been disabled with FC for export. -
Yep, reading the beyboard would help and reading the keyboard atself is not the problem but Iґm using a joystick button for the airbreak (X52-Pro) and this device is emulating the Key "B". So if you canґt export the values by LUA you have no chance to write a program that is independent of the hardware. As far as I know you are using a C++ (Visual C ?) and my program is written with Delphi but thanks for your offer for source code. For using the M-Keys I adopted a Delphi component that someone (Thunderstruck) has written. This component delivers all G15 special key events.
-
Thanks Skippy Yes, I know your tool because your export file and tool has been the basic position and inspiration for my tool, so that I thought it would be nice to display if the airbrake is in or out. Unfortunatly ist not possible to export this value. :cry:
-
It´s right, that if the server don´t export anything I don´t get the latitude and longitude values of my plane. The bullseye values will be set in the program.
-
There is a new program version. New in 2.1 - The modified bullseye values can be saved in file - It is possible to choose if you want the bearing value from or to the bullseye Download: program version 2.1