What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

edwinlodz

Member
Joined
Jan 28, 2015
Messages
90
Reaction score
1
Hello !

Lately been abit paranoid with checking things that might cause bans .
I noticed since 2.0 each new account makes separate USER1 2 3 etc .
It even redownload it after delete of all Glyph and Archeage data.

So i made little tool to delete those items

You can remove some folders of files if want or add more.
Remember to change YOURUSER to your name.
Just open Notepad and copy this then save as .bat

@echo off
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\Addon"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\LogBackups"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\UCC"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\udf"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\USER\Data"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\USER\midi"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\USER\profileshots"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\USER\UCC"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\USER\udf"
rd /q/s "C:\Users\YOURUSER\Documents\Archeage\Web"
rd /q/s "C:\Users\YOURUSER\AppData\Local\Glyph"
del /s /q /f "C:\Users\YOURUSER\Documents\Archeage\USER\*.g"
del /s /q /f "C:\Users\YOURUSER\Documents\Archeage\*.log"
del /s /q /f "C:\Users\YOURUSER\Documents\Archeage\*.dmp"
del /s /q /f "C:\Users\YOURUSER\Documents\Archeage\*.crash"
PAUSE
exit
 
Back
Top