Jump to content

Zelly

Coders
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    32

Posts posted by Zelly

  1. To an extent yes.

     

    You will be able to use most of the LESM commands blacklist(ban/kick),warn,mute,finger,freeze,ignore,pm etc.

     

    It isn't like I am adding some uniquely identified hardware guid to everyone though so them coming back if they have access to multiple ip's is still an issue.

     

    If you would like to test it I can give you a package, haven't worked on it in a while can't remember where I left off.

  2. Then it is getting overwritten by some other config check your other cfgs to make sure its not being set to something else.

    Also if you wish for them to be set to only one setting for all maps, you should just be putting it in your server actual server.cfg instead of your mapconfigs.

     

    Mapconfigs are generally used for cvars that you want set different on some maps.

  3. Are you using this for NQ or silent. (Sorry if obvious question seeing how you have "NQ health", just not sure if you are using that as reference or you are actually on NQ)

     

    Cause there are two ways to do this and its easier in silent mod.

     

    EDIT#2: If you are on silent I am pretty sure all you need to do is:

     

    local MAX_HEALTH = 140 -- Change your max health here.
    
    function et_ClientSpawn( clientNum, revived, teamChange, restoreHealth )
        et.gentity_set( clientNum , "ps.stats" , 4 , MAX_HEALTH )
    end
    This will make all classes start with 140. But it isn't this easy on older mods.

     

    EDIT#3: Actually this code MIGHT work for other mods. Maybe it was just legacy mod that it crashed my server.

    ^^

  4. These options are there. When you first install LESM it will generate a file called ConfigDefaults.json with settings in them. You will need to rename ConfigDefaults.json to Config.json. Then restart your server the next time it loads up you will now see it has loaded the config without any errors. Now you can go into that config.json file and edit the settings. It's pretty straight forward and if you have any hard times feel free to ask! Hope I helped.

    :D We already sort of handled that in xfire.

  5. Either lua or default.cfg (Which I am not sure if you can count only real players or not haven't used it in a while)

     

    Either way you can't do it just with the command.

     

    You could do bot maxbots 6 though and there would be six bots 3 bots per team. They would leave when a player joins.

  6. 1. Open FTP

    2. Navigate to and edit shrubbot.cfg

    3. Save/Upload

    4. Open ET/RCON

    5. !readconfig

     

    vs:

    1. !levedit 1 add w

     

    Point is not having to do the shrubbot.cfg we already have commands to add remove edit players flags/greetings and stuff, when we used to not have to.

    Also you may not want to give your admins access to your whole server but you would want to give them access still to the levedit. Anyways plenty of reasons, it simply would be useful.

  7. I played there for a map..Hard to play for me without proper head/body shot sounds...I see you have Zelly's LESM running! Nice!

     

    I am a fan of original single jump setting these days similar to some of F|A's servers, Old Farts and even ROX  because of all the TJ abusers out in the world :)

     

    Just my 2 cents..might be only worth 1 cent but there it is!

     

    -Blu

    A few maps don't have the dj enabled, and there is a vote to disable it if needed. I am same way though, I just hate when people are jumping around mid battle(Not to say that I don't do it too) I just not a very good shot when they all over the place.

     

    Also:

    /seta cg_hitSoundType 2
  8. Currently I have had a lot of people ask is there a way to just not include all the features, as there are way too many for what they need.

     

    I have answered this question usually with: Everything can be toggled on and off some where. Whether that be Config.json or disabling commands in Commands.json. There are very few things that are not configurable, or at least able to disable. And if there was ever something I missed (Sometimes I do miss some features because I am so used to them being enabled) just to ask me and I can probably make it able to disable / enable.

     

    However recently a proposed idea would be to make a drag and drop features into a folder like LESM/plugins/

    This would also allow people to use my Lua as a sort of API to make their own plugins which I find really cool.

    It sounds good, and I really kind of like the idea of it, I just don't know how to approach the idea yet, if it is possible (for me) to do..

    This however proposes a problem, instead of having to configure one thing you would then have to configure each individual plugin.

    It would also require a sort of rewrite of the entire code, which would probably take some time.

     

    So what do you think should be done? Should I just continue what I am doing?

  9. I hope you mean LESM/save/Users.json cause Users.db is not with my lua, and in silent if you edit that it gets corrupted not sure how it works in nitmod though. :D

     

    Any changes manually made to Users.json (while the server is online) will not take affect, since it loads Users.json at the start and saves it at the end (Overwriting anything you would have made). It really wasn't meant to be Edited like the other files.

     

    To set up the first authorized user it needs to be done through rcon:

    lua update bluemax authorize true

     

    Then from then on you can update other people via

    /lua update username authorize true

    (By the way authorize is meant only for server operators, as it has a lot of control)

     

    After that you can do !config help to see a list of config options. and !config balance for example to see a list of options under the balance category.

     

    And then !config balance.enabled true to enable balance.

     

    (important) And then !config save to save the config.

     

    Will add this all to the wiki in a more complete manner later on, I am just procrastinating big time sorry :D

  10. Already more effort than I wanted to put into that lol. I was just trying to get a simple rss feed with my own styles but testing it was a pain I won't really need that site anymore soon.

×
×
  • Create New...