|
|
#3180166 - 01/15/11 06:15 AM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Junior Member
Registered: 12/30/04
Posts: 58
Loc: Nova Scotia
|
I have not yet figured out how to do that, but I want to. That would bethe top priority of version 7. At the moment I am still doing dot releases for version 6, but that is going well,so maybe soon. Sounds great , that would be a huge advance.
|
|
Top
|
|
|
|
#3180527 - 01/15/11 03:39 PM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Member
Registered: 01/19/07
Posts: 656
Loc: Tx
|
Below is from the RoF wiki. Can anybody help? I ran RoF.LogParser.Offline.exe which I guess is supposed to bean install program. After doing so there is still no lparser.exe. Anybody know what's up?
lparser <ROF>/data/lparser/RoF.LogParser.Offline.exe
To use lparser: lparser.exe -f <filename[X].mlg>
where X - number for part of log (first log part is 0) and as a result youll get "out.result" file, which contains data in following format.
lparser output format:
Players table took part in mission. &players=name,planeCfg,country,coalition,planeStatus,healthStatus,jailedStatus,killBuilding,killBalloon,killPlane,killGround,killWater,score,totalScore,streak,bombingAccuracy,gunneryAccuracy|LeR19_dzuke,Sopwith Dolphin,102,1,3,0,0,0,1,3,0,0,357,0,0,0,0&
Coalitions table set in mission. &coalitions=id,score,reserved,total,missionResult|0,0,0,0,0|1,0,0,0,1|2,0,0,0,0|3,0,0,0,0&missionObjectives=id,type,success,coalition,x,y,z|125,0,1,1,227918.9,0,63915.43|328,5,1,1,218816.5,0,45632.79&
Total flight time &time=1329&
&logPartId=18&
Mission name &missionName=Missions\_gen.msnbin&&gameType=506&
Retrieved from "http://wiki.riseofflight.com/index.php?title=Server_log"Views PageDiscussionView sourceHistoryPersonal tools Log inNavigation Main Page Community portal Current events Recent changes Random page Help Search Toolbox What links here Related changes Special pages Printable version Permanent link In other languages English Русский
|
|
Top
|
|
|
|
#3180560 - 01/15/11 04:31 PM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Member
Registered: 07/26/10
Posts: 1206
Loc: Wishing I was in the La Cloche
|
Below is from the RoF wiki. Can anybody help? I ran RoF.LogParser.Offline.exe which I guess is supposed to bean install program. After doing so there is still no lparser.exe. Anybody know what's up? Perhaps from an earlier release of the sim and no longer supported? Hate to bring a possible bug here, but was wondering if anyone experienced this. A mission was generated resulting in a bizzare flight path that ran off the map (hopefully one can see below). I trashed that mission and generated another but same thing. Just for the heck of it I tried to run them, but they were spasmodic stutter fests. The only way around this was to skip the day June 5, 1917 and just move on.
_________________________
4x2.66 GHz Xeons, XFX 4870 1 GB, 11 GB DDR2 RAM, Win7 Pro x64, 120 GB OCZ Vertex2 (MLC, Sandforce) 26" VIZIO 1920x1200, Logitech FF 3D Pro, CH pedals, Track IR4
|
|
Top
|
|
|
|
#3180937 - 01/16/11 08:50 AM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Senior Member
Registered: 12/30/00
Posts: 2522
Loc: London, England
|
Below is from the RoF wiki. Can anybody help? I ran RoF.LogParser.Offline.exe which I guess is supposed to bean install program. After doing so there is still no lparser.exe. Anybody know what's up?
lparser <ROF>/data/lparser/RoF.LogParser.Offline.exe
To use lparser: lparser.exe -f <filename[X].mlg>
where X - number for part of log (first log part is 0) and as a result youll get "out.result" file, which contains data in following format.
lparser output format:
Players table took part in mission. &players=name,planeCfg,country,coalition,planeStatus,healthStatus,jailedStatus,killBuilding,killBalloon,killPlane,killGround,killWater,score,totalScore,streak,bombingAccuracy,gunneryAccuracy|LeR19_dzuke,Sopwith Dolphin,102,1,3,0,0,0,1,3,0,0,357,0,0,0,0&
Coalitions table set in mission. &coalitions=id,score,reserved,total,missionResult|0,0,0,0,0|1,0,0,0,1|2,0,0,0,0|3,0,0,0,0&missionObjectives=id,type,success,coalition,x,y,z|125,0,1,1,227918.9,0,63915.43|328,5,1,1,218816.5,0,45632.79&
Total flight time &time=1329&
&logPartId=18&
Mission name &missionName=Missions\_gen.msnbin&&gameType=506&
Retrieved from "http://wiki.riseofflight.com/index.php?title=Server_log"Views PageDiscussionView sourceHistoryPersonal tools Log inNavigation Main Page Community portal Current events Recent changes Random page Help Search Toolbox What links here Related changes Special pages Printable version Permanent link In other languages English Русский
I've been trying to work that one out myself. I've posted over on the RoF forum for more info http://riseofflight.com/Forum/viewtopic.php?f=279&t=16706&p=209038#p209038I don't think " <ROF>/data/lparser/RoF.LogParser.Offline.exe" installs anything. I think LParser is a function of it. If I run it exactly as described in the Wiki I get the following C:\>cd Program Files (x86)\Rise of Flight\data\lparser
C:\Program Files (x86)\Rise of Flight\data\lparser>RoF.LogParser.Offline
C:\Program Files (x86)\Rise of Flight\data\lparser>lparser.exe -f <filename[0].mlg> The syntax of the command is incorrect. Obviously I'm expecting an error because the file name is incorrect. The syntax error is a positive because that means it is supposed to do something. The problem I have is that the log files generated by RoF are not .mlg's they're .txt's. And no amount of faffing with the syntax is getting any kind of a result for me.
|
|
Top
|
|
|
|
#3180967 - 01/16/11 09:21 AM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Senior Member
Registered: 12/30/00
Posts: 2522
Loc: London, England
|
Pat Got this parser reading binary logs, not txt startup.cfg keep_binary_log = 1 mission_text_log = 1 RoF.LogParser.Offline.exe -f missionReport[0].mlg or blg Testing now.
|
|
Top
|
|
|
|
#3181431 - 01/17/11 06:05 AM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Lifer
Registered: 01/02/01
Posts: 20532
Loc: Vienna, 2nd rock left.
|
Bandy, I had the same once with the latest update. Generating a new mission for the same day fixed it.
|
|
Top
|
|
|
|
#3181759 - 01/17/11 11:51 AM
Re: ROF Campaign Released
[Re: RSColonel_131st]
|
Member
Registered: 07/26/10
Posts: 1206
Loc: Wishing I was in the La Cloche
|
Bandy, I had the same once with the latest update. Generating a new mission for the same day fixed it. Thanks Colonel, good to know I'm not alone. Don't know if I was just unlucky then because I tried to regenerate a mission and got more of the same. I had to skip a day to get past it. I still have two of the missions and will pass along if requested.
_________________________
4x2.66 GHz Xeons, XFX 4870 1 GB, 11 GB DDR2 RAM, Win7 Pro x64, 120 GB OCZ Vertex2 (MLC, Sandforce) 26" VIZIO 1920x1200, Logitech FF 3D Pro, CH pedals, Track IR4
|
|
Top
|
|
|
|
#3181984 - 01/17/11 04:01 PM
Re: ROF Campaign Released
[Re: Brigstock]
|
Member
Registered: 01/19/07
Posts: 656
Loc: Tx
|
That works. Working on automatic results now. Pat Got this parser reading binary logs, not txt startup.cfg keep_binary_log = 1 mission_text_log = 1 RoF.LogParser.Offline.exe -f missionReport[0].mlg or blg Testing now.
|
|
Top
|
|
|
|
#3182364 - 01/18/11 07:58 AM
Re: ROF Campaign Released
[Re: PatrickAWilson]
|
Senior Member
Registered: 12/30/00
Posts: 2522
Loc: London, England
|
That works. Working on automatic results now. Excellent. Are you getting .mlg or .blg type results. It doesn't work for me, just the usual txt files
|
|
Top
|
|
|
|
|
|
|
| |