Log Rotation

You have questions? We may have answers.

Moderators: Active DMs, Forum Moderators

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

Log Rotation

Post by chocolatelover » Sat May 04, 2024 4:15 pm

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: 431
Joined: Fri Sep 29, 2017 11:36 pm

Re: Log Rotation

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

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
Project Lead
Project Lead
Posts: 1088
Joined: Tue Nov 19, 2019 7:10 am

Re: Log Rotation

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

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: 91
Joined: Fri Sep 23, 2022 2:52 am

Re: Log Rotation

Post by chocolatelover » Thu May 16, 2024 8:43 pm

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