Page 1 of 1

Vault.ini Erased When Server Comes up

Posted: Mon Jul 03, 2006 11:47 am
by Ratty
Like the topic says, each time i reopen my server it erases the vault.ini

While the server is running its fine and records etc
When it goes down the info is still there, when puttin it back up wihin a few secs of server goin up it erases the vault.ini info
(Im assuming it remakes it wif default data)

Are there any variables i can change that will fix this??

Only thing left in vault after it remakes is

; Don't modify!
server_language en
war3ft_version 2.3.2


-------------------My Settings-------------------

// Warcraft 3 Frozen Throne Configuration File

mp_savexp 1 // Enables saving of experience (uses a vault, default is 0)
sv_sql 0 // Save using a SQL module (a module needs to be turned on, note: to use this mp_savexp must also be 1, default is 0)
FT_saveby 1 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0)
FT_admin_flag "m" // Admin flag required to give/take XP (default is m)

// SQL configuration
FT_sql_host "127.0.0.1" // Host Name
FT_sql_user "root" // User Name
FT_sql_pass "" // Password
FT_sql_db "" // Database Name
FT_auto_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete 50 // However many days before deleting XP or pruning from the database (default is 31)
sv_sqltablename "war3users" // Table Name, no need to change (default is war3users)
sv_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)


I am running a lan server so i dont care about the file size, i just want it to keep data till i manually delete, or it hits over like 20days, the prune is set high, i cant fidn n e more functions.

Help :(



meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.71 ini ANY ANY
[ 2] Hook Mod RUN - hookmod_mm.dll v5 ini Start Start
[ 3] HLGuard RUN - hlguard_mm_optim v1.8 ini Chlvl Chlvl
[ 4] Fun RUN - fun_amxx.dll v1.71 pl1 ANY ANY
[ 5] Engine RUN - engine_amxx.dll v1.71 pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx.dl v1.71 pl1 ANY ANY
[ 7] CStrike RUN - cstrike_amxx.dll v1.71 pl1 ANY ANY
[ 8] CSX RUN - csx_amxx.dll v1.71 pl1 ANY ANY




amxx modules
Currently loaded modules:
name version author status
[ 1] Fun 1.71 AMX Mod X Dev Team running
[ 2] Engine 1.71 AMX Mod X Dev Team running
[ 3] FakeMeta 1.71 AMX Mod X Dev Team running
[ 4] Sqlite 1.70 AMX Mod X Dev Team running
[ 5] CStrike 1.71 AMX Mod X Dev Team running
[ 6] CSX 1.71 AMX Mod X Dev Team running

Posted: Mon Jul 03, 2006 12:03 pm
by Geesu
list of running plugins pls

Posted: Mon Jul 03, 2006 6:16 pm
by Ratty
Geesu wrote:list of running plugins pls
amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.71 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.71 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.71 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.71 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual Sys 1.71 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.71 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.71 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.71 AMXX Dev Team plmenu.amxx running
[ 9] Teleport Menu 1.71 AMXX Dev Team telemenu.amxx running
[ 10] Maps Menu 1.71 AMXX Dev Team mapsmenu.amxx running
[ 11] Admin Chat 1.71 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.71 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.71 AMXX Dev Team scrollmsg.amxx running
[ 14] Info. Messages 1.71 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.71 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.71 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.71 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.71 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.71 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configurati 1.71 AMXX Dev Team statscfg.amxx running
[ 21] Restrict Weapons 1.71 AMXX Dev Team restmenu.amxx running
[ 22] StatsX 1.71 AMXX Dev Team statsx.amxx running
[ 23] CS Misc. Stats 1.71 AMXX Dev Team miscstats.amxx running
[ 24] CS Stats Logging 1.71 AMXX Dev Team stats_logging.a running
[ 25] Warcraft 3 Frozen 2.3.2 Geesu==(Pimp Dad warcraft3FT.amx debug



I have just noticed the vault.ini also clears itself on a mapchange when i use the changelevel command in the console, im assuming it will do it when the map changes normally aswell, is there anyway to keep this through everything, i dont want it to ever erase/delete etc.

If not i guess ill have to just make exp ezy to get and players can just get it each round.

Posted: Mon Jul 03, 2006 7:51 pm
by Geesu
Did you change something? b/c this isn't happening with anyone else...

Posted: Tue Jul 04, 2006 12:09 am
by Ratty
The only thing i can think of that i changed is in the METAMOD plugin.ini

I added some more dll paths into the file that add HookMod and HLguard, im not sure if this is interfearing with the file as mabye i should make them run THROUGH AMXX.

Apart from that i have only changed the settings you have seen in the files.

Posted: Tue Jul 04, 2006 12:55 am
by Crispy2
Check the mp_savexp ingame maybe its zero ... then manually change it to 1

Posted: Tue Jul 04, 2006 3:41 am
by Ratty
Crispy2 wrote:Check the mp_savexp ingame maybe its zero ... then manually change it to 1
If the mp_savexp was set to 0 in the game then it wouldnt work in the first place :P
Mine saves exp during the game and stuff fine, its just when the map changes/server goes down it seems to create a new vault.ini or erase everything in it.