Jump to content

JohnDory

Subscriber
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by JohnDory

  1. ours below resets the xp if a player has not been on for 5 days, other than that we reset ours once a month by hand.

    // XP Save configuration
    set g_XPSave 31  //changed from 21
    set g_XPSaveMaxAge_xp "5d"  //changed from "30d"
    set g_damageXP "0"  //changed from "1"
    set g_damageXPLevel "50"
    set g_maxXP -1  //changed from "90000"
    set g_xpdecay "0"
    set g_xpdecayrate "0"
    set g_xpdecayfloor "0"  //changed from "1"
    set g_punkbuster 1
    set g_identOptions 31
    
  2. add on packs go in the silent directory of the server and the redirect, don't for get to restart the server so tehy gret picked up.

    then when you join the server they should download and be used.

  3. as far as I know it should breate its own new if you delete the one that is there, but that is not the problem, it sounds like the path is wrong, the easy way to tell if you delete it and restart the server, play and it still does not write any thing, thats whats wrong.

    What does it say in the server.log ?

  4. you should also when its working change the name of your silent.cfg file to something else to make it harder for other people to make changes if they ever get in.

    the silent.cfg I have executed as the last line in my server.cfg

  5. its most likely because you've copied the old database over as well, delete the copied over databases and it will automatically add new ones if it finds none in the directory.

    as you have no use of data from old databases you'll not lose anything.

     

    If you have your paths set correctly it will be using the server.cfg from with in your silent directory and not your etmain.

    to test which its using just add

    set sv_hostname "silent directory"
    

    As the first line in your server.cfg, then when the server is running you'll see the server name changed to what you put and then you'll know which one its using. Don't forget to change the name back again to what you want your server to be seen as.

  6. in your start up line you need

    +set fs_homepath "silent"
    

    your xp save files are in the database directory, in our case this is in our et install directory server/silent/database and is set in your silent.cfg file

    // Shrubbot and Database
    set g_dbDirectory "database"
    

    once you get the shrubbot working your xpsave will work as they use the same directory.

    for doing rcon commands we find it easier to use rcon unlimited

    when you do a command in that you should a result strasight away, to check another way check in the console, the server log will show where its trying to save the xp to or will show an error saving it.

  7. yes, you've not got your paths set correctly.

    when your in game and you do

    !help
    

    in console do you get any response ? if not you need to check the paths to silent directory, shrubbot commands and xpsave can have the same problems.

  8. our xp is set as follows and we reset ours by hand once a month.

    // XP Save configuration
    set g_XPSave 31  //changed from 21
    set g_XPSaveMaxAge_xp "5d"  //changed from "30d"
    set g_damageXP "0"  //changed from "1"
    set g_damageXPLevel "50"
    set g_maxXP -1  //changed from "90000"
    set g_xpdecay "0"
    set g_xpdecayrate "0"
    set g_xpdecayfloor "0"  //changed from "1"
    set g_punkbuster 1
    set g_identOptions 31
    
×
×
  • Create New...