Internet Explorer may not be fully supported. The CSP Team recommends you to download FireFox or Google Chrome. Thank you!

+ Reply to Thread
Results 1 to 10 of 10
  1. #1

    [sourcemod] RoundEndSound v2.4.3

    I've got problem with this plugin.
    Yes I know that was written for CS:S TF2 etc

    but it have option to run on 'OTHER' games.
    So i decided to write this topic.

    I ask You for help to run this plugin on my CSPROMOD server

    Problem is that:
    sounds are downladed without any trouble
    but on the end of round I dont hear anything, in console I have a comunicate:

    Code:
    "Failed to load sound "misc\ct1.mp3" , file probably missing from disk/repository cspromod"
    sound after download from server are in:
    Code:
    C:\Program Files (x86)\Valve\Steam\SteamApps\SourceMods\cspromod\sound\misc
    sound on server are in:
    Code:
    /cspromod/sound/misc
    maybe this plugin dont recognise CSPROMOD as other game, but as CSTRIKE? and when trying to play a song, dont use properly directory? But why are everything good with downloading? Sounds are downloaded from the server. Thats are my thoughts.

    Maybe anyone can help?
    server IP (plugin is still on): 91.231.140.77:27031
    I'm polish, so please excuse me my broken English

    ORGINAL LINK FOR PLUGIN (2.3.9)
    http://forums.alliedmods.net/showthr...ht=mp3&page=12
    I tried a version (v 2.4.3) as well
    the same problem exist

  2. #2
    Contributor/Tester n69ky's Avatar
    Join Date
    Jan 2010
    Location
    Liechtenstein
    Posts
    4,575
    theres a possibility the game searches the file in the SDK2007 folder not it cspromod folder :/

    can you try putting the file there? \sound\misc\

    :>
    men1kmati: 'when the fuck is this shit coming out...'
    CREDiBLE: 'I felt exactly the same way some weeks ago. Try Dulcolax, mate. Worked for me.'

  3. #3
    If i understand corectly I should put my 'sounds' (on my computer)
    from
    Code:
    C:\Program Files (x86)\Valve\Steam\SteamApps\SourceMods\cspromod\sound\misc
    to
    Code:
    C:\Program Files (x86)\Valve\Steam\SteamApps\MY_STEAM_ACCOUNT\source sdk base 2007\cstrike\sound\misc
    still
    Code:
    Failed to load sound "misc\tt1.mp3", file probably missing from disk/repository
    if I used wrong directory path, give me full directory path please.


    EDIT
    I've tried also:
    Code:
    C:\Program Files (x86)\Valve\Steam\SteamApps\MY_STEAM_ACCOUNT\source sdk base 2007\cspromod\sound\misc
    Code:
    C:\Program Files (x86)\Valve\Steam\SteamApps\MY_STEAM_ACCOUNT\source sdk base 2007\sound\misc
    still have problem
    Last edited by LagowniaEU; 04-17-2012 at 12:12 PM. Reason: futher information

  4. #4
    Contributor/Tester n69ky's Avatar
    Join Date
    Jan 2010
    Location
    Liechtenstein
    Posts
    4,575
    maybe someone with more knowledge can halp
    men1kmati: 'when the fuck is this shit coming out...'
    CREDiBLE: 'I felt exactly the same way some weeks ago. Try Dulcolax, mate. Worked for me.'

  5. #5
    http://forums.alliedmods.net/showthr...ht=mp3&page=14

    By the looks of it due to a steam update, this plugin no longer works.

    Did you try with CSS + Sourcemod

    Also note that it is the unapproved section which the Forum Catergory description states.
    --------------------------------------------
    Unapproved Plugins
    Plugins which are unapproved, old, or unmaintained are here.
    --------------------------------------------


    P/S : Lets hope steam don't do an update that shoots CSP out of the equation ARGHHHHHHHHH
    Last edited by FutureGN; 04-17-2012 at 01:19 PM.

  6. #6
    Contributor/Tester
    Join Date
    Apr 2009
    Location
    Gdansk, Poland
    Posts
    1,391
    1. Check whether it works with CSS, TF2 and/or any other mod.

    2.Try editing the 95th lane of RoundEndSound.sp from:
    Code:
    if(!strcmp(dir,"cstrike",false) || !strcmp(dir,"cstrike_beta",false))
    To this:
    Code:
    if(!strcmp(dir,"cstrike",false) || !strcmp(dir,"cstrike_beta",false) || !strcmp(dir,"cspromod",false))
    Then recompile the plugin and place the new plugin in the plugins dir replacing the old one.

    3.Try finding a diffirent plugin. You could try this for example as it has a lot shorter code and seems to be capable of what you need:
    http://forums.alliedmods.net/showthread.php?p=783451
    Niedoświadczeni nazywali kulturą to, co było częścią ich zniewolenia
    ~Anonymous


    Naród, który nie szanuje swojej przeszłości, nie zasługuje na szacunek teraźniejszości i nie ma prawa do przyszłości.
    ~Józef Piłsudski

  7. #7
    There is no any option to put that plugin work again?
    Or something similar, anyone know plugin which played end round sounds?

    I dont have CS:S servers, I've got only CS 1.6 and CS promod servers

    I found the final relese:
    http://hlmod.ru/forum/showpost.php?p=12537&postcount=1
    v2.4.5 still not working
    they wrote this plugin works on cspromod (maybe old version CSP?)

    additional question:
    where are that sounds on CSP?
    "Added "terrorists win" sound upon T round won
    Added "counter-terrorists win" sound upon CT round won"
    (I dont have ctwin.wav, maybe they called it diffrently?)

    EDIT
    untill I wrote my post, I didnt see free post, so I'll try that advice and I'll write if that works

    EDIT
    I've just tried plugin which You'd recomended:
    http://forums.alliedmods.net/showthread.php?p=783451
    not exactly same (beacose that suports only wav sounds), but I've tried this one from #83 post:
    http://forums.alliedmods.net/showthr...t=87915&page=9
    (suported mp3 sound)
    This one is based on version from your topic.

    Still not working, the same problem.

    Futhermore I've noticed that RoundEndSound v2.4.3 is based on roundsound++. So I'm thinking that if roundendsound v2.4.x is not working, roundsound++ is not working too (what is truth, beacose I've tried both)

    So now, I will try Your second advice. Let's see, will this work

    EDIT
    I've just tried Your second advice:
    I used SMA from:
    http://forums.alliedmods.net/attachm...0&d=1314275539
    version 2.4.5
    I had found (line: 1074)
    Code:
    if(!strcmp(dir,"cstrike",false) || !strcmp(dir,"cstrike_beta",false))
    and I had changed to this one:
    Code:
    if(!strcmp(dir,"cstrike",false) || !strcmp(dir,"cstrike_beta",false) || !strcmp(dir,"cspromod",false))
    than i used compiler:
    http://www.sourcemod.net/compiler.php

    What is suspicious on the end of round I dont have anything,
    it's look like that plugins is loaded, but not running
    sm plugins list:
    Code:
      36 "roundendsound_v.smx"
    not downloading any sound from server, dont have any comunicate on the end off round.

    It's funny but is it any way to play any music on the end of round in CSP?
    Last edited by LagowniaEU; 04-18-2012 at 06:59 AM.

  8. #8
    Contributor/Tester
    Join Date
    Apr 2009
    Location
    Gdansk, Poland
    Posts
    1,391
    I know that for such stuff people use eventscripts but I can't help you with that too much apart from saying it works as another mod loaded by the metamod:source thingy.

    I can try to set it up and running on my local machine but I know I won't be able to test it till next week because I'm planning on reinstalling my windows server on a new machine and the new one will be capable of running a source server. Up till then I won't be able to test anything unless you give me a direct access to the server.

    It is doable for sure but I'm unable to tell what is wrong and what is exactly failing.
    Niedoświadczeni nazywali kulturą to, co było częścią ich zniewolenia
    ~Anonymous


    Naród, który nie szanuje swojej przeszłości, nie zasługuje na szacunek teraźniejszości i nie ma prawa do przyszłości.
    ~Józef Piłsudski

  9. #9
    Last edited by FutureGN; 04-18-2012 at 03:08 PM.

  10. #10
    no problem free, passes are on Your in box - private messages

    Thank You

Tags for this Thread

Posting Permissions

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