Jump to content

clan DIABOLIK

Members
  • Posts

    327
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Like
    clan DIABOLIK reacted to BECK in New section in Wiki for creting custom commands   
    This is a great idea.  I can provide a simple example of a shrubbot command working with LUA - we have a bunch of working scripts that use this method.   You can use this if you want.
     
     
     
    For the purposes of this example, the command is mycommand.   It will be executed when the uses enters !mycommand in the console, assuming that player has been assigned level 2 or higher shrubbot level.
     
    1. Create your command in the shrubbot file.   Open your shrubbot.cfg file (in silent\database directory) and add the following block:
    [command] command = mycommand exec = mycommand [i] desc = Does something cool for people over level 2 syntax = levels = 2 3 4 5 2.  Create a LUA file in your silent directory on the server.  Call it mycommand.lua (or whatever name you want to give it).   Begin with the following stub:
    function et_ConsoleCommand(command) -- if the user types !mycommand in the console if et.trap_Argv(0) == "mycommand" then -- Do your custom processing here return 1 -- Tells silEnT that this method handled this command end return 0 -- Tells silEnT that this file did not handle this command end 3. Update your server config to load the LUA file.   Add or modify the following server var (lua_modules):
    set lua_modules "mycommand.lua" 4. Restart your server.  Assuming you are shrubbot level 2 or higher, !mycommand will execute and do cool stuff.
  2. Like
    clan DIABOLIK got a reaction from hellreturn in zoom of binocular to high   
    http://wolfensmart.free.fr/divers/zoomlvl.JPGLOL I did touch the UI     
     
  3. Like
    clan DIABOLIK reacted to Aciz in zoom of binocular to high   
    cg_zoomDefaultBinoc
     
    This is the one you are looking for, 22.5 is default value.
  4. Like
    clan DIABOLIK reacted to hellreturn in zoom of binocular to high   
    cg_zoomDefaultSniper
    cg_zoomDefaultBinoc
    cg_zoomStepBinoc
    cg_zoomstepsniper
     
    I am not sure which one are right or wrong but play around with above 4 cvars and you will fix your issue. Sorry been years i have touched zoom level.. 
  5. Like
    clan DIABOLIK reacted to Aciz in zoom of binocular to high   
    Afaik there is no server CVAR that changes the default level of zoom, it's just client side CVAR.
  6. Like
    clan DIABOLIK reacted to gaoesa in zoom of binocular to high   
    It is a client only setting. You might have a forcecvar setting in your server configuration though.
  7. Like
    clan DIABOLIK reacted to TheSilencerPL in Health regeneration for non-medics   
    Have you had nitmod maybe? I know they have something like that: g_medics cvar.
     
  8. Like
    clan DIABOLIK reacted to Zelly in Health regeneration for non-medics   
    Could be done with lua.
    Micha had a similar script, (The goal was to increase max hp I think) but the health regen was there and could easily be enabled for every class.
  9. Like
    clan DIABOLIK reacted to Dragonji in Health regeneration for non-medics   
    I requested it over a year ago, it was ignored however. Your only way to add that is by using Lua.
     
    http://mygamingtalk.com/forums/topic/2583-health-regeneration/
  10. Like
    clan DIABOLIK reacted to Dragonji in Health regeneration   
    I was thinking about this for some time. If this is ever accepted, it would be the best if one was able to set another regen speeds for assault classes (soldier, engineer, field ops) and sniper class (covert ops).
  11. Like
    clan DIABOLIK reacted to Purple in ET Server Series!   
    I've started on a basic ET server configuration series for people. I will continue to update this topic with more and more videos
     
    (p.s sorry for the low quality videos going to use something else for recording <3)
     
     
    $part 1
    https://www.youtube.com/watch?v=ewwoq1ZUo-Y&feature=youtu.be
  12. Like
    clan DIABOLIK got a reaction from Jhonny/Shinobi in Health regeneration for non-medics   
    Hello
     
    I've forgotten a setting on my server, who can be useful for beginners :
     
    When reaching level 4 medic, I'd like an automatic health regeneration for other classes.
     
    I can not find the CVAR in wiki with keywords medic,health,regener ...
     
    Actually I have set :
    g_medics 192
    g_medicHealthRegen 4
     
    Thanks in advance,
    [DIABOLIK]$mart
     
  13. Like
    clan DIABOLIK reacted to BECK in Optional Pk3s   
    I think this is already possible.   On our server we have custom weapon sounds and different skins and mine markers --- we put the PK3 files in the etmain folder on the server.   If you have the same files in your own etmain folder on your PC, you will be able to use them at our server, but it doesn't effect your experience at other servers.   It works for us at least --- so no one is required to have them, and if they do have them they will be able to experience them and there are no forced downloads.    In my experience, anything in silent folder on the server must be in the silent folder on the client, since we have sv_pure = 1, so clients will have to download customizations.   But this isn't the case for stuff we have in etmain, with the exception of custom maps.  
  14. Like
    clan DIABOLIK reacted to Purple in Do you need help? Anything server related   
    I got a few hours of free time if any of you need help i'll be screen sharing on join.me you can come on in and ask your questions and ill help you out the best i can ;D
     
    https://join.me/551-504-648
  15. Like
    clan DIABOLIK reacted to Zelly in what glauncher damage to use?   
    The problem your probably running into is flak jacket, ( 50% less explosive damage for people who have flak jacket )

    And most servers let that skill carry over to other classes too not just engineers, I have come to just disable flak jacket altogether as I don't think people should be just launched 50 feet when a grenade hits them directly.
     
    To toggle it for every class when level 4 engy is reached look here:
    http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_skills
    and if you want to disable it altogether, which admittedly is a bit extreme:
    http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#skill_engineer
  16. Like
    clan DIABOLIK reacted to Dragonji in "coudnt load an official pak file"   
    + mp_bin.pk3
  17. Like
    clan DIABOLIK reacted to Patriot in /cg_damagekick   
    sorry for opening this old thread Again
     
    just wondering if this still is a nogo?
     
    I have lots of etpub members complaining about it atm, for them its a complete turnoff that they cant have it off.
     
    if it was implemented in silent I would just use a forcecvar to make sure all had it.
     
    Why not implement and thereby make sure etpub is left in the dust to die out?
     
    pretty sure that setting alone is 1 of the mainthing we still see etpub servers.
     
    sorry Again for reopening an old post
  18. Like
    clan DIABOLIK reacted to JohnDory in OPTIONS-SYSTEM- new screen resolutions   
    That is the point of this, it is not a command to use in game, once they have been on a server with silent running on it they have the silent directory on their computer, only then can you make any alterations to the run line in the game icon used for starting the game.
     
    If you use this and normally play nq or etpro this start up is not for you.
     
    Cheating ? it is to do with which mod you play, on our main server it is silent with this startup when the game runs it loads silent mod and in this we have altered the in game main menu to add a servers option that displays all our servers and you just click to join the one you want. If you wanted to do that you would have to alter the in game menu to suit your servers.
    What could be easier for someone who doesn't know the game, we have people who do not and wont learn how to do stuff with their PC's they just want to shot, the easier we can make to join our servers the better.
  19. Like
    clan DIABOLIK reacted to gaoesa in OPTIONS-SYSTEM- new screen resolutions   
    The problem is indeed that the game loads the etmain by default and the screen mode settings are set from there. Only option to reliably keep settings that I know would be to change the settings in the etmain, but it doesn't sound right to change the settings for other mods from silEnT. Another option could be to force vid_restart, but that might not be what the player wants either.
  20. Like
    clan DIABOLIK reacted to Dragonji in Side effects of "forcecvar" ?   
    Also, keep in mind forcecvars are saved in configstrings so it's better to keep the number of forced cvars as low as possible.
  21. Like
    clan DIABOLIK reacted to Bluemax in can't start the server   
    More information would be helpful as well, is the server on a rented host or is is local pc (home net) 
    I have a Home net PC with Windows and one with Linux running ET Server for testing Maps/Mods and also a rented host through Dediserverhosting,com as well.
     
     
     
     
    Thanks Bluemax
  22. Like
    clan DIABOLIK reacted to Bluemax in Play a sound when you get a PM   
    Update:
     
    one of the Founder's of our Clan saw this post...laughed, and made a custom sound pack in like 5 mins and just added to the /Silent Directory and now it is done, 
     
    So now we have "You've got mail" when there is PM!
     
    Thanks Again,
     
    I will donating some $$$ towards the Silent Mod! Cya!
     
     
    Blu
  23. Like
    clan DIABOLIK reacted to gaoesa in damage in panzerwar   
    Enabling panzerwar sets the g_dmgPanzer to 133 and g_panzersSpeed to 2000. You can change these values after the war is set.
  24. Like
    clan DIABOLIK reacted to twiti in Server migration   
    copy silent/database/*.* to a new server
  25. Like
    clan DIABOLIK reacted to Purple in Regarding ET Sever (NewGirlsPower)   
    If i'm correct Frank owns it. If i'm correct again he is shutting (has shutdown?) the clan and it's servers according to his facebook page.
×
×
  • Create New...