Page 1 of 1

How does one log the combat window text?

Posted: Wed Jan 12, 2005 6:16 pm
by WrathOG777
I currently log my chat. But now I have found a need to log my combat window for testing.

Is there a way to log the combat window text to file? Can I get a timestamp on that too, or at least a round stamp?

I am looking for something sort of like...

Code: Select all

A Attack
A Attack
B Attack
A Damage
A Damage
B Damage
--Round--
A Begin casting
B Attack
B Damage
A concentration check
A casts
--Round--
A Attack
etc

Posted: Wed Jan 12, 2005 8:18 pm
by Sunscream
I don't know about logging the other window, but if you right click your chat window a radial will show up and you should be able to have the combat info show up in the chat window. I think that would work.

Posted: Thu Jan 13, 2005 12:49 am
by Reinstag
Somehow I have my system set to log chat and combat at the same time in the same file. :?

When I get home, I'll see about finding the line in my .ini that does this.

Posted: Thu Jan 13, 2005 2:20 am
by GG26
if you use linux nwlogger will do a stellar job of this with color coding and html files

Posted: Thu Jan 13, 2005 3:06 am
by Drysh
- Open the nwnclient.ini
- In the beggining there should be the tittle [Game Options]. Below it there should be a line like this:
ClientEntireChatWindowLogging=0

- Change to:
ClientEntireChatWindowLogging=1

- If the line doesn't exist add it below [Game Options]

I don't recomend using it with a log parser (unless, of course, you adapt it to ignore the extra information). And the log can get huge very quickly.

Posted: Sun Jan 23, 2005 3:04 am
by Salas
Drysh wrote:- Open the nwnclient.ini
I'm stuck :\

Posted: Sun Jan 23, 2005 3:45 am
by Snow
There's a file in your NWN directory called nwnplayer.ini
If you open it it's a text file, just follow the rest of the instructions after that :)