Add Sound Effect Combo[Gz1.5]

Results 1 to 12 of 12
  1. #1
    Enthusiast trigunmaster is offline
    MemberRank
    Feb 2006 Join Date
    thailandLocation
    46Posts

    Add Sound Effect Combo[Gz1.5]

    You've seen this combo? on your enemy.

    You can make it sound(COOL,NICE,GREAT,WONDERFUL) better by modifying the source on project Gunz.sln .
    ======================================

    1. Open ZScreenRffectManager.cpp

    2. Find word "ZGetGameInterface()->PlayVoiceSound( VOICE_NICE, 1000);"

    3. Remove the // leading

    Save and Build it work!! sure!

    ======================================
    Comment : At the same light. To a new sound. Or adjust the volume up.

    Old Code
    Code:
    void ZScreenEffectManager::AddNice()
    {	
    	AddScreenEffect(m_pNiceEffect); 
    	//	ZGetGameInterface()->PlayVoiceSound( VOICE_NICE, 1000);
    
    }
    void ZScreenEffectManager::AddGreat()
    {	
    	AddScreenEffect(m_pGreatEffect); 
    	//	ZGetGameInterface()->PlayVoiceSound( VOICE_GREAT, 800);
    }
    
    void ZScreenEffectManager::AddWonderful()
    {	
    	AddScreenEffect(m_pWonderfullEffect); 
    	//	ZGetGameInterface()->PlayVoiceSound( VOICE_WONDERFUL, 1200);
    }
    
    void ZScreenEffectManager::AddCool()
    {	
    	AddScreenEffect(m_pCoolEffect); 
    	//	ZGetGameInterface()->PlayVoiceSound( VOICE_COOL, 700);
    }

    Fix Code Remove the // leading ZGetGameInterface
    Code:
    void ZScreenEffectManager::AddNice()
    {	
    	AddScreenEffect(m_pNiceEffect); 
    		ZGetGameInterface()->PlayVoiceSound( VOICE_NICE, 1000);
    
    }
    void ZScreenEffectManager::AddGreat()
    {	
    	AddScreenEffect(m_pGreatEffect); 
    		ZGetGameInterface()->PlayVoiceSound( VOICE_GREAT, 800);
    }
    
    void ZScreenEffectManager::AddWonderful()
    {	
    	AddScreenEffect(m_pWonderfullEffect); 
    		ZGetGameInterface()->PlayVoiceSound( VOICE_WONDERFUL, 1200);
    }
    
    void ZScreenEffectManager::AddCool()
    {	
    	AddScreenEffect(m_pCoolEffect); 
    		ZGetGameInterface()->PlayVoiceSound( VOICE_COOL, 700);
    }
    Last edited by trigunmaster; 03-03-12 at 05:02 PM.


  2. #2
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Add Sound Effect Combo[Gz1.5]

    What is this doing? Make a small video or something
    Even i dont know why you call this a release it's in the source -.-

  3. #3
    Newbie kn95951135 is offline
    MemberRank
    Nov 2005 Join Date
    MalaysiaLocation
    388Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Thanks for the Share ^^

  4. #4
    Enthusiast trigunmaster is offline
    MemberRank
    Feb 2006 Join Date
    thailandLocation
    46Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Quote Originally Posted by ForceGFX View Post
    What is this doing? Make a small video or something
    Even i dont know why you call this a release it's in the source -.-
    ZScreenEffectManager.cpp file can be found in Gunz.sln
    I think it is easy to modify this source.
    Does not require a TUT video or picture.

    Or do you think that the TUT?

  5. #5
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Quote Originally Posted by trigunmaster View Post
    ZScreenEffectManager.cpp file can be found in Gunz.sln
    I think it is easy to modify this source.
    Does not require a TUT video or picture.

    Or do you think that the TUT?
    I'm not asking a tutorial.

  6. #6
    Member thaurus is offline
    MemberRank
    Sep 2011 Join Date
    93Posts

    Re: Add Sound Effect Combo[Gz1.5]

    ZScreenRffectManager.cpp ? wtf?

  7. #7
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Quote Originally Posted by thaurus View Post
    ZScreenRffectManager.cpp ? wtf?
    If you aren't using 1.5 Files or you don't have a runnable source this is useless for you.

  8. #8
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Lol this is pretty cool...Thanks!

  9. #9
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Add Sound Effect Combo[Gz1.5]

    more likely a tutorial..

  10. #10
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Gonna try it later then.

  11. #11
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Add Sound Effect Combo[Gz1.5]

    Why did MAIET comment it out in the first place? It exists on 07/08 versions, never noticed it wasn't there on 1.5.
    Last edited by Vusion; 03-03-12 at 10:22 PM. Reason: typ0.

  12. #12
    Enthusiast trigunmaster is offline
    MemberRank
    Feb 2006 Join Date
    thailandLocation
    46Posts

    Re: Add Sound Effect Combo[Gz1.5]

    I would recommend this to modify the source again.
    Where should I post?
    That is correct.?



Advertisement