Jump to content

gaoesa

Management
  • Posts

    4391
  • Joined

  • Last visited

  • Days Won

    167

Everything posted by gaoesa

  1. For silEnT mod, the mod built admin level protection (http://mygamingtalk.com/wiki/Silent_Mod_Server_Cvar#g_adminProtection) works both reliably and with less inconvenience than this.
  2. In ETPub based Lua modules, the scripts are read in the qboolean G_LuaInit() function at g_lua.c. I think that is the place to make the modifications. I would suggest adding a cvar for the directory, similar to g_mapConfigs and g_mapScriptDirectory cvars.
  3. The actions you have described can be made only with rcon commands. Also, you can never trust a word someone who does that kind of things to you are saying. If he says one thing it is most likely something completely different in reality. Please pm me the userinfo strings he uses. The name check has a known issue which allows too wide range of characters as valid. If I remeber correctly, someone else reported empty name too.
  4. The localhost method that was shown in the video is the old method I meant and it has been fixed a long time ago. If someone tries it, it will show in the cheats log and the player gets kicked for it. As far as I know, it is also fixed in the Jaymod in 2.2.0 version. The video shows the old 2.1.7 version in which it works. Try to change your rcon password to see if it stops him.
  5. By any chance are you sure you haven't leaked your rcon password. The old rcon hacks don't work in silent. This includes the spoofed IP address method.
  6. Are you sure about this? The video is made on a Jaymod server.
  7. So you want to enable friendly fire on mines? More seriously, I don't think there is a way to disable self damage from weapons. This doesn't concern only mines but also grenades and other explosives. There is no such option to disable the engineer from triggering their own landmine. They need to be able to trigger it for defusing. Tripmines are different as those can be defused without triggering.
  8. If I say something is not reproducible it means I have tested it. I have said it several posts ago already so you can't claim you didn't notice it. I see this is the end of this thread as no truthful information was provided. EDIT: It seems this needs to be spelled out even more clearly to avoid new bullshit threads from popping up. 1. Spectator click spamming mouse does not crash/stall server with default configuration. It has been tested. 2. Only other information that was given was a crash report that clearly has nothing todo with mouse clicking whatsoever.
  9. How many times do I have to say that it is not reproducible with default instal? Indeed, setting g_spectator to 0 does not make the crash reproducible. EDIT: I also know that no real server hoster would have problem that causes the kind of issues with file system that you reported. That is why I guessed you are using some kind of buggy virtual machines or some other incomplete setup. Now, start giving truthful information and stop the bullshit right here.
  10. You're came with a bug that cannot be reproduced, yet you claim your host has installed several different OS version and in all of them you can repdroduce it with a default silEnT installation. Furthermore, the bactrace says it is crashing on libc on a file handling function. That is why it looks like the problem is in the installation of the OS. Unless you can provide some information that can be used to reproduce the issue, there is nothing we can do for you.
  11. This is not reproducible. The backtrace clearly says it is a file handling issue, which is in no way related to following players in game. EDIT: I have had a server on OVH for a test and I had no problems with it except the ping. So there is no need to set blame on them about this.
  12. Nevertheless, this is something your server provider messes for you. There have been hundreds of installations on Windows, Linux and FreeBSD without this issue.
  13. Probably there is something wrong with the way you install the operating systems on those virtual machines I guess. The backtrace clearly shows it is related to file handling. Since it doesn't work on Windows server, I think it is safe to assume it is not compatibility issues with the libc.
  14. Please check that files in database directory have read/write access to the ET server. If that doesn't work, you should strip the server to default installation state and then add the changes from your tarball one by one until it crashes or everything is working the same. It shouldn't crash because of file permissions, but I'm guessing.
  15. There is a cvar that disables the boosting. I don't remeber what name it had.
  16. gaoesa

    Lua + MySQL

    Also, you need to use the dynamic Lua version of the silEnT mod for the scripts to load additional libraries.
  17. If you can consider using PostgreSQL, the next version of the mod will have a way to collect game statistics for you.
  18. The in-game silEnT database is not going to be changed.
  19. MySQL uses GPL license and linking against the client library is not possible for us. MariaDB client might be able to connect to MySQL server and uses LGPL license, might be possible.
  20. If they don't have silEnT GUIDs that is what happens. If they have it, i.e. the silent.dat file, then it doesn't happen. If the instalation is completely separate, you can copy the old silent directory to the new installation loation. The silent.dat file alone is enough to keep the old silent GUID. After that, you can use the !updatepbguid command to update their PunkBuster GUID to the database. I think ET: Legacy is reusing the cvar reserved for the PunkBuster guid, i.e. the cl_guid field.
  21. One way to disable: /rcon bot maxbots -1 /rcon bot kickall To add them back: /rcon bot maxbots 10 (or any value you use)
  22. Easily with a custom command: [command] command = map exec = map [1] desc = Execute a map using its bsp name. syntax = [mapname] levels = 5 [command] command = rotation exec = exec objectivecycle.cfg desc = Return to normal map rotation. syntax = levels = 5 http://mygamingtalk.com/wiki/Silent_Creating_Custom_Commands To run the map only once and automatically return to rotation, I don't know how to do it. It might be possible with a more complicated Lua scripting.
  23. Like this: /rcon exec objectivecycle.cfg
  24. You can create config that is only the rotation. Then execing just that cfg file will start that rotation again from the beginning.
  25. There is also LGPL which lets you enforce that the extension source stays open but it can be used with any software. MIT license of course allows all use.
×
×
  • Create New...