Page 1 of 1

whats wrong with vault nvault?

Posted: Sun Dec 23, 2007 2:12 pm
by kp_downarrow
geesu, why did you remove vault support and nvault support?

Posted: Sun Dec 23, 2007 4:24 pm
by kp_downarrow
well i tried mysql and it crashes on map change, nvault doesnt?

deleting a user is easy if you know how to code it

Posted: Sun Dec 23, 2007 4:47 pm
by YamiKaitou
Use SQLite instead

Posted: Sun Dec 23, 2007 5:14 pm
by kp_downarrow
sqlite loses xp and takes a long time during map change too, what does sqlite have that nvault doesnt?

Posted: Sun Dec 23, 2007 6:06 pm
by YamiKaitou
SQLite runs fine for me. I don't have any errors with it. The "Database is locked" error was fixed with AMXx 1.8.

Posted: Sun Dec 23, 2007 6:21 pm
by kp_downarrow
i tried 1.8 and it still didn't prune

anyways you dont have a full 32 player map change

Posted: Sun Dec 23, 2007 9:28 pm
by YamiKaitou
I think the pruning is a bug within wc3ft. I know that there is a bug report on it I know that much.

Posted: Sun Dec 23, 2007 10:33 pm
by kp_downarrow
i think nvault prune will work

Posted: Wed Dec 26, 2007 2:30 pm
by kp_downarrow
i see a 6 second faster map change

Posted: Fri Dec 28, 2007 9:07 pm
by cybergamezone
mysql rocks. Finally!

Woohoo

Posted: Mon Dec 31, 2007 12:32 am
by kp_downarrow
do u have a full 32 man server using mysql?

Posted: Tue Jan 15, 2008 12:20 pm
by Geesu
pruning is broken right now - true... I basically don't have the knowledge to fix it and was waiting on a thread on amxx forums but it was never answered...

Also I didn't want to support nvault when developing 3 different savings system = waste of my time when sqlite and nvault are doing the same thing (saving with no database server)

Posted: Thu Feb 07, 2008 8:37 pm
by kp_downarrow
i fully switched to nvault on RC7 + multi server support thru sockets

Posted: Wed Feb 13, 2008 10:58 am
by Geesu
what do you mean?

Posted: Sat Feb 16, 2008 10:57 pm
by kp_downarrow
i replace stuff in db_sqlite.ln with nvault functions

Posted: Sun Feb 17, 2008 7:05 pm
by Geesu
post ur changes?

And why wouldn't u use SQLite?

Posted: Sun Feb 17, 2008 8:30 pm
by kp_downarrow
nvault is much faster

Posted: Sun Feb 17, 2008 8:32 pm
by kp_downarrow
i basicly used the old RC's nvault stuff and edited it to fit under sqlite, it was tricky