Author Topic: Chat-Logging  (Read 2624 times)

Offline Malice

  • Druid and Ranger DM
  • DC Dungeon Master
  • ******
  • Posts: 4909
  • Immune to mind-affecting spells
  • View Gallery
    • View Profile
Chat-Logging
« on: August 21, 2007, 07:16:04 am »
Thanks to Wickmark who has designed this useful tool executable which can run your NWN2 game and save your chat-logs:

Update!  ;D

I received a few suggestions on improvements in game.

The following features has been added to the application:
  • A new external configuration file, configuration.txt, has been added. Really simple configuration! If you screw up, the application will automaticly repair the errors you made.
  • Destination is now configurable by changing destination in the new external configuration file configuration.txt.

    Typical example:
    destination=%USERPROFILE%\Documents\Neverwinter Nights 2\Chat logs

    The application will resolve environment variables such as USERPROFILE.
  • You can now decide if you would like the application to start Neverwinter Nights 2 for you, once the log has been copied. Change start_nwn2 in configuration.txt.

    Values:
    1 = start Neverwinter Nights 2
    0 = don't start Neverwinter Nights 2
  • To ensure that the same log gets copied twise, the new version compares the 'last changed' date between the two files.

    Advance stuff: If, for some reason, you want to enforce copying, change last_changed to 0

    last_changed=0

    Note: This change will only apply once, for the moment the log is copied, last_changed will change to the copied logs last changed 32-bit integer value.
  • For your convenience, error messages are now presented to you in a more or less enjoyable message box, instead of instantly dumped in the console window.

Application:
http://zanathel.zapto.org/apps/NWN2LogMngr/NeverwinterNights2ChatLogMngr.zip

Source code:
http://zanathel.zapto.org/apps/NWN2LogMngr/source.zip

Enjoy!  :wave:

Offline Malice

  • Druid and Ranger DM
  • DC Dungeon Master
  • ******
  • Posts: 4909
  • Immune to mind-affecting spells
  • View Gallery
    • View Profile
Re: Chat-Logging
« Reply #1 on: October 19, 2009, 04:32:37 pm »
Coming Soon...