Jump to content

Petbark

Members
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Petbark got a reaction from Jhonny/Shinobi in Minor suggestions on !finger and !ban   
    Could this extra ban command be done via lua or even the command database?
  2. Like
    Petbark got a reaction from LarryWall in Help with XPSave & Custom Sounds   
    OK
     
    I just remembered a 3rd file.
     
    It should be in the ui folder called menus.txt and this folder should list all the menus you have.
     
    I would also make sure all menus are in your pk3 file inside the ui folder.
  3. Like
    Petbark got a reaction from gaoesa in Help with XPSave & Custom Sounds   
    @beck if you download our pk3 file either from our silent server (abcsilent.abcclan.org) or from here and have a look inside it you will see how it is done. Else pm me.
     
    @Larrywall Yes it is possible have a look inside our pk3 file to see.
     
     
    Briefly you need to edit wm_quickmessageAlt.menu
     
     
    If you look through this above you should see where the edits are.
     
     
    Then you need to edit the wm_allies_chat.voice and the wm_axis_chat.voice
     
    This above was added in at the end of the existing file.
     
    More info.
    If you look at this line
     
    QM_MENU_ITEM( "1. ^7Monty Python", exec "VoiceChat Monty"; close wm_ABC_Sounds, "1", 1 )
                                 [name shown in menu], exec"VoiceChat [name of voicechat]
     
    So when this is selected off quick chat it will play from wm_allies_chat.voice 
     
     
    So different people will hear a different message.
     
    Good luck if you followed that.
  4. Like
    Petbark got a reaction from hellreturn in Help with XPSave & Custom Sounds   
    @beck if you download our pk3 file either from our silent server (abcsilent.abcclan.org) or from here and have a look inside it you will see how it is done. Else pm me.
     
    @Larrywall Yes it is possible have a look inside our pk3 file to see.
     
     
    Briefly you need to edit wm_quickmessageAlt.menu
     
     
    If you look through this above you should see where the edits are.
     
     
    Then you need to edit the wm_allies_chat.voice and the wm_axis_chat.voice
     
    This above was added in at the end of the existing file.
     
    More info.
    If you look at this line
     
    QM_MENU_ITEM( "1. ^7Monty Python", exec "VoiceChat Monty"; close wm_ABC_Sounds, "1", 1 )
                                 [name shown in menu], exec"VoiceChat [name of voicechat]
     
    So when this is selected off quick chat it will play from wm_allies_chat.voice 
     
     
    So different people will hear a different message.
     
    Good luck if you followed that.
  5. Like
    Petbark got a reaction from LarryWall in Help with XPSave & Custom Sounds   
    @beck if you download our pk3 file either from our silent server (abcsilent.abcclan.org) or from here and have a look inside it you will see how it is done. Else pm me.
     
    @Larrywall Yes it is possible have a look inside our pk3 file to see.
     
     
    Briefly you need to edit wm_quickmessageAlt.menu
     
     
    If you look through this above you should see where the edits are.
     
     
    Then you need to edit the wm_allies_chat.voice and the wm_axis_chat.voice
     
    This above was added in at the end of the existing file.
     
    More info.
    If you look at this line
     
    QM_MENU_ITEM( "1. ^7Monty Python", exec "VoiceChat Monty"; close wm_ABC_Sounds, "1", 1 )
                                 [name shown in menu], exec"VoiceChat [name of voicechat]
     
    So when this is selected off quick chat it will play from wm_allies_chat.voice 
     
     
    So different people will hear a different message.
     
    Good luck if you followed that.
  6. Like
    Petbark got a reaction from LarryWall in Help with XPSave & Custom Sounds   
    Below are my settings for xpsave.
     
     
    For the save period 'set g_XPSaveMaxAge_xp 2o'  this refers to 2 months.
    s - seconds
    m - minutes
    d - days
    o - months
    y - years
     
    I think the period you are using is abit ott as 9999999999999 days is something like 27 billion years give or take.
    Maybe change it to something more sensible. I don't know if there is a max time for this data to be stored maybe Gaoesa could answer that.
     
    As for the sound issue. Make sure the pk3 file is in the correct location, the silent folder.
    If not done so check out this link http://mygamingtalk.com/wiki/index.php/Silent_Sounds and check that the file names are spelt correctly and that you have not used capital letters in the folder or file names inside your pk3 file.
    The pk3 file should get downloaded automatically from your server. but make sure the server has been restarted after uploading the pk3 file.
     
    NOTE
     
    Just re read your post and if the text there is right you have an 's' on the end of sound which should not be there.
  7. Like
    Petbark got a reaction from hellreturn in Happy release day   
    On the 29th May 2003 the game we know and love, W:ET was released.
     
    So the game is 10 years old and still being developed.
     
    Not many games can say that.
  8. Like
    Petbark got a reaction from BECK in HWID question   
    I agree with the development team not giving info on this.
     
    It helps protect the servers running silent mod.
  9. Like
    Petbark got a reaction from clan DIABOLIK in Some players losing level and XP on map change?!   
    Hi Carv
     
    My server has multiple userxdb files so don't think it is that.
    The XP settings would not affect levels to my knowledge.
     
    Just reread your post and my database file permissions are set to radfw(0664) might be worth a look.
     
    I think that this info might not get saved to the database until the end of the map so if things change halfway through then all info is lost. I sure I read this somewhere. I will see if I can find it.
     
    @ diabolik
    12o means 12 months
    s - seconds
    m - minutes
    d - days
    w - weeks
    o - months
  10. Like
    Petbark got a reaction from hellreturn in Exit Level executed   
    I am sure you noticed you have 2 d26's and on d23 you point to d45 also d25 points to d25
  11. Like
    Petbark got a reaction from carv in Exit Level executed   
    I am sure you noticed you have 2 d26's and on d23 you point to d45 also d25 points to d25
  12. Like
    Petbark got a reaction from hellreturn in Need help silent.cfg   
    Have you actually read through the wiki on silent as it explains all the settings and how they work?
  13. Like
    Petbark got a reaction from Dragonji in Need help silent.cfg   
    Have you actually read through the wiki on silent as it explains all the settings and how they work?
  14. Like
    Petbark got a reaction from hellreturn in Auto-ban problem?   
    Beck you can ban players when they are not connected
     
    First use !usersearch name (player name)
    Then having got the silent guid use !userban (silentguid)
     
    This way bans are done through mod and does not rely on editing and manually adding.
     
    This is more for info for new comers to the mod.
  15. Like
    Petbark got a reaction from hellreturn in clanforge/shrubbot and admin levels returing to zero   
    Game servers give full ftp access.
    I have no problems running silEnT.
  16. Like
    Petbark got a reaction from Bacteria in Looking for belaceteam script   
    There are 2 cvars.
     
    g_forceteamBalance set to 1
    g_unevenTeamDiff set this to be the difference for teams, I have it set to 2
  17. Like
    Petbark got a reaction from hellreturn in Problem with commands&levels   
    The flags for shuffle and setlevel are both s except one is S and other is s.
     
    Edit your shrubbot.cfg to make sure it is right then either restart server or join server and use rcon to readconfig.
  18. Like
    Petbark got a reaction from Chuckun in Problem with commands&levels   
    The flags for shuffle and setlevel are both s except one is S and other is s.
     
    Edit your shrubbot.cfg to make sure it is right then either restart server or join server and use rcon to readconfig.
  19. Like
    Petbark got a reaction from hellreturn in Grenade Charging   
    If you don't have enough chrage in the engineer bar then it will not fire.
     
    I think level 1 takes about 70% of the charge with level 4 taking just under 50% but i might be wrong on those numbers.
×
×
  • Create New...