Forums » Off-Topic
So, how do I save a chat log?
The name says it all. How do hell do I do it? Where is the file and how long do I have to save it?
In windows, it's C:\program files\guild software\vendetta\errors.log
For mac people you right click on vendetta and click show package contents.
Drag the errors.log file out of there and the updater will automagically replace it.
Drag the errors.log file out of there and the updater will automagically replace it.
For linux people, try this:
cd ~ && cp ~/.vendetta/errrors.log ./Vendetta-`date %j`.`date %R`.log
cd ~ && cp ~/.vendetta/errrors.log ./Vendetta-`date %j`.`date %R`.log
Stupid edit bug. I made a mistake. Here's the wroking version
For linux people, try this:
cd ~ && cp ~/.vendetta/errors.log ./Vendetta-`date +%j.%R`.log
For linux people, try this:
cd ~ && cp ~/.vendetta/errors.log ./Vendetta-`date +%j.%R`.log