|
|
#1 | ||
|
Bugman's Finest
|
Combat Log Parser
To run the combat log parser click this link: Combat Log Parser
The combat log parser is a program that is designed to present you with reports and analysis about your combat experience in the game. It does this by reading the combat log that is written by the game while you're playing (all the text that also gets written to your combat chat window). There are several reports available to you including a combat summary report, a combat detail report, a fight analysis report, and ability chart output detail. You can also request the report in either PDF or text format. Of course, text format won't include chart data. Here is a sample first page of the combat report: ![]() And here is a sample of a detailed fight analysis against some "Nurglings": ![]() Please note that the parser should work fine with Java version 1.6 or later, if you have an earlier version then that you'll need to update it. To update, just visit this site at Sun Microsystems. Here are some instructions to get you started with parsing your combat logs courtesy of Arkane: 1) Open Up the Combat Log Parser program. 2) In the "Start" box it always starts at today's date, you can change this to an earlier time if you want to or are looking to pull a sampling from further back. For the Ending Date just type in the date and time it when you started this so that it has an ending point. (EDITORS NOTE: Ending Date is optional, no date means read to the end of the combat log) 3) Pick your "Output Format" but if you are a first time user I would suggest using PDF. 4) Click the "Run" button. 5) C: > Program Files > Electronic Arts > WAR_Beta > Logs > Communication > SELECT YOUR SERVER > PICK THE CHARACTER YOU WANT TO TRACK > Select the "Combat.log" file 6) Just click "Open" after this and it will start to parse it all. We'll have a thread up so you can provide your feedback to help us improve the application, as well as for question/answer and discussion about the parser. We'll also be posting up an FAQ to help with common questions. Have fun with the program, I look forward hearing from you about your experiences with the parser and if it helped you in any way! Update: with the latest patch the game no longer writes logs to disk by default. Below are instructions on how to turn that feature back on. From boge: Quote:
__________________
Renegade Heroes Unspoken Alliance Combat Log Parser There is no "I" in team, but there is a "U" in suck. Last edited by Worldgorger; 01-15-2009 at 04:01 PM.. |
||
|
|
|
|
|
#2 | ||
|
Bugman's Finest
|
Some tips:
The parser will work online or offline. To run offline you just need to start the java control panel, click the "view" button, then select the parser from the list of available applications. Starting the java control panel is dependent on your operating system, but usually there is an entry in your control panel. If you prefer text output, just change the output format in the drop down to "TEXT". For when you want to use text mode, using an 8 point font lines up the columns properly for me in programs like notepad. There are 2 reports created in PDF mode, one for damage and one for healing. If you input an opponent's name you get a different report, the fight analysis. You do not have to use the specific entry timestamps, but they do have to start before or at, and end after or at the times you want to include. It's a bit tricky because 00:00:00 means beginning of day, so it's easy to have a start timestamp that is in fact equal to the end timestamp (so you'll get a blank report). For example, if you want all entries for a specific day you would enter something like this: Start: 2008-06-03-00:00:00 End: 2008-06-04-00:00:00 or Start: 2008-06-03-00:00:00 End: 2008-06-03-23:59:59 NOT (gives a blank report) Start: 2008-06-03-00:00:00 End: 2008-06-03-00:00:00 The level field will show all results while you were at the entered level, and ignores the timestamp fields. The damage/second chart is showing a 60 second moving average if you have at least 5 minutes of combat time. Or the actual numbers for smaller samples. When you run a report, you can specify a ZIP file. The parser will scan the zip file for any combat logs and produce reports for each one. Damage is what actually landed. Mitigated is what did not land. So your total damage potential is Damage + Mitigated. In fact, you see the chart reports that as the total area area under the lines (hit + crit + mitigated). The damage summaries do not include damage you do to yourself, such as from backlash explosions. However, those numbers are reported in the combat detail. On the "Dodge/Parry/Block/Disrupt" stuff, if you "Dodge/Parry/Block/Disrupt" an attack that will show up in the combat detail as the number in parentheses next to your opponents casts number. That represents the number of "Dodge/Parry/Block/Disrupt" out of the total casts. Your total casts also includes the number of times you were "Dodged/Parried/Blocked/Disrupted". Worldgorger loves mohitos, just in case you ever visit. If you enter the name of an opponent you'll get a detailed analysis of all your encounters in game against them. I like to run the Combat Damage PDF first, scroll through the report and then run a fight analysis against interesting opponents I find. If you close your report, and then want to see it again. Instead of re-running the parser you can select File->Open from the menu and click on the report directly. If you select the chart output format, you get a screen with a chart for each of your abilities (one for damage, and one for healing). The tip is that you can re-size the chart windows, and if you do the legends will also adjust to best fit the new size. For those who are savvy java/sql types, you can set the windows registry option for "JavaSoft/Prefs/wo/ui/Persistent" to "true" and the combat log parser will write the embedded SQL database with your parsed log data to your hard disk (in the java.io.tmpdir directory where your PDF files are also written). Once you do that, you can then download hsqldb.jar, set it up, and access your data via SQL using the command: "java -jar hsqldb.jar wh" Add these settings to your sqltool.rc file (replace the !Your home directory location! with your actual home directory location): Quote:
__________________
Renegade Heroes Unspoken Alliance Combat Log Parser There is no "I" in team, but there is a "U" in suck. Last edited by Worldgorger; 09-02-2008 at 07:50 PM.. |
||
|
|
|
|
|
#4 | |
|
Bugman's Finest
|
I have been using this log parser for detailed views on my combat for the past two or three months now and I fully endorse this! Well done WG!
~Ark~ |
|
|
|
|
|
|
#5 | |
|
WAR Soldier
|
This is great and seems like it will be really useful! I have never used one before and have always wondered if changing my stuff around really helps or not!
Thanks! |
|
|
|
|
|
|
#7 | |
|
WAR Soldier
|
tagged for later read
|
|
|
|
|
|
|
#8 | |
|
WAR Veteran
|
Any chance we could get a addon/integrated version of this in future? Great stuff!
|
|
|
|
|
|
|
#9 | |
|
WAR Recruit
|
Just ran this on my 2 main beta chars, all I can say is holy rocks batman, that's a lot of information.
I can't thank the people involved enough for making this program, wow, just wow!
__________________
"Dark Elf Disciple, they're not dull." - Paul Last edited by Bernie; 08-21-2008 at 11:06 AM.. |
|
|
|
|
|
|
#10 | |
|
Bugman's Finest
|
Well, WorldGorger made this all on his own, we just asked him during beta if he could add X feature in or Y to the list and within days it was updated and improved. There is no better feeling as a Dwarf than having a long night of RvR against Greenskins than to log out, check your log parser and see the kills you had, the names of people you fought and exactly what you did to them. I like knowing that X ability got increased a lot because of INT or Willpower. I like knowing Rune of Burning did 10k damage to one player. I also liked ( when I played a Shaman ) seeing my log parser during large scale RvR when I was hitting people with Gork Sez Stop and in just 45 minutes I had produces something like 200k damage on my healer.
|
|
|
|
|
|
|
#11 | |
|
WAR Veteran
|
Good stuff. Will come in handy after the weekend since I planned to start testing some stuff out. Less mad scribblings and more pretty pictures to capture instead. I've heard enough good things about it that I doubt I need to see it myself to thank you for your work in putting this together.
__________________
Runehammer a Runepriest Blog/Site
WHA | Rules | Developers' Posts | Frequently Discussed Topics Brownie: *LOCKED with a jibblies tickler* |
|
|
|
|
|
|
#12 | |
|
WAR Recruit
|
Yeah this is a great tool! Reading the combat log by itself is pretty fun to!
[08/08/20][01:17:13]Beluanmaar has been cleaved by Juggerknott's Chaosaxe of Dominion in Dance of Swords. Juggerknott is on a Frenzy! [08/08/20][01:17:13]You have completed: Victim [Bestiary - Humans - Chaos, Chosen] |
|
|
|
|
|
|
#13 | ||
|
Bugman's Finest
|
My favorite excerpt from my earlier beta combat logs:
Quote:
|
||
|
|
|
|
|
#14 | |
|
WAR Recruit
|
^^^lolz , poor old Zarbix.
Sounds liek an awesome program
__________________
Be a Hero or Die like one |
|
|
|
|
![]() |
| Bookmarks |
| Tags |
| combat log parser |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -7. The time now is 02:52 PM.












Linear Mode
