Quote:
Originally Posted by Hiddos
Quote:
Originally Posted by DarkPhoenix
Quote:
Originally Posted by //exora
What more info? You'll find the function you might want to modify.
|
I don't know what to edit in dudb. I'm currently looking in my dudb folder inside include.
|
Change the save path.
Go through your .dudb include and find and replace and %.dudb.sav lines. Example:
Quote:
format(tmp,sizeof(tmp),"%s.dudb.sav",udb_encode(nickname));
|
Becomes
Quote:
format(tmp,sizeof(tmp),"%s.file",udb_encode(nickname));
|
|
There are more
Quote:
format(tmp,sizeof(tmp),"%s.dudb.sav",udb_encode(nickname));
|
Do I need to replace them all? And I need to edit something in my gamemode script?