From 0b1f419142a7afe6cc3db87a529d0c6bb670bf8f Mon Sep 17 00:00:00 2001 From: parax0 Date: Sun, 20 Mar 2016 06:48:30 -0600 Subject: [PATCH] Template updates --- templates/Properties.xml | 8 +- .../mp1/Enums/{InventorySlot.xml => Item.xml} | 2 +- templates/mp1/Enums/PlayerAction.xml | 136 +++++++++--------- templates/mp1/Enums/VulnerabilityType.xml | 1 + templates/mp1/Script/Actor.xml | 2 +- templates/mp1/Script/ActorContraption.xml | 3 +- templates/mp1/Script/AmbientAI.xml | 3 +- templates/mp1/Script/AreaAttributes.xml | 26 ++-- templates/mp1/Script/Beetle.xml | 6 +- templates/mp1/Script/CameraBlurKeyframe.xml | 3 +- templates/mp1/Script/CameraFilterKeyframe.xml | 15 +- templates/mp1/Script/CameraPitchVolume.xml | 3 +- templates/mp1/Script/CameraShaker.xml | 3 +- templates/mp1/Script/CameraWaypoint.xml | 3 +- templates/mp1/Script/ControllerAction.xml | 7 +- templates/mp1/Script/Counter.xml | 9 +- templates/mp1/Script/DoorArea.xml | 12 +- .../mp1/Script/EnvFxDensityController.xml | 7 +- templates/mp1/Script/Generator.xml | 4 +- templates/mp1/Script/Pickup.xml | 14 +- templates/mp1/Script/PlayerStateChange.xml | 9 +- templates/mp1/Script/PointOfInterest.xml | 7 +- templates/mp1/Script/RandomRelay.xml | 9 +- templates/mp1/Script/SpecialFunction.xml | 4 +- templates/mp1/Script/WorldTeleporter.xml | 41 +++--- templates/mp1/Structs/GrappleParameters.xml | 2 +- templates/mp2/Script/Pickup.xml | 2 +- 27 files changed, 185 insertions(+), 156 deletions(-) rename templates/mp1/Enums/{InventorySlot.xml => Item.xml} (98%) diff --git a/templates/Properties.xml b/templates/Properties.xml index 37be0626..0cd20e05 100644 --- a/templates/Properties.xml +++ b/templates/Properties.xml @@ -2572,7 +2572,7 @@ - + @@ -3899,7 +3899,7 @@ - + @@ -8933,7 +8933,7 @@ - + @@ -10227,7 +10227,7 @@ - + diff --git a/templates/mp1/Enums/InventorySlot.xml b/templates/mp1/Enums/Item.xml similarity index 98% rename from templates/mp1/Enums/InventorySlot.xml rename to templates/mp1/Enums/Item.xml index a28d4ddf..093ea367 100644 --- a/templates/mp1/Enums/InventorySlot.xml +++ b/templates/mp1/Enums/Item.xml @@ -1,5 +1,5 @@ - + diff --git a/templates/mp1/Enums/PlayerAction.xml b/templates/mp1/Enums/PlayerAction.xml index e7e9c235..bce3edb0 100644 --- a/templates/mp1/Enums/PlayerAction.xml +++ b/templates/mp1/Enums/PlayerAction.xml @@ -1,70 +1,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/mp1/Enums/VulnerabilityType.xml b/templates/mp1/Enums/VulnerabilityType.xml index c6f59b49..5934b074 100644 --- a/templates/mp1/Enums/VulnerabilityType.xml +++ b/templates/mp1/Enums/VulnerabilityType.xml @@ -8,5 +8,6 @@ + diff --git a/templates/mp1/Script/Actor.xml b/templates/mp1/Script/Actor.xml index 9b4411e5..12dd1479 100644 --- a/templates/mp1/Script/Actor.xml +++ b/templates/mp1/Script/Actor.xml @@ -19,7 +19,7 @@ - + diff --git a/templates/mp1/Script/ActorContraption.xml b/templates/mp1/Script/ActorContraption.xml index 7a07a2a6..04869695 100644 --- a/templates/mp1/Script/ActorContraption.xml +++ b/templates/mp1/Script/ActorContraption.xml @@ -16,7 +16,7 @@ - + @@ -26,6 +26,7 @@ + diff --git a/templates/mp1/Script/AmbientAI.xml b/templates/mp1/Script/AmbientAI.xml index 74e2dd4c..aaa7d9b2 100644 --- a/templates/mp1/Script/AmbientAI.xml +++ b/templates/mp1/Script/AmbientAI.xml @@ -17,7 +17,7 @@ - + @@ -27,6 +27,7 @@ + diff --git a/templates/mp1/Script/AreaAttributes.xml b/templates/mp1/Script/AreaAttributes.xml index 9c135e5d..bf3d86e1 100644 --- a/templates/mp1/Script/AreaAttributes.xml +++ b/templates/mp1/Script/AreaAttributes.xml @@ -2,21 +2,29 @@ AreaAttributes - - + + If set to anything other than 1, AreaAttributes will not work. + + - - + + - - - - + + + + - + + + + + + + diff --git a/templates/mp1/Script/Beetle.xml b/templates/mp1/Script/Beetle.xml index 540fdfc7..395af9d8 100644 --- a/templates/mp1/Script/Beetle.xml +++ b/templates/mp1/Script/Beetle.xml @@ -10,11 +10,13 @@ - + + This is clamped to the beetle's bounding box. + - + diff --git a/templates/mp1/Script/CameraBlurKeyframe.xml b/templates/mp1/Script/CameraBlurKeyframe.xml index 1d4a61f4..75e9b13b 100644 --- a/templates/mp1/Script/CameraBlurKeyframe.xml +++ b/templates/mp1/Script/CameraBlurKeyframe.xml @@ -3,7 +3,7 @@ CameraBlurKeyframe - + @@ -15,6 +15,7 @@ + script/common/CameraBlurKeyframe.txtr diff --git a/templates/mp1/Script/CameraFilterKeyframe.xml b/templates/mp1/Script/CameraFilterKeyframe.xml index f4796745..0fc5008b 100644 --- a/templates/mp1/Script/CameraFilterKeyframe.xml +++ b/templates/mp1/Script/CameraFilterKeyframe.xml @@ -3,21 +3,22 @@ CameraFilterKeyframe - - - + + + - - - - + + + + + script/common/CameraFilterKeyframe.txtr diff --git a/templates/mp1/Script/CameraPitchVolume.xml b/templates/mp1/Script/CameraPitchVolume.xml index e5e2a16a..02772783 100644 --- a/templates/mp1/Script/CameraPitchVolume.xml +++ b/templates/mp1/Script/CameraPitchVolume.xml @@ -6,7 +6,7 @@ - + @@ -19,6 +19,7 @@ + enabled diff --git a/templates/mp1/Script/CameraShaker.xml b/templates/mp1/Script/CameraShaker.xml index eefc8268..3d1aab75 100644 --- a/templates/mp1/Script/CameraShaker.xml +++ b/templates/mp1/Script/CameraShaker.xml @@ -10,13 +10,14 @@ - + + disabled diff --git a/templates/mp1/Script/CameraWaypoint.xml b/templates/mp1/Script/CameraWaypoint.xml index 5963f99f..ead7e2d6 100644 --- a/templates/mp1/Script/CameraWaypoint.xml +++ b/templates/mp1/Script/CameraWaypoint.xml @@ -5,7 +5,7 @@ - + @@ -16,6 +16,7 @@ + script/common/CameraWaypoint.cmdl diff --git a/templates/mp1/Script/ControllerAction.xml b/templates/mp1/Script/ControllerAction.xml index af8fd10f..07bd3b84 100644 --- a/templates/mp1/Script/ControllerAction.xml +++ b/templates/mp1/Script/ControllerAction.xml @@ -3,15 +3,16 @@ ControllerAction - - - + + + + disabled diff --git a/templates/mp1/Script/Counter.xml b/templates/mp1/Script/Counter.xml index 42edda39..c6d77bbe 100644 --- a/templates/mp1/Script/Counter.xml +++ b/templates/mp1/Script/Counter.xml @@ -3,16 +3,17 @@ Counter - - - - + + + + + script/common/Counter.txtr diff --git a/templates/mp1/Script/DoorArea.xml b/templates/mp1/Script/DoorArea.xml index 7af645e2..488d71f4 100644 --- a/templates/mp1/Script/DoorArea.xml +++ b/templates/mp1/Script/DoorArea.xml @@ -8,13 +8,13 @@ - - - - - + + + + + - + diff --git a/templates/mp1/Script/EnvFxDensityController.xml b/templates/mp1/Script/EnvFxDensityController.xml index fe9324fa..33645268 100644 --- a/templates/mp1/Script/EnvFxDensityController.xml +++ b/templates/mp1/Script/EnvFxDensityController.xml @@ -3,15 +3,16 @@ EnvFxDensityController - - - + + + + disabled diff --git a/templates/mp1/Script/Generator.xml b/templates/mp1/Script/Generator.xml index 130e8c6c..a2ca2c92 100644 --- a/templates/mp1/Script/Generator.xml +++ b/templates/mp1/Script/Generator.xml @@ -8,8 +8,8 @@ - - + + diff --git a/templates/mp1/Script/Pickup.xml b/templates/mp1/Script/Pickup.xml index 17c78200..aa1deabe 100644 --- a/templates/mp1/Script/Pickup.xml +++ b/templates/mp1/Script/Pickup.xml @@ -6,19 +6,19 @@ - - - + + + - - - + + + - + diff --git a/templates/mp1/Script/PlayerStateChange.xml b/templates/mp1/Script/PlayerStateChange.xml index c48296c0..4f7209f9 100644 --- a/templates/mp1/Script/PlayerStateChange.xml +++ b/templates/mp1/Script/PlayerStateChange.xml @@ -3,10 +3,10 @@ PlayerStateChange - - - - + + + + @@ -15,6 +15,7 @@ + disabled diff --git a/templates/mp1/Script/PointOfInterest.xml b/templates/mp1/Script/PointOfInterest.xml index 535e96dc..044d98ed 100644 --- a/templates/mp1/Script/PointOfInterest.xml +++ b/templates/mp1/Script/PointOfInterest.xml @@ -5,9 +5,11 @@ - + - + + Affects the size of the scan point. + @@ -16,6 +18,7 @@ + script/common/PointOfInterest.txtr diff --git a/templates/mp1/Script/RandomRelay.xml b/templates/mp1/Script/RandomRelay.xml index b969b068..fdc7e96c 100644 --- a/templates/mp1/Script/RandomRelay.xml +++ b/templates/mp1/Script/RandomRelay.xml @@ -3,16 +3,17 @@ RandomRelay - - - - + + + + + script/common/RandomRelay.txtr diff --git a/templates/mp1/Script/SpecialFunction.xml b/templates/mp1/Script/SpecialFunction.xml index ef153e6d..9e855060 100644 --- a/templates/mp1/Script/SpecialFunction.xml +++ b/templates/mp1/Script/SpecialFunction.xml @@ -7,7 +7,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/templates/mp1/Script/WorldTeleporter.xml b/templates/mp1/Script/WorldTeleporter.xml index 989bfcf8..7f02d05b 100644 --- a/templates/mp1/Script/WorldTeleporter.xml +++ b/templates/mp1/Script/WorldTeleporter.xml @@ -3,32 +3,33 @@ WorldTeleporter - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + 0x04 diff --git a/templates/mp1/Structs/GrappleParameters.xml b/templates/mp1/Structs/GrappleParameters.xml index 49deb5a0..e58a4838 100644 --- a/templates/mp1/Structs/GrappleParameters.xml +++ b/templates/mp1/Structs/GrappleParameters.xml @@ -12,6 +12,6 @@ - + diff --git a/templates/mp2/Script/Pickup.xml b/templates/mp2/Script/Pickup.xml index 6ffa35c1..53c8f73b 100644 --- a/templates/mp2/Script/Pickup.xml +++ b/templates/mp2/Script/Pickup.xml @@ -27,7 +27,7 @@ 0.0 - + 0.0