Page 1 of 1

Log Rotation

Posted: Sat May 04, 2024 4:15 pm
by chocolatelover

Help!

I need an automatic log rotator for when I' am tired and forget to autosave.

I loaded something called GLR which never worked.

I tried the log rotation series form the Wiki.

Nothing works.


Re: Log Rotation

Posted: Sat May 04, 2024 9:19 pm
by Drowble Oh Seven

I've been using NWNLogRotator, which has been generally wonderful.

I use the batch file below to launch it (which I've put in Documents/Neverwinter Nights) and NWN at the same time.

Code: Select all

echo off
cd "C:\Users\YourNameHere\Documents\Neverwinter Nights"
start NWNLogRotator.exe
start steam://rungameid/704450
exit

Re: Log Rotation

Posted: Sun May 05, 2024 5:22 am
by In Sorrow We Trust

https://wiki.nwnarelith.com/Logs

edit: you mentioned you tried these already, but these are just scripts and there's no reason they would not work unless they're being used incorrectly. I tested both the windows version and I wrote the Linux version.


Re: Log Rotation

Posted: Thu May 16, 2024 8:43 pm
by chocolatelover

That is because I have no idea what I'm doing. Wishing someone has something more automatic for those of us not well versed in tech.