Jump to content

Recommended Posts

Posted

Hi all,

 

A friend of mine has older PC and he has problems when tacview is enabled. But, when we play in our national league system (he can serve OK for 1-on-1), I was wandering is there a way that he can export tacview, but it will not created a file at his PC? Only at clients PC.

 

Is it enough to edit tacview.lua and comment out following line:

 

-- Create a new log file for each mission

self.AcmiFile=io.open("./Temp/Tacview-"..os.date("%Y%m%d-%H%M%S")..".txt.acmi","w");

 

Thanks in advance

I'm selling MiG-21 activation key.

Also selling Suncom F-15E Talon HOTAS with MIDI connectors, several sets.

Contact via PM.

Posted

Well, such thing occurred to me last night, long after the game. I have to wait until tonite to test it :)

I'll post results.

I'm selling MiG-21 activation key.

Also selling Suncom F-15E Talon HOTAS with MIDI connectors, several sets.

Contact via PM.

Posted

Tacview uses exports. If the client wants to record a Tacview then the server has to has exports on. This can be done by setting the flag in config/export/config.lua to true (this may already be the case). For the server to then not record a Tacview, they should remove or comment out the line at the end of config/export/export.lua.

There are only 10 types of people in the world: Those who understand binary, and those who don't.

Posted
Tacview uses exports. If the client wants to record a Tacview then the server has to has exports on. This can be done by setting the flag in config/export/config.lua to true (this may already be the case). For the server to then not record a Tacview' date=' they should remove or comment out the line at the end of config/export/export.lua.[/quote']

 

You mean the dofile command ?

 

I don't think so. In the export.lua you turn the TacView function on or off. If the server is to export data to the client, but should not write a file on the server itself, the TacView lua script has to be modified.

kind regards,

Raven....

[sigpic]http://www.crc-mindreader.de/CRT/images/Birds2011.gif[/sigpic]

Posted
You mean the dofile command?
Yes, this is the line that should be removed or commented out.

 

I don't think so. In the export.lua you turn the TacView function on or off. If the server is to export data to the client, but should not write a file on the server itself, the TacView lua script has to be modified.
No, this is not the case. Tacview only uses the exported data, and the server exports data if the flag in config/export/config.lua is set to true. If the server, or any client that connects to it, has the Tacview dofile in the config/export/export.lua file, it will generate a tacview.

There are only 10 types of people in the world: Those who understand binary, and those who don't.

  • Recently Browsing   0 members

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