Log Rotation

You have questions? We may have answers.

Moderators: Forum Moderators, Active DMs

Post Reply
chocolatelover
Posts: 172
Joined: Fri Sep 23, 2022 2:52 am

Log Rotation

Post 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.

User avatar
Drowble Oh Seven
Posts: 438
Joined: Fri Sep 29, 2017 11:36 pm

Re: Log Rotation

Post 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
User avatar
In Sorrow We Trust
Posts: 1365
Joined: Tue Nov 19, 2019 7:10 am

Re: Log Rotation

Post 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.

chocolatelover
Posts: 172
Joined: Fri Sep 23, 2022 2:52 am

Re: Log Rotation

Post 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.

Post Reply