Combat log does not get deleted. It saves to your computer and continuously grow the more you play.
Source
Log can be found here:
*\Neverwinter\Live\logs\GameClient\Combatlog.txt
Mine is already 250mb~. AFAIK deleting it has no negative repercussions.
Great programing Cryptic. Fix it please.
Combat Logs are great and all when we can actually use it. But, give us an option to delete combat log everytime we log in or log off. An option in settings to turn it off would be great too.
A temporary fix:
/combatlog 0 - Turns it off
/combatlog 1 - Turns it on
It'll still have some data but not as much. Perhaps a very small percentage. I tested it. An hour of gameplay would net me 5mb with it on. With it off, still 1kb with very small changes to it.
Thanks to the Neverwinter Subreddit for supplying the Fix and Headsup.
Comments
Glad this was alerted to me early, as the game runs off an SSD and constant writing is bad for it (so is size!). Only 20MB right now, but not bad. Shame we have to turn it off to stop this..
PC specs: http://forum.daow.net/viewtopic.php?f=6&t=4#p99
*looks for the /sarcasm emote*
anyone care to write a combat log parser? I'd love to know my actual DPS . nm i'm a cleric...
Ability Scores || All Attribute Roll Combinations || My Cleric Stream \o/
Now you might complain that the log writing isn't spread over the entire disk. Ok, let's assume that the allocation is no more than 1% efficient. Even at that rate, your SSD will be good for 58 years of 7x24x365 Neverwinter play.
Your SSD is fine.
Oh, I would too. Just pointing out the silliness of people acting like Cryptic has decided to trash their drives.
Thanks Reddit.
Enable: /combatlog 1
Disable: /combatlog 0
Edit: Didn't see the first post edited with that info. My mistake!
I am constantly fighting against writes to my OS SSD against companies that appear too incompetent to develop things properly.
For example, software that force downloads into a temporarily folder on our main drive, or force installs, or force extracts; I have hundreds of GB/s of needless writes to my disk over the year that I've used it ontop of all my own writes, which as a power user is a lot more than your average consumer. This IS lowering its lifespan.
I have an old HDD that's been in my system for over 10 years with over 7 years of runtime recorded to it. An SSD is NOT going to last that long unless it's only being read from most of the time.
Regardless, even if a drive had an estimated lifespan of 10 years at 20GB/s a day, I'd still act the way I do regarding writes to it. Lifespan is important to me, no matter what it is, including my own.
PC specs: http://forum.daow.net/viewtopic.php?f=6&t=4#p99
Thanks for the command to shut it down.
I think this is something the devs should look at changing
It should definitely default to off.
I barely have over 1gb free I do not want to think about what would happen if I had this game installed on there instead of one of the others and the combat log maxed out the space on my SSD because of very bad programing
So yeah fix this MAJOR ISSUE
Hit that each time you log in (I have to do that for FoV anyway) and it stays put even if you change characters until you restart the whole game.
Just stops it from saving to the file.
FIX THIS PLZ!!!!!!!
Deleted, this is dumb AF
@echo off
cd "\games\Neverwinter\Neverwinter\Live\logs\GameClient\"
if not exist "CombatLog.log" goto ENDE
if exist "CombatLog_2.log" del "CombatLog_2.log"
ren "CombatLog.log" "CombatLog_2.log"
:ENDE
cd \games\Neverwinter
neverwinter.exe
exit
Save the file as Neverwinter.BAT
Change the paths to where you have installed Neverwinter (mine is on drive )
Instead of using the installed Neverwinter link to start the game, use the .bat file. It will replace your previous Combatlog with Combatlog_2 after deleting the old combatlog_2. This way you will only ever have 2 Combatlogs each as large as the playsession. A new CombatLog will then be created when you start the game.
By going to the properties of the .bat file, you can even change the icon to whatever you like.
enjoy!