42 RegisterNetSyncVariableInt(
"m_CaptureState", 0,
eCaptureState.END );
43 RegisterNetSyncVariableInt(
"m_CreatureHash", 0, 0 );
44 RegisterNetSyncVariableFloat(
"m_ParScale", 0, 0, 0.1 );
45 RegisterNetSyncVariableBool(
"m_DangerSound" );
46 RegisterNetSyncVariableInt(
"m_CaptureSoundHash", 0, 0 );
47 RegisterNetSyncVariableInt(
"m_ReleaseSoundHash", 0, 0 );
67 if ( capAnimal && capAnimal.IsAlive() )
121 if ( player_PB && player_PB.GetThrowing().IsThrowingAnimationPlaying() )
149 super.EEItemLocationChanged(oldLoc, newLoc);
196 DecreaseHealth(
"",
"", GetMaxHealth() * 0.4 );
214 if ( !
GetGame().IsDedicatedServer() )
232 capAnimal.GetWorldBounds( mins, maxs );
241 if ( !
GetGame().IsDedicatedServer() )
243 string soundSet =
"";
262 PlaySoundSet(
m_CaptureSound,
"EasterEgg_Spawn_Danger_SoundSet", 0, 0 );
296 soundSet =
"CattleMooA_SoundSet";
298 soundSet =
"CattleBellow_SoundSet";
302 soundSet =
"DeerRoar_SoundSet";
304 soundSet =
"DeerBleat_SoundSet";
308 soundSet =
"GoatBleat_A_SoundSet";
310 soundSet =
"GoatBleat_B_SoundSet";
314 soundSet =
"HareChirp_SoundSet";
316 soundSet =
"HareSquawk_SoundSet";
320 soundSet =
"HenCluck_X_SoundSet";
322 soundSet =
"HenScream_SoundSet";
326 soundSet =
"HogGrunt_G_SoundSet";
328 soundSet =
"HogSqueal_SoundSet";
332 soundSet =
"SheepBleat_G_SoundSet";
334 soundSet =
"SheepBleat_E_SoundSet";
338 soundSet =
"WolfBark_SoundSet";
340 soundSet =
"WolfWhimper_SoundSet";
344 soundSet =
"ZmbF_Normal_CallToArmsShort_Soundset";
346 soundSet =
"ZmbF_Normal_HeavyHit_Soundset";
350 soundSet =
"ZmbM_Normal_CallToArmsShort_Soundset";
352 soundSet =
"ZmbM_Normal_HeavyHit_Soundset";
356 soundSet =
"BearRoarShort_SoundSet";
358 soundSet =
"BearSnarl_SoundSet";
368 super.OnStoreSave( ctx );
380 if ( !super.OnStoreLoad( ctx, version ) )