Jump to content

Recommended Posts

Posted

Is anyone using an working G-15 Info applet in Flaming Cliffs2. I cant get it to work even with all instructions applied that I could find.

[sIGPIC][/sIGPIC]

 

 

Posted
Is anyone using an working G-15 Info applet in Flaming Cliffs2. I cant get it to work even with all instructions applied that I could find.

 

I have a G15. What info app are you talking about. Can you give me a link to a download?"

"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return." - Leonardo da Vinci

Intel i7-4790k | Cooler Master Hyper 212 Evo heat sink | Thermaltake Core V71 case | 750W EVGA PSU | 8gb G.SKILL Ripjaws DDR3 RAM | MSI Z97 Gaming 5 LGA 1150 motherboard | Samsung SSD | ASUS STRIX GTX 970 | Thrustmaster HOTAS Warthog | TIR 5 | Razer Deathadder | Corsair K70

Posted (edited)

http://www.vjg71.de/index.php?option=com_docman&task=doc_download&gid=15&Itemid=96 -

g15.png LockON Info G15 V2.1.3

 

Das hier meine ich. Ich hab das glaub ich nuere mit der roten Hintergrundbeleuchtung. Ich kann auf das Applet im LCD zugreifen aber es kommen keine Daten rein.

 

EDIT:

Ooops its the english Forum, I can acces the Applet through the keyboard but theres no data comin into it.

Edited by BKLronin
Wrong language

[sIGPIC][/sIGPIC]

 

 

Posted

did you do that thing it says in the read me about adding that line to the export.lua

 

I dont understand where to add it...I opened up the LUA but im not sure where to place the line.

"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return." - Leonardo da Vinci

Intel i7-4790k | Cooler Master Hyper 212 Evo heat sink | Thermaltake Core V71 case | 750W EVGA PSU | 8gb G.SKILL Ripjaws DDR3 RAM | MSI Z97 Gaming 5 LGA 1150 motherboard | Samsung SSD | ASUS STRIX GTX 970 | Thrustmaster HOTAS Warthog | TIR 5 | Razer Deathadder | Corsair K70

Posted

dofile("./Config/export/LockOnInfoG15.lua")

 

put that line, last entry. I had this working before.. on the FC1.

 

but I dont think it will run on FC2 IC servers..

"any failure you meet, is never a defeat; merely a set up for a greater come back",  W Forbes.

"Success is not final, failure is not fatal, it is the courage to continue that counts",
"He who never changes his mind, never changes anything," Winston Churchill.

MSI z690 MPG DDR4 || i9-14900k|| ddr4-64gb PC3200 |zotac RTX 5080|Game max 1300w|Win11| |turtle beach elite pro 5.1|| ViRpiL,T50cm2||MFG Crosswinds|| VT50CM-plus rotor Throttle || Z10 RGB EVGA Keyboard/ G502LogiMouse || PiMax Crystal VR || 32 Asus||

Posted

This script will not work together with Tactview or Lotact, it's not following this rules :

 

Myfonction =

 

{

Start=function(self)

-- Place your code here

end,

 

AfterNextFrame=function(self)

-- Place your code here

end,

 

Stop=function(self)

-- Place your code here

end,

}

 

-- =========================================

-- Overload you can see this in tactview.lua or Lotact.lua

-- =========================================

 

-- Works once just before mission start.

do

local PrevLuaExportStart=LuaExportStart;

LuaExportStart=function()

Myfonction:Start();

if PrevLuaExportStart then

PrevLuaExportStart();

end

end

end

 

-- Works just after every simulation frame.

do

local PrevLuaExportAfterNextFrame=LuaExportAfterNextFram e;

LuaExportAfterNextFrame=function()

Myfonction:AfterNextFrame();

if PrevLuaExportAfterNextFrame then

PrevLuaExportAfterNextFrame();

end

end

end

 

-- Works once just after mission stop.

do

local PrevLuaExportStop=LuaExportStop;

LuaExportStop=function()

Myfonction:Stop();

if PrevLuaExportStop then

PrevLuaExportStop();

end

end

end

 

cheers

  • Like 1

EVAC : French fighter school on LockOn: Flaming Cliffs

 

Moding tutorials at C6

  • Recently Browsing   0 members

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