|
Post by crimsonbinome22 on Jun 7, 2008 5:35:59 GMT
Update looks pretty good, I like the damage headers. Two things however: Doing desert, all fugue timers are starting with only 30 or so seconds left. Also when I select horizontal party summary the layout of the party summary goes a bit demented, normal layout works fine though (screenshot attached). Otherwise, excellent!
|
|
|
Post by ekstroem on Jun 7, 2008 9:45:40 GMT
Ty. Fixed version uploaded.
Claus
|
|
|
Post by mrbadexample on Jun 7, 2008 10:01:17 GMT
Gonna check out trying to use the regular perl install again, hopefully it'll work for me.
|
|
|
Post by miraborg on Jun 20, 2008 13:44:52 GMT
Hiho, very nice improovements! Is there a way to reread the existing logfile ? Asking cause I was crashing lately and after a crash the YAL stopped logging and needed a restart which wasnt from the point the log startet but from the point YAL started ( again ) . Would be nice to have a button that is forcing YAL to read the existing logfile so that a whole run could be displayed. I also couldnt work out how to fill the party. I tried !who & !who party but still couldnt select anyone so just typed my toons name in. If you send me all the info Ill write you a nice readme thx 4 providing this great log reading tool ! greetings miraborg
|
|
|
Post by ekstroem on Jun 21, 2008 10:21:52 GMT
Hiho, very nice improovements! Glad you like them Not in the current stable version. In the development version I've added the option to load and parse an old log file. I'll try to add some kind of recovery in the new version in case NWN crashes. Yes that bit is still a bit counter-intuitive --- especially because of an old "feature" that is still lurking in the code. When you start the program it doesn't read the log file until something is put into the first line of the party setup window. Thus, even if you use !who party or other !who commands in game they aren't read by the time the party setup window is started. That means that all the drop-down boxes are empty. What you can do if you don't want to type in all the party member names is to type in your own name, hit ok and then start up another party setup window. After you type in your own name the program will read the log and will be able to populate the drop-down boxes so it should work. Clearly this will be fixed so it works right out of the box but there's a few other internal thing related to this that needs an update before this will work. Would be great. Cheers, Claus
|
|
|
Post by mrbadexample on Jun 21, 2008 10:38:39 GMT
yeah the Party function is a bit quirky. Here are a few things I've noticed. -sometimes if finishes your toons name for you on the top line. -if you have changes to your party during the time your logging you have to clear the list and start from scratch or it won't accept the new names.
|
|
|
Post by gandoron on Jun 23, 2008 23:22:45 GMT
Love the new version. Column heading are great. Party list gets populated with !who party (even though I still need to select then, not a huge deal).
However, I'm having one major bug. I am getting no positive damage stats...incoming or outgoing. it shows up on my total damage for incoming, but no other columns... it might be happening for Neg as well...but I think just Pos. Is this happening for everyone?
Can I make a debug log for you or something?
It's showing up on my borts logger, which I was running alongside for testing.
-G
|
|
|
Post by ekstroem on Jun 24, 2008 0:06:10 GMT
However, I'm having one major bug. I am getting no positive damage stats...incoming or outgoing. it shows up on my total damage for incoming, but no other columns... it might be happening for Neg as well...but I think just Pos. Is this happening for everyone? Found it. And yes should be happening for everyone and it's also happening for negative. WIll fix that and upload a new version sometime this week. Thanks! Claus
|
|
|
Post by ekstroem on Jun 29, 2008 21:25:37 GMT
Found it. And yes should be happening for everyone and it's also happening for negative. WIll fix that and upload a new version sometime this week. Think I patched this on the download version. It's easy to fix it by hand. Find the following line in nwn.pl my @DAMAGETYPES = ("Physical", "Acid", "Electrical", "Fire", "Cold", "Sonic", "Magical", "Divine", "Positive Energy", "Negative Energy");
replace it so it reads my @DAMAGETYPES = ("Physical", "Acid", "Electrical", "Fire", "Cold", "Sonic", "Magical", "Divine", "Positive", "Negative");
I.e., remove the energy bits from the array elements. Should get pos and neg damage back. Claus
|
|
|
Post by miraborg on Jul 10, 2008 9:10:39 GMT
Readme: How to get YAL installed and running ( windows)
To start the parser run the nwn.pl script (click on it) (create a short cut to desktop) Enter your Toons name in the Party setup window Once your toon has done anything that appears in the logs the parser will show that. Same goes for the other party members Typing !who party helps but you can only select the other party members (drop down menu) once the parser has read something they did out of the logfiles.
Hope this helps and thx Claus for providing this.
|
|
|
Post by ekstroem on Jul 10, 2008 12:33:02 GMT
Thank you very much for the read me, Miraborg. I'm sure it will help with a lot of the initial problems that players experience when they use the program. I know it's still lacking in documentation. Here's a little teaser of the upcoming version: - From next version all updates will also be available as self-contained exe files created with the PAR packer [Fixed]
- Much more detailed HTML summary output [Done]
- Save information from !list contents calls so you can make file summaries of bank chests in plain text and html [Done]. See here for a simple example.
- Save equipment/inventory from !list rarities [Partially done]
- Print paragon percentage [Done]
- Parse old log files directly [Done]
- Control the parser ingame using simple commands [Partially done]
- Improved control of the amount of output [Done]
- Show DC effectiveness in percentage [Done]
- Removed the party setup box when the program starts [Done]
- Effects. Grabs information from the !effects command [Needs more work]
- Various fixes
Claus
|
|
|
Post by Acaos on Jul 10, 2008 14:06:04 GMT
[/li][li]Save equipment/inventory from !list rarities [ Partially done] [/quote] Just so you know, there are !list inventory and !list equipment too. Acaos
|
|
|
Post by mikekolba on Aug 3, 2008 12:26:38 GMT
Almost Done Claus?
|
|
|
Post by ekstroem on Aug 18, 2008 11:47:13 GMT
Version 0.0.7a is out. Download the perl script here or get the perl-packed version here (this version is a stand-alone exe-version that includes the necessary perl files). You only need one of these two files. If you already have perl installed then use the perl script as described earlier in the thread. If you don't have perl installed then download the exe-file, place it in the same directory where NWN puts the log files (named nwclientLogX.txt) and run it. Remember to set ClientEntireChatWindowLogging=1 in the nwnplayer.ini file such that log output is saved if you haven't done that already. Enjoy! Claus
|
|
|
Post by miraborg on Aug 18, 2008 11:59:37 GMT
awesome ! thx a lot
|
|