Jump to content

JohnDory

Subscriber
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by JohnDory

  1. I haven't got ETL installed but I can lend you our test server with a separate omnibot directory for a couple of days if that helps ?
  2. Hi Chris, I have two of these ? https://www.harryhomers.org/et/download/etmain/ruins23lite_fixed.pk3 12 meg this is one we use and https://www.harryhomers.org/et/download/etmain/ruins23.pk3 23 meg the original one Cheers. Mike.
  3. I thought they already could? on some maps it's the only way to get into some places, otherwise all you would do as a covert op is snipe and no swapping clothes. or have I got the wrong end of the question?
  4. have you tried !* as the flags for the owner ?
  5. we have ours set in silent/database/shrubbot.cfg once you've edited the cfg file and uploaded it again use the !readconfig to load it again with add on's in it.
  6. haven't seen it for quite awhile but when we did it was to do with the redirect and peoples connection to it, also people got stuck downloading from the server. we've got nq and silent on our servers at the moment but it happened on both in the past, working fine now.
  7. what have you got set for g_hitsounds g_defaultHitSounds
  8. in the silent settings set g_panzerwarDescription: Enables/Disables Panzerwar. 1 is enabled, 0 is disabled. Type: [0|1] Default: 0
  9. I think you need to change the name of your website.cfg to fa_forum.cfg I'm not sure on how to minimize it from the menu.
  10. 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
  11. I've not changed any of our v-sounds. perhaps there is someone who has chagned can help ?
  12. you need to check they are named correctly with the correct path, I'd have the sound pack and and the v-say in seperate files for ease of changing and trouble shooting.
  13. on the redirect you need a silent directory so it has somewhere to download from.
  14. 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.
  15. 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 ?
  16. are you using a windows or linux based server ?
  17. 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
  18. 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.
  19. 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.
  20. 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.
  21. 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...