heymanjack
Injustice modder
You can't change wager sounds because I think because those are shared between characters but you can disable WG from using those shared wager sounds so he'll use his generic wager dialogue in his speech package.
Here is the code to disable him from using speech files (taken from Cyborg superman)
First you need to make a special character key for him in the pcg-dcfgame.ini
Then you need to set up what the game will exclude when the wager happens. This is what the code looks like
Here is the code to disable him from using speech files (taken from Cyborg superman)
First you need to make a special character key for him in the pcg-dcfgame.ini
This allows the game to call cyborg superman as SU because he is under superman and also a special type of superman CY so that's the reason the game calls cyborg superman as SUCY. In your case you may want to call him WG so his code will be ZOWG[SpecialCharacterKeys]
CHAR_Superman_H=CY
Then you need to set up what the game will exclude when the wager happens. This is what the code looks like
I haven't tried these yet but I will use this for my Red Hood and Spawn mod. So it may not work at all LOL. But it's worth a shot.[DCFGame.DCFSoundEngineSettings]
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_SUPE_BMPE_c393, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=BMPE, mFmodEvent=vo_SUPE_BMPE_c393_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=DMPE, mFmodEvent=vo_DMPE_SUPE_c400, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_DMPE_SUPE_c400_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=DMPE, mFmodEvent=vo_DMPE_SUPE_c400, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_DMPE_SUPE_c400_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=GA, mFmodEvent=vo_GA_SUPE_c521, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_GA_SUPE_c521_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=JK, mFmodEvent=vo_JK_SUPE_c258, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_JK_SUPE_c258_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SU, mFmodEvent=vo_SU_LO_c596, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=LO, mFmodEvent=vo_SU_LO_c596_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_SUPE_LXPE_c294, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=LXPE, mFmodEvent=vo_SUPE_LXPE_c294_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=LXPE, mFmodEvent=vo_SUPE_LXPE_c294_r02, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=LXPE, mFmodEvent=vo_LXPE_SUPE_c295, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=LXPE, mFmodEvent=vo_LXPE_SUPE_c295_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SU, mFmodEvent=vo_SU_SH_c096, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SH, mFmodEvent=vo_SU_SH_c096_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_SUPE_SUE1_c385, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUE1, mFmodEvent=vo_SUPE_SUE1_c385_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_SUPE_WWPE_c397, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=WWPE, mFmodEvent=vo_SUPE_WWPE_c397_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=WWPE, mFmodEvent=vo_WWPE_SUPE_c422, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_WWPE_SUPE_c422_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=WWE1, mFmodEvent=vo_WWE1_SUPE_c413, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SUPE, mFmodEvent=vo_WWE1_SUPE_c413_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=ZO, mFmodEvent=vo_ZO_SU_c525, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))
+mVORestriction=(mSpeaker=SU, mFmodEvent=vo_ZO_SU_c525_r01, mType=kDCFVORestrictionExclude, mStoryFights=(), mCharCallRest=(SUCY), mCharRespRest=(SUCY))