Jump to content

TheSilencerPL

Management
  • Posts

    3082
  • Joined

  • Last visited

  • Days Won

    94

Posts posted by TheSilencerPL

  1. We have to think this over, because we implemented it with soldier only in mind. We wanted to give this class something special so that this class would be used more often. Engie already has other tools, like mines, tmines and dyna. Giving this weapon to engie would be a step back as all would use engie only for improvised demolition since then. The class diversity would be lowered again. That said it's hardly possible to make that happen, but we don't say no until we have a discussion about that.

  2. Btw, I recently found a bug in the time played in each team values  in etpub (mapAxisTime / mapAlliesTime). It is not computed when players are in limbo, so the more a player spend in limbo, the less accurate these values are. Consequently, the PRW can't be accurate either. Chances are that this bug is still present in latest silent.

     

    On second thought, I think this is the way it should be as it takes under consideration only the real play time. Otherwise, if the player was not helping his team (by staying in limbo or spec) the PRW would not be reflecting the real situation.

  3. @clan DIABOLIK, don't mislead people, please. That thread is not related to this topic. If some admin enables "g_mode 8" and people start complaining then it's admin's fault. The same could be said about sten for medics (no recoil, steady aim).

  4. Not necessarily: http://www.youtube.com/watch?feature=player_detailpage&v=V2OjPsg7ydY#t=102

    They could fire still even if the weapon was already in flames.

     

    Regarding sten, the silenced sten had big troubles with overheating, that's why it's like that in game:

    Regarding to this

    The silenced STENs were extremely effective and while they could not be fired in fully automatic beyond short bursts, if fire was kept to single or two round bursts then the weapon avoided serious overheating and fatigue.

     

     

    We try to stick to how the weapons really behaved, but we are leveraging the gameplay by not giving the PPSh-41 to medics.

    PPSh-41 is mainly used by Engineer class and we consider it mainly as the self defense weapon for him while facing shootout before, during and after constructing.

  5. Writing this just to let others know: Hitman fixed it by playing with the pk3 file, although he doesn't know what exactly he did :) So in m opinion, the issue was with the pk3 file itself.

  6. Something I've written ad-hoc to handle your case:

    LVL1 = 3
    LVL2 = 4
    LVL3 = 5
    LVL4 = 6
    
    function et_ClientSpawn(clientNum, revived, teamChange, restoreHealth)
    local valXP = getXP(clientNum)
    local level = et.G_shrubbot_level( clientNum );
    
    
    if level == LVL1 then
      if valXP >= lvl2xp and valXP < lvl3xp then
        setlevel(clientNum,2,lvl2xp)
      end
    elseif level == LVL2 then
      if valXP >= lvl3xp and valXP < lvl4xp then
        setlevel(clientNum,3,lvl3xp)
      end
    elseif level == LVL3 then
      if valXP >= lvl4xp and valXP < lvl5xp then
        setlevel(clientNum,4,lvl4xp)
      end
    end
    end

    LVL1 .. LVL4 are levels you want to handle, only for those levels xp check will be done.

    The code inside

    if level == LVL1 then

    is up to you, here is the behavior I would want, which is: check if the xp is of the higher level and if it is, give the higher level.

     

    Not tested.

  7. ok now it works perfectly but 1 more thing by default i see all clients are /cg_hitsoundtype 1 so they still listening silent mod hitsounds how can i make they listen only to my custom hitsounds?

     

    You could ask them :) But seriously, why would you want to do that? Let them listen to the sounds they wanna listen to. Different people have different hit sound preferences. If they like your hand made sounds they will switch to it for sure. Just let them know that they can choose it by changing the cg_hitsoundtype cvar, either through the menu or in the console. You could do that by the banner for example. Many people don't know of that possibility to change the hit sounds in silEnT.

  8. The NSA has asked Linus Torvalds to inject covert backdoors into the free and open operating system GNU/Linux. This was revealed in this week’s hearing on mass surveillance in the European Parliament. Chalk another one up of the United States NSA trying to make information technology less secure for everyone.

     

    The father of Linus Torvalds, Nils Torvalds, is a Member of the European Parliament for Finland. This week, Nils Torvalds took part in the European Parliament’s hearing on the ongoing mass surveillance, and brought a revelation:

    The United States security service NSA has contacted Linus Torvalds with a request to add backdoors into the free and open operating system GNU/Linux.

     

    The entire inquiry is available here:

     

    Nils Torvalds’ revelation was presented in an episode which started (at 3:06:58) by me pointing out to the Microsoft representative in the panel, that in a system like GNU/Linux, built on open source, you can examine the source code to see that there aren’t any back doors. In Microsoft’s systems, this possibility is absent, since the source code is secret to outsiders.

     

    Read the whole article.

     

     

    Here Linus answers the question:

    http://www.youtube.com/watch?v=84Sx0E13gAo#t=1460

  9. silEnT mod version 0.8.1 is out!

     

    Download

     

    Change log:

     

    Version 0.8.1

     

    Added: Flag 32 to g_disableComplaints to disable complaints completely.

    Added: ETPro style g_proneDelay.

    Added: Custom, admin defined, votes.

    Added: 3rd UI theme that resembles the original ET look.

    Added: MorphOS support.

    Improved: engineer work progress bar (construct/arm/disarm) and covert ops progress bar (mines spotting, uniform stealing) - added background to display the amount of work to do.

    Fixed: Some text bugs related to g_recognition cvar.

    Fixed: ETTV clients were kicked for not having silEnT GUIDs.

    Fixed: Admin log was missing some data with g_logOption 16384. Also, new format with admin log when using this option.

    Fixed: Client exploit affecting various mods which caused the server to stall until the engine watchdog triggered.

    Fixed: The shrubbot.cfg configuration file is cleaned automatically from expired bans and warnings on each map start. Instead of waiting for it to be written as a result of an admin command.

    Fixed: Memory leak with subnet bans.

    Fixed: Axis covertop couldn't select pistols through weapon banks.

    Fixed: UI; tooltip text color theming.

    Fixed: Improvised Demolition not showing up in final map stats.

    Fixed: mines spotting progress bar not always displayed.

     

     

    Download

     

    Enjoy!

     

    silEnT mod team

     

    Click here to view the article

  10. Replacing the et.exe with the AC binary is a bad idea in my opinion. First of all it breaks the et scene by adding another binary, 2nd it does not allow you to use features of et:legacy improvements if someone wanted to use what they have added to the et.

    I thought they would do it in a way AVs are done as an external app, but this way of implementing it is a step in the wrong direction in my opinion.

×
×
  • Create New...