Results 1 to 1 of 1

Thread: Server offline

  1. #1
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts

    Server offline

    Hello Guys, I have got a question.
    If a server is offline and console_mp_server.cfg says nothing for errors, and I didn't scripted something wrong, I just uploaded some new .iwd files, what to do?

    Edit: Ok I know why, I just removed the files what I added new (sound + soundaliases), I never knew that it's possible that the server goes down by soumd files
    I will check where is something wrong.

    Edit: What there was wrong (soundaliases):
    Code:
    name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch_max,dist_min,dist_max,channel,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname,volumefalloffcurve,startdelay,speakermap,reverb,lfe percentage
    
    #carepackage
    killstreak_carepackage,,,killstreak/carepackage.mp3,1,1,,,,1000000,,auto,streamed,
    You see, the path should be on the third position

    Fixed:

    Code:
    name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch_max,dist_min,dist_max,channel,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname,volumefalloffcurve,startdelay,speakermap,reverb,lfe percentage
    
    #carepackage
    killstreak_carepackage,,killstreak/carepackage.mp3,1,1,,,,1000000,,auto,streamed
    Last edited by Loveboy; 25th December 2013 at 20:35.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •