From 9706ae4a94ecc5d22f592445202bf5f39c1096bd Mon Sep 17 00:00:00 2001 From: parax0 Date: Thu, 29 Dec 2016 00:36:47 -0700 Subject: [PATCH] Renamed a bunch of DKCR objects to be more accurate according to DKCR3D debug text --- templates/dkcr/MasterTemplate.xml | 26 +++++++++---------- ...Modifier.xml => ActorAnimGridModifier.xml} | 2 +- ...oStream.xml => AreaStreamedAudioState.xml} | 2 +- .../dkcr/Script/{Bonus.xml => BonusRoom.xml} | 2 +- .../Script/{Credits.xml => CreditsScreen.xml} | 2 +- .../{CSTI.xml => CustomInterpolation.xml} | 2 +- .../{GameOver.xml => GameOverDisplay.xml} | 2 +- ...medAudioModifier.xml => MusicModifier.xml} | 2 +- .../{PlayerHint.xml => PlayerActionHint.xml} | 2 +- .../{PickupRelay.xml => ProbabilityRelay.xml} | 2 +- .../{ReactiveObject.xml => ReactiveActor.xml} | 2 +- .../Script/{RSCL.xml => ReactiveScale.xml} | 2 +- .../{RandomRelay.xml => RelayRandom.xml} | 2 +- ...{SquawkPuzzleAlert.xml => SquawkProxy.xml} | 2 +- .../Script/{VolGroup.xml => VolumeGroup.xml} | 2 +- templates/mp3/MasterTemplate.xml | 2 +- ...oStream.xml => AreaStreamedAudioState.xml} | 2 +- 17 files changed, 29 insertions(+), 29 deletions(-) rename templates/dkcr/Script/{AnimGridModifier.xml => ActorAnimGridModifier.xml} (95%) rename templates/dkcr/Script/{AssignedAudioStream.xml => AreaStreamedAudioState.xml} (98%) rename templates/dkcr/Script/{Bonus.xml => BonusRoom.xml} (97%) rename templates/dkcr/Script/{Credits.xml => CreditsScreen.xml} (99%) rename templates/dkcr/Script/{CSTI.xml => CustomInterpolation.xml} (97%) rename templates/dkcr/Script/{GameOver.xml => GameOverDisplay.xml} (96%) rename templates/dkcr/Script/{StreamedAudioModifier.xml => MusicModifier.xml} (96%) rename templates/dkcr/Script/{PlayerHint.xml => PlayerActionHint.xml} (98%) rename templates/dkcr/Script/{PickupRelay.xml => ProbabilityRelay.xml} (96%) rename templates/dkcr/Script/{ReactiveObject.xml => ReactiveActor.xml} (98%) rename templates/dkcr/Script/{RSCL.xml => ReactiveScale.xml} (98%) rename templates/dkcr/Script/{RandomRelay.xml => RelayRandom.xml} (98%) rename templates/dkcr/Script/{SquawkPuzzleAlert.xml => SquawkProxy.xml} (97%) rename templates/dkcr/Script/{VolGroup.xml => VolumeGroup.xml} (97%) rename templates/mp3/Script/{AssignedAudioStream.xml => AreaStreamedAudioState.xml} (97%) diff --git a/templates/dkcr/MasterTemplate.xml b/templates/dkcr/MasterTemplate.xml index 553901eb..76748888 100644 --- a/templates/dkcr/MasterTemplate.xml +++ b/templates/dkcr/MasterTemplate.xml @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -39,10 +39,10 @@ - + - - + + @@ -71,7 +71,7 @@ - + @@ -113,15 +113,15 @@ - + - + - + - + @@ -141,7 +141,7 @@ - + @@ -157,7 +157,7 @@ - + diff --git a/templates/dkcr/Script/AnimGridModifier.xml b/templates/dkcr/Script/ActorAnimGridModifier.xml similarity index 95% rename from templates/dkcr/Script/AnimGridModifier.xml rename to templates/dkcr/Script/ActorAnimGridModifier.xml index 7ea0e481..b9293f2c 100644 --- a/templates/dkcr/Script/AnimGridModifier.xml +++ b/templates/dkcr/Script/ActorAnimGridModifier.xml @@ -1,6 +1,6 @@ - AnimGridModifier + ActorAnimGridModifier diff --git a/templates/dkcr/Script/AssignedAudioStream.xml b/templates/dkcr/Script/AreaStreamedAudioState.xml similarity index 98% rename from templates/dkcr/Script/AssignedAudioStream.xml rename to templates/dkcr/Script/AreaStreamedAudioState.xml index 1a7c4684..676e90dc 100644 --- a/templates/dkcr/Script/AssignedAudioStream.xml +++ b/templates/dkcr/Script/AreaStreamedAudioState.xml @@ -1,6 +1,6 @@ - AssignedAudioStream + AreaStreamedAudioState diff --git a/templates/dkcr/Script/Bonus.xml b/templates/dkcr/Script/BonusRoom.xml similarity index 97% rename from templates/dkcr/Script/Bonus.xml rename to templates/dkcr/Script/BonusRoom.xml index 418489af..0dd8f379 100644 --- a/templates/dkcr/Script/Bonus.xml +++ b/templates/dkcr/Script/BonusRoom.xml @@ -1,6 +1,6 @@ - Bonus + BonusRoom diff --git a/templates/dkcr/Script/Credits.xml b/templates/dkcr/Script/CreditsScreen.xml similarity index 99% rename from templates/dkcr/Script/Credits.xml rename to templates/dkcr/Script/CreditsScreen.xml index 8d9f9dbd..6ceb9f55 100644 --- a/templates/dkcr/Script/Credits.xml +++ b/templates/dkcr/Script/CreditsScreen.xml @@ -1,6 +1,6 @@ - Credits + CreditsScreen diff --git a/templates/dkcr/Script/CSTI.xml b/templates/dkcr/Script/CustomInterpolation.xml similarity index 97% rename from templates/dkcr/Script/CSTI.xml rename to templates/dkcr/Script/CustomInterpolation.xml index 9ddd8718..1806c27e 100644 --- a/templates/dkcr/Script/CSTI.xml +++ b/templates/dkcr/Script/CustomInterpolation.xml @@ -1,6 +1,6 @@ - CSTI + CustomInterpolation diff --git a/templates/dkcr/Script/GameOver.xml b/templates/dkcr/Script/GameOverDisplay.xml similarity index 96% rename from templates/dkcr/Script/GameOver.xml rename to templates/dkcr/Script/GameOverDisplay.xml index c8946f63..6cc7c360 100644 --- a/templates/dkcr/Script/GameOver.xml +++ b/templates/dkcr/Script/GameOverDisplay.xml @@ -1,6 +1,6 @@ - GameOver + GameOverDisplay diff --git a/templates/dkcr/Script/StreamedAudioModifier.xml b/templates/dkcr/Script/MusicModifier.xml similarity index 96% rename from templates/dkcr/Script/StreamedAudioModifier.xml rename to templates/dkcr/Script/MusicModifier.xml index 955b7317..84605d5d 100644 --- a/templates/dkcr/Script/StreamedAudioModifier.xml +++ b/templates/dkcr/Script/MusicModifier.xml @@ -1,6 +1,6 @@ - StreamedAudioModifier + MusicModifier diff --git a/templates/dkcr/Script/PlayerHint.xml b/templates/dkcr/Script/PlayerActionHint.xml similarity index 98% rename from templates/dkcr/Script/PlayerHint.xml rename to templates/dkcr/Script/PlayerActionHint.xml index dbebb735..082be063 100644 --- a/templates/dkcr/Script/PlayerHint.xml +++ b/templates/dkcr/Script/PlayerActionHint.xml @@ -1,6 +1,6 @@ - PlayerHint + PlayerActionHint diff --git a/templates/dkcr/Script/PickupRelay.xml b/templates/dkcr/Script/ProbabilityRelay.xml similarity index 96% rename from templates/dkcr/Script/PickupRelay.xml rename to templates/dkcr/Script/ProbabilityRelay.xml index cf37a3bd..e57edf93 100644 --- a/templates/dkcr/Script/PickupRelay.xml +++ b/templates/dkcr/Script/ProbabilityRelay.xml @@ -1,6 +1,6 @@ - PickupRelay + ProbabilityRelay diff --git a/templates/dkcr/Script/ReactiveObject.xml b/templates/dkcr/Script/ReactiveActor.xml similarity index 98% rename from templates/dkcr/Script/ReactiveObject.xml rename to templates/dkcr/Script/ReactiveActor.xml index b1e37caf..9d6985af 100644 --- a/templates/dkcr/Script/ReactiveObject.xml +++ b/templates/dkcr/Script/ReactiveActor.xml @@ -1,6 +1,6 @@ - ReactiveObject + ReactiveActor diff --git a/templates/dkcr/Script/RSCL.xml b/templates/dkcr/Script/ReactiveScale.xml similarity index 98% rename from templates/dkcr/Script/RSCL.xml rename to templates/dkcr/Script/ReactiveScale.xml index 00686df3..d27c12a5 100644 --- a/templates/dkcr/Script/RSCL.xml +++ b/templates/dkcr/Script/ReactiveScale.xml @@ -1,6 +1,6 @@ - RSCL + ReactiveScale diff --git a/templates/dkcr/Script/RandomRelay.xml b/templates/dkcr/Script/RelayRandom.xml similarity index 98% rename from templates/dkcr/Script/RandomRelay.xml rename to templates/dkcr/Script/RelayRandom.xml index 171b9353..63cd2b86 100644 --- a/templates/dkcr/Script/RandomRelay.xml +++ b/templates/dkcr/Script/RelayRandom.xml @@ -1,6 +1,6 @@ - RandomRelay + RelayRandom diff --git a/templates/dkcr/Script/SquawkPuzzleAlert.xml b/templates/dkcr/Script/SquawkProxy.xml similarity index 97% rename from templates/dkcr/Script/SquawkPuzzleAlert.xml rename to templates/dkcr/Script/SquawkProxy.xml index 91fa3688..f2c417fa 100644 --- a/templates/dkcr/Script/SquawkPuzzleAlert.xml +++ b/templates/dkcr/Script/SquawkProxy.xml @@ -1,6 +1,6 @@ - SquawkPuzzleAlert + SquawkProxy diff --git a/templates/dkcr/Script/VolGroup.xml b/templates/dkcr/Script/VolumeGroup.xml similarity index 97% rename from templates/dkcr/Script/VolGroup.xml rename to templates/dkcr/Script/VolumeGroup.xml index b2ee4d21..6f8a1c74 100644 --- a/templates/dkcr/Script/VolGroup.xml +++ b/templates/dkcr/Script/VolumeGroup.xml @@ -1,6 +1,6 @@ - VolGroup + VolumeGroup diff --git a/templates/mp3/MasterTemplate.xml b/templates/mp3/MasterTemplate.xml index f755a13b..51e78c04 100644 --- a/templates/mp3/MasterTemplate.xml +++ b/templates/mp3/MasterTemplate.xml @@ -14,7 +14,7 @@ - + diff --git a/templates/mp3/Script/AssignedAudioStream.xml b/templates/mp3/Script/AreaStreamedAudioState.xml similarity index 97% rename from templates/mp3/Script/AssignedAudioStream.xml rename to templates/mp3/Script/AreaStreamedAudioState.xml index 3e5a8e61..97b7e6b1 100644 --- a/templates/mp3/Script/AssignedAudioStream.xml +++ b/templates/mp3/Script/AreaStreamedAudioState.xml @@ -1,6 +1,6 @@ - AssignedAudioStream + AreaStreamedAudioState