Jump to content

LarryWall

Members
  • Posts

    30
  • Joined

  • Last visited

Reputation Activity

  1. Like
    LarryWall reacted to ETsneak in Help with XPSave & Custom Sounds   
    I thought ET couldn't allocate more than 192 hunkmegs anyway?
     
    Also for simplicity I suggest putting things like tyranny, omnibot, mapcycle cfg in the server config. And where's the port? Does it automatically set to default if you don't define a port? I've never run only 1 ET server on a server so wouldn't know..
     
    I think most people use serverctl or something else but here's mine:
    screen -dmS silent ./et300 +set dedicated 2 +set net_ip x.x.x.x +set net_port 27960 +set net_port_extra 27961 +set sv_maxclients 28 +set com_hunkmegs 192 +set fs_game silent +set fs_homepath /home/et/silent +exec silent.cfgAs for the soundpack.. did you place that pk3 in the mod's directory in the server?
     
     
     
  2. Like
    LarryWall reacted to BECK in Help with XPSave & Custom Sounds   
    +set fs_homepath {path}
     
    I think that's what he means.
  3. Like
    LarryWall reacted to Dragonji in Help with XPSave & Custom Sounds   
    512 hunkmegs is way too much, I'd suggest something between 128-192.
  4. Like
    LarryWall got a reaction from BECK in Help with XPSave & Custom Sounds   
    I would love to do that but I don't know where the server log file is (sorry that must seem really stupid)  I can't find it either! =(
     
    Also WOLF ET WILL NEVER DIE!  I will do my part to make sure of it.  I'm creating an 'adult' server by myself.  I mostly sit around coding perl all day but I have a nice dedi I figure I could use for keeping wolf-et alive. =) 
     
    Once I get these custom vsays going I might make a single website to address the more pressing issues and host a wolf et installation mirror as well
  5. Like
    LarryWall reacted to hellreturn in Help with XPSave & Custom Sounds   
    Will check what's wrong over the weekend.. or tonight cos it's not 5 mins work. At least not for me cos it been ages i made sound pack even for my clan. So I will get u going over the weekend. (No Promises cos real life comes first)
     
    PS: Dedicated server for Perl is over kill. SSD KVM VPS works instead of that Just a suggestion.
  6. Like
    LarryWall reacted to hellreturn in Help with XPSave & Custom Sounds   
    This is a scripting error and I need to check where it's failing.  First and foremost merge your 2 pk3's to one. With 2 different ones it's hard to debug what's wrong. 
     
    You are using DRi sound pack.. or that's what i noticed from your files...I will need to fire up my test server to see what's wrong with your pk3.. 
  7. Like
    LarryWall reacted to Petbark 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.
  8. Like
    LarryWall reacted to BECK in Help with XPSave & Custom Sounds   
    Look for connect messages in our server logs.  You can get both the old PBGUID and silent GUID from there. 
     
     
    @hellreturn
    Yes, this is a great community!  Nice that our beloved ET still has life after all these years, due to the dedication of you and the rest of the silEnT staff.
  9. Like
    LarryWall reacted to Dragonji in admin.cfg usage in shrubbot   
    I don't know if you can get them in-game but they surely can be found in your server log:
  10. Like
    LarryWall reacted to Dragonji in admin.cfg usage in shrubbot   
    [admin] name = ETPlayer sguid = 12345678912345678912345678912345 guid = 98765432198765432198765432198765 level = 5 flags = greeting = greeting_sound = [admin] name = sguid = 98765432198765432198765432198765 guid = 12345678912345678912345678912345 level = 3 flags = AbC greeting = greeting_sound =
  11. Like
    LarryWall reacted to hellreturn in Help with XPSave & Custom Sounds   
    You don't need to send me any $$. We are here to help anyone as far as we can. Sure you can donate to MyGamingTalk.com. Donation option is right on corner of the forums. 
     
    For the playsound through rcon:
     
    http://mygamingtalk.com/wiki/index.php/Silent_Server_Console_Commands#playsound_.5Bslot.23.7Cname.5D_.5Bfilename.5D
     
    That way you can check if sound is working or not. You will need to give path of the sound which you would like to test.
     
    If you can play the sound through rcon then .wav file is fine and it's scripting error. I will help you out in the evening once i reach home. Drop me a PM with RCON password and server IP and I will see what I can do.
  12. Like
    LarryWall reacted to gaoesa in admin.cfg usage in shrubbot   
    You need to put the admin blocks into a separate file named admins.cfg. Then you need to use the !readadmins command. The !readconfig command does not recognize admin blocks. The reason for that is that if it would, it would overwrite all the changes made with the online admin commands.
  13. Like
    LarryWall reacted to hellreturn in Help with XPSave & Custom Sounds   
    What error u get? Can u play those sound using playsound command from rcon? 
     
    OR It doesn't work through UI? 
  14. Like
    LarryWall got a reaction from BECK in Help with XPSave & Custom Sounds   
    Awesomeness, I have my work cut out for me it seems lol
     
    Thanks for the help!
  15. Like
    LarryWall reacted to BECK in Help with XPSave & Custom Sounds   
    Cool - haha, here I thought I was being helpful and I'm the one being helped.  Thanks guys!
  16. Like
    LarryWall reacted to Petbark 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.
  17. Like
    LarryWall reacted to BECK in Help with XPSave & Custom Sounds   
    Look here:
    http://mygamingtalk.com/wiki/index.php/Silent_Shrubbot#Shrubbot_Files
     
    What you're wanting to do is create a [COMMAND] in your shrubbot file, like this:
    [command] command = mycustomsound exec = playsound sound/misc/mycustomsound.wav desc = levels = 1 2 3 4 Then use !mycustomsound  to execute it.
     
    This assumes that your PK3 file has the sound in the relative folder shown in the example.
  18. Like
    LarryWall reacted to Petbark 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.
×
×
  • Create New...