├── .gitignore ├── Assets ├── Animation States.meta ├── Animation States │ ├── Combined.meta │ ├── Combined │ │ ├── Equip.asset │ │ ├── Equip.asset.meta │ │ ├── HandToHandAttack.asset │ │ ├── HandToHandAttack.asset.meta │ │ ├── HandToHandChop.asset │ │ ├── HandToHandChop.asset.meta │ │ ├── HandToHandSlash.asset │ │ ├── HandToHandSlash.asset.meta │ │ ├── HandToHandThrust.asset │ │ ├── HandToHandThrust.asset.meta │ │ ├── Idle.asset │ │ ├── Idle.asset.meta │ │ ├── Idle1h.asset │ │ ├── Idle1h.asset.meta │ │ ├── Idlehh.asset │ │ ├── Idlehh.asset.meta │ │ ├── Jump.asset │ │ ├── Jump.asset.meta │ │ ├── Run.asset │ │ ├── Run.asset.meta │ │ ├── Runhh.asset │ │ ├── Runhh.asset.meta │ │ ├── Sneak.asset │ │ ├── Sneak.asset.meta │ │ ├── Unequip.asset │ │ ├── Unequip.asset.meta │ │ ├── Walk.asset │ │ ├── Walk.asset.meta │ │ ├── Walkhh.asset │ │ └── Walkhh.asset.meta │ ├── HandToHand.meta │ ├── HandToHand │ │ ├── HandToHandChop.asset │ │ ├── HandToHandChop.asset.meta │ │ ├── HandToHandChopLarge Follow.asset │ │ ├── HandToHandChopLarge Follow.asset.meta │ │ ├── HandToHandChopMedium Follow.asset │ │ ├── HandToHandChopMedium Follow.asset.meta │ │ ├── HandToHandChopSmall Follow.asset │ │ ├── HandToHandChopSmall Follow.asset.meta │ │ ├── HandToHandEquip.asset │ │ ├── HandToHandEquip.asset.meta │ │ ├── HandToHandSlash.asset │ │ ├── HandToHandSlash.asset.meta │ │ ├── HandToHandThrust.asset │ │ ├── HandToHandThrust.asset.meta │ │ ├── HandToHandUnequip.asset │ │ ├── HandToHandUnequip.asset.meta │ │ ├── IdleSneakhh.asset │ │ ├── IdleSneakhh.asset.meta │ │ ├── Idlehh.asset │ │ ├── Idlehh.asset.meta │ │ ├── Jumphh.asset │ │ ├── Jumphh.asset.meta │ │ ├── RunBackhh.asset │ │ ├── RunBackhh.asset.meta │ │ ├── RunForwardhh.asset │ │ ├── RunForwardhh.asset.meta │ │ ├── RunLefthh.asset │ │ ├── RunLefthh.asset.meta │ │ ├── RunRighthh.asset │ │ ├── RunRighthh.asset.meta │ │ ├── SneakBackhh.asset │ │ ├── SneakBackhh.asset.meta │ │ ├── SneakForwardhh.asset │ │ ├── SneakForwardhh.asset.meta │ │ ├── SneakLefthh.asset │ │ ├── SneakLefthh.asset.meta │ │ ├── SneakRighthh.asset │ │ ├── SneakRighthh.asset.meta │ │ ├── WalkBackhh.asset │ │ ├── WalkBackhh.asset.meta │ │ ├── WalkForwardhh.asset │ │ ├── WalkForwardhh.asset.meta │ │ ├── WalkLefthh.asset │ │ ├── WalkLefthh.asset.meta │ │ ├── WalkRighthh.asset │ │ └── WalkRighthh.asset.meta │ ├── Unequipped.meta │ ├── Unequipped │ │ ├── Idle2.asset │ │ ├── Idle2.asset.meta │ │ ├── IdleSneak.asset │ │ ├── IdleSneak.asset.meta │ │ ├── Jump.asset │ │ ├── Jump.asset.meta │ │ ├── RunBack.asset │ │ ├── RunBack.asset.meta │ │ ├── RunForward.asset │ │ ├── RunForward.asset.meta │ │ ├── RunLeft.asset │ │ ├── RunLeft.asset.meta │ │ ├── RunRight.asset │ │ ├── RunRight.asset.meta │ │ ├── SneakBack.asset │ │ ├── SneakBack.asset.meta │ │ ├── SneakForward.asset │ │ ├── SneakForward.asset.meta │ │ ├── SneakLeft.asset │ │ ├── SneakLeft.asset.meta │ │ ├── SneakRight.asset │ │ ├── SneakRight.asset.meta │ │ ├── TurnLeft.asset │ │ ├── TurnLeft.asset.meta │ │ ├── TurnRight.asset │ │ ├── TurnRight.asset.meta │ │ ├── WalkBack.asset │ │ ├── WalkBack.asset.meta │ │ ├── WalkForward.asset │ │ ├── WalkForward.asset.meta │ │ ├── WalkLeft.asset │ │ ├── WalkLeft.asset.meta │ │ ├── WalkRight.asset │ │ └── WalkRight.asset.meta │ ├── WeaponOneHandEquip.asset │ └── WeaponOneHandEquip.asset.meta ├── Fonts.meta ├── Fonts │ ├── Kingthings Exeter.ttf │ ├── Kingthings Exeter.ttf.meta │ ├── Kingthings Petrock light.ttf │ ├── Kingthings Petrock light.ttf.meta │ ├── Kingthings Petrock.ttf │ ├── Kingthings Petrock.ttf.meta │ ├── MorrisRomanBlack.ttf │ ├── MorrisRomanBlack.ttf.meta │ ├── MorrisRomanBlackAlt.ttf │ ├── MorrisRomanBlackAlt.ttf.meta │ ├── Planewalker.ttf │ ├── Planewalker.ttf.meta │ ├── oblivion-font.ttf │ └── oblivion-font.ttf.meta ├── Materials.meta ├── Materials │ ├── Blur.mat │ ├── Blur.mat.meta │ ├── Ripple.mat │ ├── Ripple.mat.meta │ ├── Sky.mat │ ├── Sky.mat.meta │ ├── Water.mat │ └── Water.mat.meta ├── New Animator Controller.controller ├── New Animator Controller.controller.meta ├── Plugins.meta ├── Plugins │ ├── BSA.meta │ ├── BSA │ │ ├── Bsa.asmdef │ │ ├── Bsa.asmdef.meta │ │ ├── BsaFileReader.cs │ │ └── BsaFileReader.cs.meta │ ├── BufferReader.meta │ ├── BufferReader │ │ ├── BufferReader.asmdef │ │ ├── BufferReader.asmdef.meta │ │ ├── BufferReader.cs │ │ └── BufferReader.cs.meta │ ├── DDS.meta │ ├── DDS │ │ ├── DDSImporter.cs │ │ ├── DDSImporter.cs.meta │ │ ├── Dds.asmdef │ │ └── Dds.asmdef.meta │ ├── NAudio.dll │ ├── NAudio.dll.meta │ ├── Nif.meta │ └── Nif │ │ ├── Animation.meta │ │ ├── Animation │ │ ├── Blend Shapes.meta │ │ ├── Blend Shapes │ │ │ ├── NiGeomMorpherControl.cs │ │ │ ├── NiGeomMorpherControl.cs.meta │ │ │ ├── NiMorphData.cs │ │ │ └── NiMorphData.cs.meta │ │ ├── ClipInfo.cs │ │ ├── ClipInfo.cs.meta │ │ ├── Keyframe Groups.meta │ │ ├── Keyframe Groups │ │ │ ├── KeyType.cs │ │ │ ├── KeyType.cs.meta │ │ │ ├── NiByteKeyframeGroup.cs │ │ │ ├── NiByteKeyframeGroup.cs.meta │ │ │ ├── NiFloatKeyframeGroup.cs │ │ │ ├── NiFloatKeyframeGroup.cs.meta │ │ │ ├── NiKeyframe.cs │ │ │ ├── NiKeyframe.cs.meta │ │ │ ├── NiKeyframeGroup.cs │ │ │ ├── NiKeyframeGroup.cs.meta │ │ │ ├── NiQuaternionKeyframeGroup.cs │ │ │ ├── NiQuaternionKeyframeGroup.cs.meta │ │ │ ├── NiVector3KeyframeGroup.cs │ │ │ └── NiVector3KeyframeGroup.cs.meta │ │ ├── NiBSAnimationNode.cs │ │ ├── NiBSAnimationNode.cs.meta │ │ ├── NiKeyframeController.cs │ │ ├── NiKeyframeController.cs.meta │ │ ├── NiKeyframeData.cs │ │ ├── NiKeyframeData.cs.meta │ │ ├── NiTextKeyExtraData.cs │ │ ├── NiTextKeyExtraData.cs.meta │ │ ├── Skinned Meshes.meta │ │ ├── Skinned Meshes │ │ │ ├── NiSkinData.cs │ │ │ ├── NiSkinData.cs.meta │ │ │ ├── NiSkinInstance.cs │ │ │ └── NiSkinInstance.cs.meta │ │ ├── StringKey.cs │ │ ├── StringKey.cs.meta │ │ ├── UV Data.meta │ │ ├── UV Data │ │ │ ├── NiUVController.cs │ │ │ ├── NiUVController.cs.meta │ │ │ ├── NiUVData.cs │ │ │ └── NiUVData.cs.meta │ │ ├── Visibility.meta │ │ └── Visibility │ │ │ ├── NiVisController.cs │ │ │ ├── NiVisController.cs.meta │ │ │ ├── NiVisData.cs │ │ │ └── NiVisData.cs.meta │ │ ├── AvoidNode.cs │ │ ├── AvoidNode.cs.meta │ │ ├── Controllers.meta │ │ ├── Controllers │ │ ├── NiAlphaController.cs │ │ ├── NiAlphaController.cs.meta │ │ ├── NiBoolInterpController.cs │ │ ├── NiBoolInterpController.cs.meta │ │ ├── NiFloatInterpController.cs │ │ ├── NiFloatInterpController.cs.meta │ │ ├── NiInterpController.cs │ │ ├── NiInterpController.cs.meta │ │ ├── NiSingleInterpController.cs │ │ ├── NiSingleInterpController.cs.meta │ │ ├── NiTimeController.cs │ │ └── NiTimeController.cs.meta │ │ ├── Data.meta │ │ ├── Data │ │ ├── NiColorData.cs │ │ ├── NiColorData.cs.meta │ │ ├── NiExtraData.cs │ │ ├── NiExtraData.cs.meta │ │ ├── NiFloatData.cs │ │ ├── NiFloatData.cs.meta │ │ ├── NiStringExtraData.cs │ │ └── NiStringExtraData.cs.meta │ │ ├── Meshes.meta │ │ ├── Meshes │ │ ├── NiGeometry.cs │ │ ├── NiGeometry.cs.meta │ │ ├── NiGeometryData.cs │ │ ├── NiGeometryData.cs.meta │ │ ├── NiTriBasedGeom.cs │ │ ├── NiTriBasedGeom.cs.meta │ │ ├── NiTriBasedGeomData.cs │ │ ├── NiTriBasedGeomData.cs.meta │ │ ├── NiTriShape.cs │ │ ├── NiTriShape.cs.meta │ │ ├── NiTriShapeData.cs │ │ ├── NiTriShapeData.cs.meta │ │ ├── RootCollisionNode.cs │ │ └── RootCollisionNode.cs.meta │ │ ├── NiAVObject.cs │ │ ├── NiAVObject.cs.meta │ │ ├── NiBillboardNode.cs │ │ ├── NiBillboardNode.cs.meta │ │ ├── NiCamera.cs │ │ ├── NiCamera.cs.meta │ │ ├── NiDynamicEffect.cs │ │ ├── NiDynamicEffect.cs.meta │ │ ├── NiFile.cs │ │ ├── NiFile.cs.meta │ │ ├── NiNode.cs │ │ ├── NiNode.cs.meta │ │ ├── NiObject.cs │ │ ├── NiObject.cs.meta │ │ ├── NiObjectNet.cs │ │ ├── NiObjectNet.cs.meta │ │ ├── Nif.asmdef │ │ ├── Nif.asmdef.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ ├── NiAutoNormalParticles.cs │ │ ├── NiAutoNormalParticles.cs.meta │ │ ├── NiAutoNormalParticlesData.cs │ │ ├── NiAutoNormalParticlesData.cs.meta │ │ ├── NiBSParticleNode.cs │ │ ├── NiBSParticleNode.cs.meta │ │ ├── NiParticleSystemController.cs │ │ ├── NiParticleSystemController.cs.meta │ │ ├── NiParticles.cs │ │ ├── NiParticles.cs.meta │ │ ├── NiParticlesData.cs │ │ ├── NiParticlesData.cs.meta │ │ ├── NiRotatingParticles.cs │ │ ├── NiRotatingParticles.cs.meta │ │ ├── NiRotatingParticlesData.cs │ │ ├── NiRotatingParticlesData.cs.meta │ │ ├── Particle Modifiers.meta │ │ └── Particle Modifiers │ │ │ ├── NiGravity.cs │ │ │ ├── NiGravity.cs.meta │ │ │ ├── NiParticleBomb.cs │ │ │ ├── NiParticleBomb.cs.meta │ │ │ ├── NiParticleColorModifier.cs │ │ │ ├── NiParticleColorModifier.cs.meta │ │ │ ├── NiParticleGrowFade.cs │ │ │ ├── NiParticleGrowFade.cs.meta │ │ │ ├── NiParticleMeshModifier.cs │ │ │ ├── NiParticleMeshModifier.cs.meta │ │ │ ├── NiParticleModifier.cs │ │ │ ├── NiParticleModifier.cs.meta │ │ │ ├── NiParticleRotation.cs │ │ │ └── NiParticleRotation.cs.meta │ │ ├── Ref.cs │ │ ├── Ref.cs.meta │ │ ├── Rendering.meta │ │ └── Rendering │ │ ├── NiAlphaProperty.cs │ │ ├── NiAlphaProperty.cs.meta │ │ ├── NiMaterialProperty.cs │ │ ├── NiMaterialProperty.cs.meta │ │ ├── NiProperty.cs │ │ ├── NiProperty.cs.meta │ │ ├── NiSourceTexture.cs │ │ ├── NiSourceTexture.cs.meta │ │ ├── NiTexture.cs │ │ ├── NiTexture.cs.meta │ │ ├── NiTextureEffect.cs │ │ ├── NiTextureEffect.cs.meta │ │ ├── NiTexturingProperty.cs │ │ ├── NiTexturingProperty.cs.meta │ │ ├── NiVertexColorProperty.cs │ │ ├── NiVertexColorProperty.cs.meta │ │ ├── NiWireframeProperty.cs │ │ ├── NiWireframeProperty.cs.meta │ │ ├── NiZBufferProperty.cs │ │ ├── NiZBufferProperty.cs.meta │ │ ├── TexClampMode.cs │ │ ├── TexClampMode.cs.meta │ │ ├── TexFilterMode.cs │ │ └── TexFilterMode.cs.meta ├── Post Processing Volume Profile.asset ├── Post Processing Volume Profile.asset.meta ├── Prefabs.meta ├── Prefabs │ ├── Music Player.prefab │ ├── Music Player.prefab.meta │ ├── Rain No Collision.prefab │ ├── Rain No Collision.prefab.meta │ ├── Rain.prefab │ ├── Rain.prefab.meta │ ├── Ripples.prefab │ ├── Ripples.prefab.meta │ ├── UI.meta │ ├── UI │ │ ├── Borders.meta │ │ ├── Borders │ │ │ ├── Button Frame.prefab │ │ │ ├── Button Frame.prefab.meta │ │ │ ├── Head Block.prefab │ │ │ ├── Head Block.prefab.meta │ │ │ ├── Thick Border.prefab │ │ │ ├── Thick Border.prefab.meta │ │ │ ├── Thin Border.prefab │ │ │ └── Thin Border.prefab.meta │ │ ├── Button UI Element.prefab │ │ ├── Button UI Element.prefab.meta │ │ ├── Character Menu UI.prefab │ │ ├── Character Menu UI.prefab.meta │ │ ├── Charge Bar.prefab │ │ ├── Charge Bar.prefab.meta │ │ ├── Crosshair UI.prefab │ │ ├── Crosshair UI.prefab.meta │ │ ├── Dialog UI.prefab │ │ ├── Dialog UI.prefab.meta │ │ ├── Enchantment UI Element.prefab │ │ ├── Enchantment UI Element.prefab.meta │ │ ├── Head Block Group.prefab │ │ ├── Head Block Group.prefab.meta │ │ ├── Info Panel UI.prefab │ │ ├── Info Panel UI.prefab.meta │ │ ├── Inventory Panel.prefab │ │ ├── Inventory Panel.prefab.meta │ │ ├── Journal UI.prefab │ │ ├── Journal UI.prefab.meta │ │ ├── Service UI.prefab │ │ ├── Service UI.prefab.meta │ │ ├── Text Elements.meta │ │ └── Text Elements │ │ │ ├── Dialog Choice.prefab │ │ │ ├── Dialog Choice.prefab.meta │ │ │ ├── Dialog Topic.prefab │ │ │ ├── Dialog Topic.prefab.meta │ │ │ ├── Inline Info Description UI Element.prefab │ │ │ ├── Inline Info Description UI Element.prefab.meta │ │ │ ├── Inline Title Info UI Element.prefab │ │ │ ├── Inline Title Info UI Element.prefab.meta │ │ │ ├── UI Text.prefab │ │ │ ├── UI Text.prefab.meta │ │ │ ├── UI Title.prefab │ │ │ └── UI Title.prefab.meta │ ├── Water.prefab │ └── Water.prefab.meta ├── Resources.meta ├── Resources │ ├── UI.meta │ └── UI │ │ ├── Container Contents UI.prefab │ │ ├── Container Contents UI.prefab.meta │ │ ├── Inventory UI.prefab │ │ └── Inventory UI.prefab.meta ├── Scripts.meta ├── Scripts │ ├── .order │ ├── AnimationState.meta │ ├── AnimationState │ │ ├── AnimState.cs │ │ ├── AnimState.cs.meta │ │ ├── AnimStateBase.cs │ │ ├── AnimStateBase.cs.meta │ │ ├── AnimSubState.cs │ │ ├── AnimSubState.cs.meta │ │ ├── AnimSubStateTransition.cs │ │ ├── AnimSubStateTransition.cs.meta │ │ ├── AnimationAction.cs │ │ ├── AnimationAction.cs.meta │ │ ├── AnimationExtensions.cs │ │ ├── AnimationExtensions.cs.meta │ │ ├── AnimationManager.cs │ │ ├── AnimationManager.cs.meta │ │ ├── AnimationParameters.cs │ │ ├── AnimationParameters.cs.meta │ │ ├── AnimationState.asmdef │ │ ├── AnimationState.asmdef.meta │ │ ├── AnimationTransition.cs │ │ ├── AnimationTransition.cs.meta │ │ ├── CharacterAnimation.cs │ │ ├── CharacterAnimation.cs.meta │ │ ├── CompareOp.cs │ │ ├── CompareOp.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── AnimStateEditor.cs │ │ │ ├── AnimStateEditor.cs.meta │ │ │ ├── AnimSubStateEditor.cs │ │ │ ├── AnimSubStateEditor.cs.meta │ │ │ ├── AnimSubStateTransitionDrawer.cs │ │ │ ├── AnimSubStateTransitionDrawer.cs.meta │ │ │ ├── AnimationStateEditor.asmdef │ │ │ ├── AnimationStateEditor.asmdef.meta │ │ │ ├── AnimationTransitionDrawer.cs │ │ │ ├── AnimationTransitionDrawer.cs.meta │ │ │ ├── BlendState2DDrawer.cs │ │ │ ├── BlendState2DDrawer.cs.meta │ │ │ ├── EditorGUIExtensions.cs │ │ │ ├── EditorGUIExtensions.cs.meta │ │ │ ├── GenericReorderableList.cs │ │ │ ├── GenericReorderableList.cs.meta │ │ │ ├── ToggleVisibilityAttributeDrawer.cs │ │ │ ├── ToggleVisibilityAttributeDrawer.cs.meta │ │ │ ├── TransitionConditionDrawer.cs │ │ │ └── TransitionConditionDrawer.cs.meta │ │ ├── FourWayBlendTree.cs │ │ ├── FourWayBlendTree.cs.meta │ │ ├── ToggleVisibilityAttribute.cs │ │ ├── ToggleVisibilityAttribute.cs.meta │ │ ├── TransitionCondition.cs │ │ ├── TransitionCondition.cs.meta │ │ ├── TransitionType.cs │ │ └── TransitionType.cs.meta │ ├── Audio.meta │ ├── Audio │ │ ├── Audio.asmdef │ │ ├── Audio.asmdef.meta │ │ ├── MusicManager.cs │ │ ├── MusicManager.cs.meta │ │ ├── SoundManager.cs │ │ └── SoundManager.cs.meta │ ├── ButtonColorFromUI.cs │ ├── ButtonColorFromUI.cs.meta │ ├── Editor.meta │ ├── Editor │ │ ├── BoxBlurShaderGUI.cs │ │ ├── BoxBlurShaderGUI.cs.meta │ │ ├── Editor.asmdef │ │ ├── Editor.asmdef.meta │ │ ├── EnumFlagsAttributeDrawer.cs │ │ ├── EnumFlagsAttributeDrawer.cs.meta │ │ ├── FeatureDrawer.cs │ │ ├── FeatureDrawer.cs.meta │ │ ├── GaussianBlurShaderGUI.cs │ │ ├── GaussianBlurShaderGUI.cs.meta │ │ ├── RangeVariableAttributeDrawer.cs │ │ ├── RangeVariableAttributeDrawer.cs.meta │ │ ├── RepeatAttributeDrawer.cs │ │ ├── RepeatAttributeDrawer.cs.meta │ │ ├── ShownByDrawer.cs │ │ └── ShownByDrawer.cs.meta │ ├── Esm.md │ ├── Esm.md.meta │ ├── Esm.meta │ ├── Esm │ │ ├── Audio.meta │ │ ├── Audio │ │ │ ├── SoundGenerator.cs │ │ │ ├── SoundGenerator.cs.meta │ │ │ ├── SoundGeneratorType.cs │ │ │ ├── SoundGeneratorType.cs.meta │ │ │ ├── SoundRecord.cs │ │ │ ├── SoundRecord.cs.meta │ │ │ ├── SoundRecordData.cs │ │ │ ├── SoundRecordData.cs.meta │ │ │ ├── WaterAudio.cs │ │ │ └── WaterAudio.cs.meta │ │ ├── CameraFollow.cs │ │ ├── CameraFollow.cs.meta │ │ ├── Characters.meta │ │ ├── Characters │ │ │ ├── AI Data.meta │ │ │ ├── AI Data │ │ │ │ ├── ActivateData.cs │ │ │ │ ├── ActivateData.cs.meta │ │ │ │ ├── AiData.cs │ │ │ │ ├── AiData.cs.meta │ │ │ │ ├── EscortData.cs │ │ │ │ ├── EscortData.cs.meta │ │ │ │ ├── FollowData.cs │ │ │ │ ├── FollowData.cs.meta │ │ │ │ ├── ServiceFlags.cs │ │ │ │ ├── ServiceFlags.cs.meta │ │ │ │ ├── Services.cs │ │ │ │ ├── Services.cs.meta │ │ │ │ ├── TravelData.cs │ │ │ │ ├── TravelData.cs.meta │ │ │ │ ├── WanderData.cs │ │ │ │ └── WanderData.cs.meta │ │ │ ├── AI States.meta │ │ │ ├── AI States │ │ │ │ ├── AttackAIState.cs │ │ │ │ ├── AttackAIState.cs.meta │ │ │ │ ├── AttackCreatureState.cs │ │ │ │ ├── AttackCreatureState.cs.meta │ │ │ │ ├── IdleAIState.cs │ │ │ │ ├── IdleAIState.cs.meta │ │ │ │ ├── NpcState.cs │ │ │ │ ├── NpcState.cs.meta │ │ │ │ ├── WanderAIState.cs │ │ │ │ └── WanderAIState.cs.meta │ │ │ ├── AIRecord.cs │ │ │ ├── AIRecord.cs.meta │ │ │ ├── AttackType.cs │ │ │ ├── AttackType.cs.meta │ │ │ ├── Body.meta │ │ │ ├── Body │ │ │ │ ├── BipedPart.cs │ │ │ │ ├── BipedPart.cs.meta │ │ │ │ ├── BodyPartData.cs │ │ │ │ ├── BodyPartData.cs.meta │ │ │ │ ├── BodyPartFlags.cs │ │ │ │ ├── BodyPartFlags.cs.meta │ │ │ │ ├── BodyPartPiece.cs │ │ │ │ ├── BodyPartPiece.cs.meta │ │ │ │ ├── BodyPartRecord.cs │ │ │ │ ├── BodyPartRecord.cs.meta │ │ │ │ ├── BodyPartType.cs │ │ │ │ ├── BodyPartType.cs.meta │ │ │ │ ├── EquippedPart.cs │ │ │ │ ├── EquippedPart.cs.meta │ │ │ │ ├── RaceBody.cs │ │ │ │ ├── RaceBody.cs.meta │ │ │ │ ├── SkinType.cs │ │ │ │ └── SkinType.cs.meta │ │ │ ├── ClassAutoCalcFlags.cs │ │ │ ├── ClassAutoCalcFlags.cs.meta │ │ │ ├── ClassData.cs │ │ │ ├── ClassData.cs.meta │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ │ ├── Character.cs │ │ │ │ ├── Character.cs.meta │ │ │ │ ├── CharacterAudio.cs │ │ │ │ ├── CharacterAudio.cs.meta │ │ │ │ ├── CharacterBody.cs │ │ │ │ ├── CharacterBody.cs.meta │ │ │ │ ├── CharacterCombat.cs │ │ │ │ ├── CharacterCombat.cs.meta │ │ │ │ ├── CharacterEquipment.cs │ │ │ │ ├── CharacterEquipment.cs.meta │ │ │ │ ├── CharacterInput.cs │ │ │ │ ├── CharacterInput.cs.meta │ │ │ │ ├── CharacterInventory.cs │ │ │ │ ├── CharacterInventory.cs.meta │ │ │ │ ├── CharacterMovement.cs │ │ │ │ ├── CharacterMovement.cs.meta │ │ │ │ ├── FactionRankReputationPair.cs │ │ │ │ └── FactionRankReputationPair.cs.meta │ │ │ ├── CreatureData.cs │ │ │ ├── CreatureData.cs.meta │ │ │ ├── CreatureFlags.cs │ │ │ ├── CreatureFlags.cs.meta │ │ │ ├── CreatureRecord.cs │ │ │ ├── CreatureRecord.cs.meta │ │ │ ├── CreatureType.cs │ │ │ ├── CreatureType.cs.meta │ │ │ ├── Data.meta │ │ │ ├── Data │ │ │ │ ├── BaseAttributeData.cs │ │ │ │ ├── BaseAttributeData.cs.meta │ │ │ │ ├── CharacterAttribute.cs │ │ │ │ ├── CharacterAttribute.cs.meta │ │ │ │ ├── CharacterSkill.cs │ │ │ │ ├── CharacterSkill.cs.meta │ │ │ │ ├── DerivedAttributeData.cs │ │ │ │ ├── DerivedAttributeData.cs.meta │ │ │ │ ├── NpcRecord.cs │ │ │ │ ├── NpcRecord.cs.meta │ │ │ │ ├── NpcRecordData.cs │ │ │ │ ├── NpcRecordData.cs.meta │ │ │ │ ├── SkillData.cs │ │ │ │ ├── SkillData.cs.meta │ │ │ │ ├── Specialization.cs │ │ │ │ └── Specialization.cs.meta │ │ │ ├── Input.meta │ │ │ ├── Input │ │ │ │ ├── CreatureInput.cs │ │ │ │ ├── CreatureInput.cs.meta │ │ │ │ ├── NpcInput.cs │ │ │ │ ├── NpcInput.cs.meta │ │ │ │ ├── PlayerInput.cs │ │ │ │ └── PlayerInput.cs.meta │ │ │ ├── LeveledCreatureRecord.cs │ │ │ ├── LeveledCreatureRecord.cs.meta │ │ │ ├── LoadPlayer.cs │ │ │ ├── LoadPlayer.cs.meta │ │ │ ├── LoadPlayerTest.cs │ │ │ ├── LoadPlayerTest.cs.meta │ │ │ ├── MovementDirection.cs │ │ │ ├── MovementDirection.cs.meta │ │ │ ├── MovementSpeed.cs │ │ │ ├── MovementSpeed.cs.meta │ │ │ ├── NpcFlags.cs │ │ │ ├── NpcFlags.cs.meta │ │ │ ├── Race.cs │ │ │ ├── Race.cs.meta │ │ │ ├── RaceData.cs │ │ │ ├── RaceData.cs.meta │ │ │ ├── RaceFlags.cs │ │ │ ├── RaceFlags.cs.meta │ │ │ ├── Services.meta │ │ │ └── Services │ │ │ │ ├── BarterService.cs │ │ │ │ ├── BarterService.cs.meta │ │ │ │ ├── CharacterService.cs │ │ │ │ ├── CharacterService.cs.meta │ │ │ │ ├── EconomyManager.cs │ │ │ │ ├── EconomyManager.cs.meta │ │ │ │ ├── EnchantingService.cs │ │ │ │ ├── EnchantingService.cs.meta │ │ │ │ ├── PersuasionService.cs │ │ │ │ ├── PersuasionService.cs.meta │ │ │ │ ├── RepairService.cs │ │ │ │ ├── RepairService.cs.meta │ │ │ │ ├── ServiceOption.cs │ │ │ │ ├── ServiceOption.cs.meta │ │ │ │ ├── SpellService.cs │ │ │ │ ├── SpellService.cs.meta │ │ │ │ ├── SpellmakingService.cs │ │ │ │ ├── SpellmakingService.cs.meta │ │ │ │ ├── TrainingService.cs │ │ │ │ ├── TrainingService.cs.meta │ │ │ │ ├── TravelService.cs │ │ │ │ └── TravelService.cs.meta │ │ ├── Dialog.meta │ │ ├── Dialog │ │ │ ├── ArgumentType.cs │ │ │ ├── ArgumentType.cs.meta │ │ │ ├── CharacterVoice.cs │ │ │ ├── CharacterVoice.cs.meta │ │ │ ├── ClickWordInTextTest.cs │ │ │ ├── ClickWordInTextTest.cs.meta │ │ │ ├── DialogController.cs │ │ │ ├── DialogController.cs.meta │ │ │ ├── IDialogController.cs │ │ │ ├── IDialogController.cs.meta │ │ │ ├── Journal.cs │ │ │ ├── Journal.cs.meta │ │ │ ├── MethodArgument.cs │ │ │ ├── MethodArgument.cs.meta │ │ │ ├── MethodCall.cs │ │ │ ├── MethodCall.cs.meta │ │ │ ├── Records.meta │ │ │ ├── Records │ │ │ │ ├── DialogRecord.cs │ │ │ │ ├── DialogRecord.cs.meta │ │ │ │ ├── DialogType.cs │ │ │ │ ├── DialogType.cs.meta │ │ │ │ ├── Gender.cs │ │ │ │ ├── Gender.cs.meta │ │ │ │ ├── InfoRecord.cs │ │ │ │ ├── InfoRecord.cs.meta │ │ │ │ ├── InfoRecordData.cs │ │ │ │ ├── InfoRecordData.cs.meta │ │ │ │ ├── PersuasionResult.cs │ │ │ │ ├── PersuasionResult.cs.meta │ │ │ │ ├── ScriptFunction.cs │ │ │ │ ├── ScriptFunction.cs.meta │ │ │ │ ├── ScriptVariable.cs │ │ │ │ ├── ScriptVariable.cs.meta │ │ │ │ ├── ScriptVariableType.cs │ │ │ │ ├── ScriptVariableType.cs.meta │ │ │ │ ├── VoiceType.cs │ │ │ │ └── VoiceType.cs.meta │ │ │ ├── Result Processor.meta │ │ │ ├── Result Processor │ │ │ │ ├── DialogResultLexer.cs │ │ │ │ ├── DialogResultLexer.cs.meta │ │ │ │ ├── DialogResultParser.cs │ │ │ │ ├── DialogResultParser.cs.meta │ │ │ │ ├── DialogResultProcessor.cs │ │ │ │ ├── DialogResultProcessor.cs.meta │ │ │ │ ├── TextDefineProcessor.cs │ │ │ │ └── TextDefineProcessor.cs.meta │ │ │ ├── Token.cs │ │ │ ├── Token.cs.meta │ │ │ ├── TokenKind.cs │ │ │ └── TokenKind.cs.meta │ │ ├── DoorExitData.cs │ │ ├── DoorExitData.cs.meta │ │ ├── Esm.asmdef │ │ ├── Esm.asmdef.meta │ │ ├── EsmFileReader.cs │ │ ├── EsmFileReader.cs.meta │ │ ├── Faction.meta │ │ ├── Faction │ │ │ ├── Faction.cs │ │ │ ├── Faction.cs.meta │ │ │ ├── FactionData.cs │ │ │ ├── FactionData.cs.meta │ │ │ ├── FactionReaction.cs │ │ │ ├── FactionReaction.cs.meta │ │ │ ├── RankData.cs │ │ │ └── RankData.cs.meta │ │ ├── Game Data.meta │ │ ├── Game Data │ │ │ ├── Records.meta │ │ │ ├── Records │ │ │ │ ├── BirthSignRecord.cs │ │ │ │ ├── BirthSignRecord.cs.meta │ │ │ │ ├── ClassRecord.cs │ │ │ │ ├── ClassRecord.cs.meta │ │ │ │ ├── EsmRecord.cs │ │ │ │ ├── EsmRecord.cs.meta │ │ │ │ ├── Global.cs │ │ │ │ ├── Global.cs.meta │ │ │ │ ├── GlobalType.cs │ │ │ │ ├── GlobalType.cs.meta │ │ │ │ ├── SkillRecord.cs │ │ │ │ ├── SkillRecord.cs.meta │ │ │ │ ├── Tes3Record.cs │ │ │ │ └── Tes3Record.cs.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── MorrowindParser.cs │ │ │ │ ├── MorrowindParser.cs.meta │ │ │ │ ├── Script.cs │ │ │ │ ├── Script.cs.meta │ │ │ │ ├── ScriptHeader.cs │ │ │ │ └── ScriptHeader.cs.meta │ │ ├── Game Managers.meta │ │ ├── Game Managers │ │ │ ├── CellManager.cs │ │ │ └── CellManager.cs.meta │ │ ├── GameSetting.cs │ │ ├── GameSetting.cs.meta │ │ ├── Inventory.meta │ │ ├── Inventory │ │ │ ├── IInventory.cs │ │ │ ├── IInventory.cs.meta │ │ │ ├── Inventory.cs │ │ │ ├── Inventory.cs.meta │ │ │ ├── InventoryItem.cs │ │ │ └── InventoryItem.cs.meta │ │ ├── Items.meta │ │ ├── Items │ │ │ ├── ApparatusType.cs │ │ │ ├── ApparatusType.cs.meta │ │ │ ├── ApparelRecordPiece.cs │ │ │ ├── ApparelRecordPiece.cs.meta │ │ │ ├── ArmorPart.cs │ │ │ ├── ArmorPart.cs.meta │ │ │ ├── ArmorType.cs │ │ │ ├── ArmorType.cs.meta │ │ │ ├── ClothingType.cs │ │ │ ├── ClothingType.cs.meta │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ │ ├── Alchemy.cs │ │ │ │ ├── Alchemy.cs.meta │ │ │ │ ├── Apparatus.cs │ │ │ │ ├── Apparatus.cs.meta │ │ │ │ ├── Armor.cs │ │ │ │ ├── Armor.cs.meta │ │ │ │ ├── Book.cs │ │ │ │ ├── Book.cs.meta │ │ │ │ ├── Clothing.cs │ │ │ │ ├── Clothing.cs.meta │ │ │ │ ├── Ingredient.cs │ │ │ │ ├── Ingredient.cs.meta │ │ │ │ ├── Item.cs │ │ │ │ ├── Item.cs.meta │ │ │ │ ├── LightItem.cs │ │ │ │ ├── LightItem.cs.meta │ │ │ │ ├── Lockpick.cs │ │ │ │ ├── Lockpick.cs.meta │ │ │ │ ├── MiscItem.cs │ │ │ │ ├── MiscItem.cs.meta │ │ │ │ ├── Probe.cs │ │ │ │ ├── Probe.cs.meta │ │ │ │ ├── RepairItem.cs │ │ │ │ ├── RepairItem.cs.meta │ │ │ │ ├── Weapon.cs │ │ │ │ └── Weapon.cs.meta │ │ │ ├── EquipmentSlot.cs │ │ │ ├── EquipmentSlot.cs.meta │ │ │ ├── IEquippable.cs │ │ │ ├── IEquippable.cs.meta │ │ │ ├── LightFlicker.cs │ │ │ ├── LightFlicker.cs.meta │ │ │ ├── Records.meta │ │ │ ├── Records │ │ │ │ ├── AlchemyRecord.cs │ │ │ │ ├── AlchemyRecord.cs.meta │ │ │ │ ├── ApparatusRecord.cs │ │ │ │ ├── ApparatusRecord.cs.meta │ │ │ │ ├── ArmorRecord.cs │ │ │ │ ├── ArmorRecord.cs.meta │ │ │ │ ├── BookFlags.cs │ │ │ │ ├── BookFlags.cs.meta │ │ │ │ ├── BookRecord.cs │ │ │ │ ├── BookRecord.cs.meta │ │ │ │ ├── ClothingRecord.cs │ │ │ │ ├── ClothingRecord.cs.meta │ │ │ │ ├── IngredientRecord.cs │ │ │ │ ├── IngredientRecord.cs.meta │ │ │ │ ├── ItemRecord.cs │ │ │ │ ├── ItemRecord.cs.meta │ │ │ │ ├── LeveledItemFlags.cs │ │ │ │ ├── LeveledItemFlags.cs.meta │ │ │ │ ├── LeveledItemRecord.cs │ │ │ │ ├── LeveledItemRecord.cs.meta │ │ │ │ ├── LightFlags.cs │ │ │ │ ├── LightFlags.cs.meta │ │ │ │ ├── LightRecord.cs │ │ │ │ ├── LightRecord.cs.meta │ │ │ │ ├── LockpickRecord.cs │ │ │ │ ├── LockpickRecord.cs.meta │ │ │ │ ├── MiscItemRecord.cs │ │ │ │ ├── MiscItemRecord.cs.meta │ │ │ │ ├── ProbeRecord.cs │ │ │ │ ├── ProbeRecord.cs.meta │ │ │ │ ├── Record Data.meta │ │ │ │ ├── Record Data │ │ │ │ │ ├── AlchemyRecordData.cs │ │ │ │ │ ├── AlchemyRecordData.cs.meta │ │ │ │ │ ├── ApparatusRecordData.cs │ │ │ │ │ ├── ApparatusRecordData.cs.meta │ │ │ │ │ ├── ArmorRecordData.cs │ │ │ │ │ ├── ArmorRecordData.cs.meta │ │ │ │ │ ├── BookRecordData.cs │ │ │ │ │ ├── BookRecordData.cs.meta │ │ │ │ │ ├── ClothingRecordData.cs │ │ │ │ │ ├── ClothingRecordData.cs.meta │ │ │ │ │ ├── IngredientRecordData.cs │ │ │ │ │ ├── IngredientRecordData.cs.meta │ │ │ │ │ ├── ItemRecordData.cs │ │ │ │ │ ├── ItemRecordData.cs.meta │ │ │ │ │ ├── LeveledItemRecordData.cs │ │ │ │ │ ├── LeveledItemRecordData.cs.meta │ │ │ │ │ ├── LightRecordData.cs │ │ │ │ │ ├── LightRecordData.cs.meta │ │ │ │ │ ├── LockpickRecordData.cs │ │ │ │ │ ├── LockpickRecordData.cs.meta │ │ │ │ │ ├── MiscItemData.cs │ │ │ │ │ ├── MiscItemData.cs.meta │ │ │ │ │ ├── ProbeRecordData.cs │ │ │ │ │ ├── ProbeRecordData.cs.meta │ │ │ │ │ ├── RepairItemRecordData.cs │ │ │ │ │ ├── RepairItemRecordData.cs.meta │ │ │ │ │ ├── WeaponRecordData.cs │ │ │ │ │ └── WeaponRecordData.cs.meta │ │ │ │ ├── RepairItemRecord.cs │ │ │ │ ├── RepairItemRecord.cs.meta │ │ │ │ ├── WeaponRecord.cs │ │ │ │ └── WeaponRecord.cs.meta │ │ │ ├── WeaponFlags.cs │ │ │ ├── WeaponFlags.cs.meta │ │ │ ├── WeaponType.cs │ │ │ └── WeaponType.cs.meta │ │ ├── LoadEsmRecord.cs │ │ ├── LoadEsmRecord.cs.meta │ │ ├── LoadEsmTerrain.cs │ │ ├── LoadEsmTerrain.cs.meta │ │ ├── Magic.meta │ │ ├── Magic │ │ │ ├── EnchantmentData.cs │ │ │ ├── EnchantmentData.cs.meta │ │ │ ├── EnchantmentEffect.cs │ │ │ ├── EnchantmentEffect.cs.meta │ │ │ ├── EnchantmentRecordData.cs │ │ │ ├── EnchantmentRecordData.cs.meta │ │ │ ├── MagicEffectData.cs │ │ │ ├── MagicEffectData.cs.meta │ │ │ ├── MagicEffectRecord.cs │ │ │ ├── MagicEffectRecord.cs.meta │ │ │ ├── MagicEffectType.cs │ │ │ ├── MagicEffectType.cs.meta │ │ │ ├── RangeType.cs │ │ │ ├── RangeType.cs.meta │ │ │ ├── SpellData.cs │ │ │ ├── SpellData.cs.meta │ │ │ ├── SpellFlags.cs │ │ │ ├── SpellFlags.cs.meta │ │ │ ├── SpellRecord.cs │ │ │ ├── SpellRecord.cs.meta │ │ │ ├── SpellType.cs │ │ │ └── SpellType.cs.meta │ │ ├── OwnerData.cs │ │ ├── OwnerData.cs.meta │ │ ├── RandomManager.cs │ │ ├── RandomManager.cs.meta │ │ ├── Record.meta │ │ ├── Record │ │ │ ├── Record.cs │ │ │ └── Record.cs.meta │ │ ├── Terrain.meta │ │ ├── Terrain │ │ │ ├── CellData.cs │ │ │ ├── CellData.cs.meta │ │ │ ├── CellFlags.cs │ │ │ ├── CellFlags.cs.meta │ │ │ ├── CellRecord.cs │ │ │ ├── CellRecord.cs.meta │ │ │ ├── Pathgrid.cs │ │ │ ├── Pathgrid.cs.meta │ │ │ ├── PathgridPoint.cs │ │ │ ├── PathgridPoint.cs.meta │ │ │ ├── Terrain.meta │ │ │ └── Terrain │ │ │ │ ├── ColorData.cs │ │ │ │ ├── ColorData.cs.meta │ │ │ │ ├── HeightData.cs │ │ │ │ ├── HeightData.cs.meta │ │ │ │ ├── LandFlags.cs │ │ │ │ ├── LandFlags.cs.meta │ │ │ │ ├── LandRecord.cs │ │ │ │ ├── LandRecord.cs.meta │ │ │ │ ├── LandTextureRecord.cs │ │ │ │ ├── LandTextureRecord.cs.meta │ │ │ │ ├── NormalData.cs │ │ │ │ ├── NormalData.cs.meta │ │ │ │ ├── TerrainFactory.cs │ │ │ │ ├── TerrainFactory.cs.meta │ │ │ │ ├── TextureData.cs │ │ │ │ ├── TextureData.cs.meta │ │ │ │ ├── WnamData.cs │ │ │ │ └── WnamData.cs.meta │ │ ├── TravelDestination.cs │ │ ├── TravelDestination.cs.meta │ │ ├── UI.meta │ │ ├── UI │ │ │ ├── CharacterMenuUI.cs │ │ │ ├── CharacterMenuUI.cs.meta │ │ │ ├── ChargeUI.cs │ │ │ ├── ChargeUI.cs.meta │ │ │ ├── ContainerContentsUI.cs │ │ │ ├── ContainerContentsUI.cs.meta │ │ │ ├── DialogTopicUI.cs │ │ │ ├── DialogTopicUI.cs.meta │ │ │ ├── DialogView.cs │ │ │ ├── DialogView.cs.meta │ │ │ ├── EffectIconUI.cs │ │ │ ├── EffectIconUI.cs.meta │ │ │ ├── IDialogView.cs │ │ │ ├── IDialogView.cs.meta │ │ │ ├── InfoPanel.cs │ │ │ ├── InfoPanel.cs.meta │ │ │ ├── InlineTitleInfoUI.cs │ │ │ ├── InlineTitleInfoUI.cs.meta │ │ │ ├── InventoryPanelUI.cs │ │ │ ├── InventoryPanelUI.cs.meta │ │ │ ├── InventoryUI.cs │ │ │ ├── InventoryUI.cs.meta │ │ │ ├── ListPanelUI.cs │ │ │ ├── ListPanelUI.cs.meta │ │ │ ├── ListUIOption.cs │ │ │ ├── ListUIOption.cs.meta │ │ │ ├── LoadUIImage.cs │ │ │ ├── LoadUIImage.cs.meta │ │ │ ├── PauseGameUI.cs │ │ │ ├── PauseGameUI.cs.meta │ │ │ ├── UIButton.cs │ │ │ ├── UIButton.cs.meta │ │ │ ├── UIButtonClick.cs │ │ │ ├── UIButtonClick.cs.meta │ │ │ ├── UIManager.cs │ │ │ ├── UIManager.cs.meta │ │ │ ├── UITextPrefab.cs │ │ │ ├── UITextPrefab.cs.meta │ │ │ ├── UITitleInfoPair.cs │ │ │ └── UITitleInfoPair.cs.meta │ │ ├── Weather.meta │ │ ├── Weather │ │ │ ├── AmbientData.cs │ │ │ ├── AmbientData.cs.meta │ │ │ ├── Clouds.cs │ │ │ ├── Clouds.cs.meta │ │ │ ├── DayPhase.cs │ │ │ ├── DayPhase.cs.meta │ │ │ ├── Projection.cs │ │ │ ├── Projection.cs.meta │ │ │ ├── Rain.cs │ │ │ ├── Rain.cs.meta │ │ │ ├── RainWeatherSettings.cs │ │ │ ├── RainWeatherSettings.cs.meta │ │ │ ├── Raindrop.cs │ │ │ ├── Raindrop.cs.meta │ │ │ ├── Region.cs │ │ │ ├── Region.cs.meta │ │ │ ├── SkyboxCamera.cs │ │ │ ├── SkyboxCamera.cs.meta │ │ │ ├── SoundName.cs │ │ │ ├── SoundName.cs.meta │ │ │ ├── Water.cs │ │ │ ├── Water.cs.meta │ │ │ ├── WeatherData.cs │ │ │ ├── WeatherData.cs.meta │ │ │ ├── WeatherManager.cs │ │ │ ├── WeatherManager.cs.meta │ │ │ ├── WeatherSettings.cs │ │ │ ├── WeatherSettings.cs.meta │ │ │ ├── WeatherType.cs │ │ │ └── WeatherType.cs.meta │ │ ├── World Objects.meta │ │ └── World Objects │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ ├── Activator.cs │ │ │ ├── Activator.cs.meta │ │ │ ├── Container.cs │ │ │ ├── Container.cs.meta │ │ │ ├── Door.cs │ │ │ ├── Door.cs.meta │ │ │ ├── Enchantment.cs │ │ │ ├── Enchantment.cs.meta │ │ │ ├── RecordBehaviour.cs │ │ │ └── RecordBehaviour.cs.meta │ │ │ ├── ContainerFlags.cs │ │ │ ├── ContainerFlags.cs.meta │ │ │ ├── ContainerRecordData.cs │ │ │ ├── ContainerRecordData.cs.meta │ │ │ ├── IActivatable.cs │ │ │ ├── IActivatable.cs.meta │ │ │ ├── ILockable.cs │ │ │ ├── ILockable.cs.meta │ │ │ ├── LightAnim.cs │ │ │ ├── LightAnim.cs.meta │ │ │ ├── Records.meta │ │ │ ├── Records │ │ │ ├── ActivatorRecord.cs │ │ │ ├── ActivatorRecord.cs.meta │ │ │ ├── ContainerRecord.cs │ │ │ ├── ContainerRecord.cs.meta │ │ │ ├── CreatableRecord.cs │ │ │ ├── CreatableRecord.cs.meta │ │ │ ├── DoorRecord.cs │ │ │ ├── DoorRecord.cs.meta │ │ │ ├── IInventoryRecord.cs │ │ │ ├── IInventoryRecord.cs.meta │ │ │ ├── LockData.cs │ │ │ ├── LockData.cs.meta │ │ │ ├── StaticRecord.cs │ │ │ └── StaticRecord.cs.meta │ │ │ ├── ReferenceData.cs │ │ │ ├── ReferenceData.cs.meta │ │ │ ├── TransformData.cs │ │ │ └── TransformData.cs.meta │ ├── FadeGraphicOnAwake.cs │ ├── FadeGraphicOnAwake.cs.meta │ ├── Record.meta │ ├── Record │ │ ├── Record.asmdef │ │ ├── Record.asmdef.meta │ │ ├── RecordFlags.cs │ │ ├── RecordFlags.cs.meta │ │ ├── RecordHeader.cs │ │ ├── RecordHeader.cs.meta │ │ ├── RecordType.cs │ │ ├── RecordType.cs.meta │ │ ├── SubRecordType.cs │ │ └── SubRecordType.cs.meta │ ├── Singleton.meta │ ├── Singleton │ │ ├── IniManager.cs │ │ ├── IniManager.cs.meta │ │ ├── MaterialManager.cs │ │ ├── MaterialManager.cs.meta │ │ ├── Singleton.asmdef │ │ ├── Singleton.asmdef.meta │ │ ├── Singleton.cs │ │ └── Singleton.cs.meta │ ├── Utilities.meta │ └── Utilities │ │ ├── BinaryReaderExtensions.cs │ │ ├── BinaryReaderExtensions.cs.meta │ │ ├── EnumFlagsAttribute.cs │ │ ├── EnumFlagsAttribute.cs.meta │ │ ├── RangeVariableAttribute.cs │ │ ├── RangeVariableAttribute.cs.meta │ │ ├── RepeatAttribute.cs │ │ ├── RepeatAttribute.cs.meta │ │ ├── Utilities.asmdef │ │ └── Utilities.asmdef.meta ├── Shaders.meta ├── Shaders │ ├── Box Blur.shader │ ├── Box Blur.shader.meta │ ├── Cloudy Sky.shader │ ├── Cloudy Sky.shader.meta │ ├── Gaussian Blur.shader │ ├── Gaussian Blur.shader.meta │ ├── Morrowind Diffuse.shader │ ├── Morrowind Diffuse.shader.meta │ ├── Morrowind Night Sky.shader │ ├── Morrowind Night Sky.shader.meta │ ├── Morrowind Sky.shader │ ├── Morrowind Sky.shader.meta │ ├── Morrowind Terrain.shader │ ├── Morrowind Terrain.shader.meta │ ├── Morrowind Water.shader │ ├── Morrowind Water.shader.meta │ ├── MorrowindDiffuseAdd.cginc │ ├── MorrowindDiffuseAdd.cginc.meta │ ├── MorrowindDiffuseBase.cginc │ ├── MorrowindDiffuseBase.cginc.meta │ ├── MorrowindDiffuseVertex.cginc │ ├── MorrowindDiffuseVertex.cginc.meta │ ├── MorrowindShadow.cginc │ ├── MorrowindShadow.cginc.meta │ ├── MorrowindTerrainAdd.cginc │ ├── MorrowindTerrainAdd.cginc.meta │ ├── MorrowindTerrainBase.cginc │ ├── MorrowindTerrainBase.cginc.meta │ ├── MorrowindTerrainVertex.cginc │ └── MorrowindTerrainVertex.cginc.meta ├── Standard Assets.meta ├── Standard Assets │ ├── Effects.meta │ └── Effects │ │ ├── LightFlares.meta │ │ └── LightFlares │ │ ├── Flares.meta │ │ ├── Flares │ │ ├── 50mmZoom.flare │ │ ├── 50mmZoom.flare.meta │ │ ├── FlareSmall.flare │ │ ├── FlareSmall.flare.meta │ │ ├── Sun.flare │ │ └── Sun.flare.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── Flare50mm.mat │ │ └── Flare50mm.mat.meta │ │ ├── Textures.meta │ │ └── Textures │ │ ├── Flare50mm.psd │ │ ├── Flare50mm.psd.meta │ │ ├── FlareStar.psd │ │ └── FlareStar.psd.meta ├── World.unity └── World.unity.meta ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset ├── README.md └── shadertoolsconfig.json /Assets/Animation States.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f21f8fbcbe7d23049812db72ed40f747 3 | folderAsset: yes 4 | timeCreated: 1521542789 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c91e9c8debbd0343943d623c88490e8 3 | folderAsset: yes 4 | timeCreated: 1525280709 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Equip.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e53b35dc75b6edb4bbf559f203c88991 3 | timeCreated: 1521548642 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/HandToHandAttack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 778721aff44bd0345929f468dc2a052d 3 | timeCreated: 1521585031 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/HandToHandChop.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e015935e3c705d94b9a337ed1af66c51 3 | timeCreated: 1521585916 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/HandToHandSlash.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83d896a53633578479d70294dfa8c2e7 3 | timeCreated: 1521585916 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/HandToHandThrust.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfb45a80c52746c4eb1c4985135ccf4a 3 | timeCreated: 1521585916 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Idle.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27dbaeae835257546b3f0da0efe26bf0 3 | timeCreated: 1520336747 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Idle1h.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40655781a6c04eb49b112d8f999252b5 3 | timeCreated: 1521548642 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Idlehh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 860864f50cb87044e8de1635a4ce5ffd 3 | timeCreated: 1521548642 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Jump.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21d6d9f4c43152d4c801548a11833582 3 | timeCreated: 1521544847 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Run.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 502bba49e6c57424ba66a4db14b006cb 3 | timeCreated: 1521542820 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Runhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb48768331ea4ff4aa6c8bffcb390dd4 3 | timeCreated: 1521542820 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Sneak.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5479a4ae5129df64f9d347233df60260 3 | timeCreated: 1521542820 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Unequip.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d7f11e8de99d4d4a927e8a0a599062f 3 | timeCreated: 1521548642 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Walk.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ae76ae6a7d20174fb5055f3b21cf7e5 3 | timeCreated: 1521542820 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Combined/Walkhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5c7a81af4ea123408226dd77e34cd14 3 | timeCreated: 1521542820 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9031935467ac3844ba2d29b8d116ff3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandChop.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7d0e495894a46b468ee4b50d42b40ec 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandChopLarge Follow.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c407622243916428e07fb701d4189e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandChopMedium Follow.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a9a23740f279fb4bae051285b08adfe 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandChopSmall Follow.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13071cad193c2ac489d2471042b80932 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandEquip.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92c3885a0bef3a54f8bd890c1bfbcae2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandSlash.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8856c559170ff24409e8b7ebd8bc4824 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandThrust.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98d8080b08fdd2a42a7532a5e1921cc5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/HandToHandUnequip.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7118806519db26547a7bba12209d1587 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/IdleSneakhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae1908636c9b7c74bb5f4e349cf08ec3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/Idlehh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa4bb8a94b4596043afc335d73c0c0fb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/Jumphh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d96b226cfd30b134d99fef01af4d3fe7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/RunBackhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a8d633f0d52ea44fbe5110c9057a0b7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/RunForwardhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd43a3ec9146e854a8e1b8bf638b7976 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/RunLefthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e3a148777d17954daf6898ec1df3575 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/RunRighthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64cdfeb056121cf4a92f4b64a6bdff90 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/SneakBackhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e357180b3a7af1f4bbe0d3cf969b4f8c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/SneakForwardhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 691de5045e66f914f9d696c9bd1151a9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/SneakLefthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8366e11d0aff0c4198db402170860f1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/SneakRighthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5348239b3ae45284eb7cac2dd8da3f6b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/WalkBackhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7aabeb0dfe25d04bb6e6f96392f85f2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/WalkForwardhh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc332391f27e7ee4fae4994ce4b4f528 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/WalkLefthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b992c5f422a855a408e65edf5addd786 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/HandToHand/WalkRighthh.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ea9ef3466a6bb24fa08d02e1f1ceca8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 556d9d8a752f5e44aa919f0f39cc0c0a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/Idle2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e387f3034fee3d45b40973e26ed5abc 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/IdleSneak.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffb9d2733eca8b246933eab8ba59441b 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/Jump.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7c9e812068442e449512ccf09921581 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/RunBack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6edc871919e8d574c85b3b1373b4ffa7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/RunForward.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56de1db905e45dc42ad98098da21d54d 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/RunLeft.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f043064351285747b683f9980e74c65 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/RunRight.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7b8f0f6c0dec29499e4d0288f39bb0a 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/SneakBack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22efe92dc04cdcc44b43cd21dd7efa43 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/SneakForward.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b70e37961f994f64ab3cc52075e5d7dd 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/SneakLeft.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63c85d6da6d1ebf4f8c84b92dd4a44ff 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/SneakRight.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407676b90d7846b4299d88d269357ffc 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/TurnLeft.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9736b61a31b3e094e87f3d0e9502da40 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/TurnRight.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f71c91558fe0b94e8b345ec181a1c2d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/WalkBack.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5a9df0317457f045bb3a965e2e973a9 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/WalkForward.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40824890b3b6e324585c9cb5089d82e5 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/WalkLeft.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91e65967290b1e647989597b24db12e8 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/Unequipped/WalkRight.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35e934eef475ea349bb86d91df9e099e 3 | timeCreated: 1525280735 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Animation States/WeaponOneHandEquip.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38f435aa43f0cf84ea3c6f661c3220a3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86a3c1c98af63fa438f9efc791ae895f 3 | folderAsset: yes 4 | timeCreated: 1497775162 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Fonts/Kingthings Exeter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/Kingthings Exeter.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Kingthings Petrock light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/Kingthings Petrock light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Kingthings Petrock.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/Kingthings Petrock.ttf -------------------------------------------------------------------------------- /Assets/Fonts/MorrisRomanBlack.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/MorrisRomanBlack.ttf -------------------------------------------------------------------------------- /Assets/Fonts/MorrisRomanBlackAlt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/MorrisRomanBlackAlt.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Planewalker.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/Planewalker.ttf -------------------------------------------------------------------------------- /Assets/Fonts/oblivion-font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Fonts/oblivion-font.ttf -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f24106d45c67a5f4e8d71683438e64e8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials/Blur.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5b0b116eddc01e4b8661b43d8b56854 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials/Ripple.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78ed37630cb17624cbd93ca8bd5af68b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials/Sky.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb84a56fef4a86a49916709e16db0773 3 | timeCreated: 1523185801 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Materials/Water.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac1a81357ff3abd4fa3685c1825666af 3 | timeCreated: 1519896123 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/New Animator Controller.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32833954b7b621842b5a84addbff7567 3 | timeCreated: 1525275594 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 9100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7522120467c652443a2f84732582ab0c 3 | folderAsset: yes 4 | timeCreated: 1491896460 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/BSA.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f35edbd124f38b64e811e7dcd1d5ff69 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/BSA/Bsa.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bsa", 3 | "references": [ 4 | "Dds" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false 10 | } -------------------------------------------------------------------------------- /Assets/Plugins/BSA/Bsa.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c7e7a0308f12364293e9aca58272b69 3 | timeCreated: 1518081441 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/BSA/BsaFileReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6467365eeb317994fabc3a5b6f8793ce 3 | timeCreated: 1514900084 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: -400 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Plugins/BufferReader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bac63df6c7afc7544ade838f51ad9c89 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/BufferReader/BufferReader.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BufferReader", 3 | "references": [], 4 | "optionalUnityReferences": [], 5 | "includePlatforms": [], 6 | "excludePlatforms": [], 7 | "allowUnsafeCode": true 8 | } -------------------------------------------------------------------------------- /Assets/Plugins/BufferReader/BufferReader.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71cfde49592391c47bc93f29c2c66e2a 3 | timeCreated: 1518081446 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/BufferReader/BufferReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fbb4de134bba284880bb79e5f3c693d 3 | timeCreated: 1496233936 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/DDS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b72d5e6620c2324aa29f8c22caa4b0e 3 | folderAsset: yes 4 | timeCreated: 1493582525 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/DDS/DDSImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 063d9d0d65b93994e9b3f24cd13eb3a3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Plugins/DDS/Dds.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dds" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Plugins/DDS/Dds.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5034dcefa5cb1dc4ea539e5335183aa1 3 | timeCreated: 1518081434 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Plugins/NAudio.dll -------------------------------------------------------------------------------- /Assets/Plugins/Nif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 348f5f0a1cb01724baf2fe4410e68fd8 3 | folderAsset: yes 4 | timeCreated: 1479876768 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03ea281e8524a304191cfef890fc697e 3 | folderAsset: yes 4 | timeCreated: 1492357232 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Blend Shapes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1b426523b2720a44920677e35663f64 3 | folderAsset: yes 4 | timeCreated: 1500386705 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Blend Shapes/NiGeomMorpherControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d010250c335b9034183827a8f72e9ac3 3 | timeCreated: 1497860054 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Blend Shapes/NiMorphData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bf15838488ccfd44a9fb930280a09e4 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/ClipInfo.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Nif 4 | { 5 | public class ClipInfo 6 | { 7 | public AnimationClip clip; 8 | public float Start; 9 | public float LoopStart; 10 | public float LoopStop; 11 | public float Stop; 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/ClipInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34d0b747bb213c44e9787817a4a312f9 3 | timeCreated: 1510592390 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a38d2da2cb139c8419dbc25e18527f9b 3 | folderAsset: yes 4 | timeCreated: 1500386705 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/KeyType.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | enum KeyType 4 | { 5 | None, 6 | Linear, 7 | Quadratic, 8 | Tbc, 9 | EulerAngles, 10 | Constant 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/KeyType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdca027b22ad4324691d2a200116578b 3 | timeCreated: 1479912806 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/NiByteKeyframeGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bf5ad0a2a5bc9a4986c77dfeeb363f9 3 | timeCreated: 1500403456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/NiFloatKeyframeGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd1dcba66c9ce894bb68bd40febf9043 3 | timeCreated: 1499793860 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/NiKeyframe.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8f68bcebdac16e42a1486745ce3f266 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Keyframe Groups/NiKeyframeGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39275a3ea6587494e83319c3a3dbbf26 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/NiBSAnimationNode.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | using System.IO; 4 | 5 | class NiBSAnimationNode : NiNode 6 | { 7 | public NiBSAnimationNode(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/NiBSAnimationNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb705d0a8382bf3418de879d2150350f 3 | timeCreated: 1490081442 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/NiKeyframeController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1969481386c1b314aba59b4d57447254 3 | timeCreated: 1490081438 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/NiKeyframeData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 122393bd86f772f42b3406545397f6f4 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/NiTextKeyExtraData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ae958a9de12d8d42a6bba979ca63a48 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Skinned Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e97326aea994634382593d4e83e39a0 3 | folderAsset: yes 4 | timeCreated: 1500401627 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Skinned Meshes/NiSkinData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6da1c7ab7c3f5cc4bb30627ffe7ec55c 3 | timeCreated: 1500028449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Skinned Meshes/NiSkinInstance.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a0a378964b3baa46a129b610209454a 3 | timeCreated: 1491412910 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/StringKey.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | public class StringKey 4 | { 5 | public float time; 6 | public string value; 7 | 8 | public StringKey(System.IO.BinaryReader reader) 9 | { 10 | time = reader.ReadSingle(); 11 | value = reader.ReadLengthPrefixedString(); 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/StringKey.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f21134411b1b0bb448424919db48bed4 3 | timeCreated: 1510592390 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/UV Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be937fa3aae50574b9084306bc85d738 3 | folderAsset: yes 4 | timeCreated: 1500403456 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/UV Data/NiUVController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb76ce56e07ca84429766a727846f7a9 3 | timeCreated: 1500403456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/UV Data/NiUVData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87c590b4ac13c5f4d99b8abb5c617d8a 3 | timeCreated: 1500403456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Visibility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d168dd463ebbd846becc31b62ada381 3 | folderAsset: yes 4 | timeCreated: 1500403456 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Visibility/NiVisController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba2b0d2330faf114baf381cc33c659eb 3 | timeCreated: 1500403456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Animation/Visibility/NiVisData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9dbeac0c9fba704eb4f8aeceb29eb64 3 | timeCreated: 1500403456 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/AvoidNode.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | using System.IO; 4 | 5 | class AvoidNode : NiNode 6 | { 7 | public AvoidNode(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/AvoidNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4102ab33a9802949acd604cf8fa5882 3 | timeCreated: 1492357370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b7d2a721fa4cee4b87ddaf86fdb80ce 3 | folderAsset: yes 4 | timeCreated: 1491412909 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiAlphaController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9f9dc4ad6c669543bb05eb0d2ba8ec6 3 | timeCreated: 1490081441 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiBoolInterpController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | 4 | namespace Nif 5 | { 6 | [Serializable] 7 | abstract class NiBoolInterpController : NiSingleInterpController 8 | { 9 | public NiBoolInterpController(NiFile niFile) : base(niFile) 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiBoolInterpController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9dc880800c35044ca87effd284f0ce1 3 | timeCreated: 1490081442 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiFloatInterpController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | 4 | namespace Nif 5 | { 6 | [Serializable] 7 | abstract class NiFloatInterpController : NiSingleInterpController 8 | { 9 | public NiFloatInterpController(NiFile niFile) : base(niFile) 10 | { 11 | 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiFloatInterpController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b69eb37eab369084b98742aa1dee438f 3 | timeCreated: 1490081441 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiInterpController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | 4 | namespace Nif 5 | { 6 | [Serializable] 7 | abstract class NiInterpController : NiTimeController 8 | { 9 | public NiInterpController(NiFile niFile) : base(niFile) 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiInterpController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 168dac596ca4ea640840c6fff4e87a75 3 | timeCreated: 1490081438 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiSingleInterpController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | 4 | namespace Nif 5 | { 6 | [Serializable] 7 | abstract class NiSingleInterpController : NiInterpController 8 | { 9 | public NiSingleInterpController(NiFile niFile) : base(niFile) 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiSingleInterpController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22fe64d7b57c93843b3ca40777b0302d 3 | timeCreated: 1490081439 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Controllers/NiTimeController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cdf82881a8deba428f94399ad419a90 3 | timeCreated: 1490818060 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cffa0285a2175e542b5dc9959a814f22 3 | folderAsset: yes 4 | timeCreated: 1491412909 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Data/NiColorData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1504f0b12f36567408d68b60c9b793cc 3 | timeCreated: 1490081438 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Data/NiExtraData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f97137375dd0c54ebd41477f842bc50 3 | timeCreated: 1490818060 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Data/NiFloatData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5834700db7ac744c8cc21e36b4056f0 3 | timeCreated: 1490818061 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Data/NiStringExtraData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6954e51d702e12408e19a279fb2151b 3 | timeCreated: 1490818062 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6cce81b08b6073419dfd3d1e5a7b215 3 | folderAsset: yes 4 | timeCreated: 1492357232 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c6d230c95258534699dfec95d1b21dc 3 | timeCreated: 1490854130 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiGeometryData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfe2b054c45a57b4ea09b34ec052d4e5 3 | timeCreated: 1491413824 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriBasedGeom.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | class NiTriBasedGeom : NiGeometry 4 | { 5 | public NiTriBasedGeom(NiFile niFile) : base(niFile) { } 6 | } 7 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriBasedGeom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23fc2d110956d034bb26c3d752e76b36 3 | timeCreated: 1492357370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriBasedGeomData.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Nif 4 | { 5 | [Serializable] 6 | abstract class NiTriBasedGeomData : NiGeometryData 7 | { 8 | protected int triangleCount; 9 | 10 | public NiTriBasedGeomData(NiFile niFile) : base(niFile) 11 | { 12 | triangleCount = niFile.Reader.ReadInt16(); 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriBasedGeomData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9c2f5aa98ffb684fb8d152a2172baa1 3 | timeCreated: 1491413824 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriShape.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace Nif 4 | { 5 | class NiTriShape : NiTriBasedGeom 6 | { 7 | public NiTriShape(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriShape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b00a7287f842e0949a556db3a93a8a4a 3 | timeCreated: 1492357370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/NiTriShapeData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64c8b9f971fe3804a98304279c6358c4 3 | timeCreated: 1491413824 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Meshes/RootCollisionNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65e7f87a76b64c944904194f65c4af53 3 | timeCreated: 1479881444 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiAVObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d092fa6aec1c67443b15a719ea05039c 3 | timeCreated: 1490081442 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiBillboardNode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | using UnityEngine; 4 | 5 | namespace Nif 6 | { 7 | class NiBillboardNode : NiObject 8 | { 9 | public NiBillboardNode(NiFile niFile) : base(niFile) 10 | { 11 | 12 | } 13 | 14 | 15 | public override void ProcessNiObject(NiObjectNet niObject) 16 | { 17 | 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiBillboardNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db8f7984f15f2d6418030b4e68e27e9b 3 | timeCreated: 1491412911 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b94185930fe74a41bf120cd4894d3ae 3 | timeCreated: 1492357370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiDynamicEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ecab6224068f8e4e9e8e82ba898330b 3 | timeCreated: 1491412910 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1c85f117387ee348a0e381201ccfe38 3 | timeCreated: 1490821891 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88049699076c2964f8519ed632d36d78 3 | timeCreated: 1492357370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98fbe87c6934bf641ba3f202502d3a05 3 | timeCreated: 1490081440 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/NiObjectNet.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a55ee0b5fa4949749bec9a39ea94e0cb 3 | timeCreated: 1490081441 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Nif.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Nif", 3 | "references": [ 4 | "BufferReader", 5 | "Bsa", 6 | "Singleton", 7 | "Utilities" 8 | ], 9 | "optionalUnityReferences": [], 10 | "includePlatforms": [], 11 | "excludePlatforms": [], 12 | "allowUnsafeCode": false 13 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Nif.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37aab79633bdc99428a3da387f83d3c5 3 | timeCreated: 1518081420 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb3aa526bdeb8e345acdf964a202eb37 3 | folderAsset: yes 4 | timeCreated: 1491412909 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiAutoNormalParticles.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | 3 | namespace Nif 4 | { 5 | class NiAutoNormalParticles : NiParticles 6 | { 7 | public NiAutoNormalParticles(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiAutoNormalParticles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe3c5041f33ff204c965acca4ee13b93 3 | timeCreated: 1490081442 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiAutoNormalParticlesData.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | using System.IO; 4 | 5 | class NiAutoNormalParticlesData : NiParticlesData 6 | { 7 | public NiAutoNormalParticlesData(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiAutoNormalParticlesData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c69b11e917a6987469c990c77b6f024d 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiBSParticleNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c13b563ed31141498f29367e536f820 3 | timeCreated: 1490081439 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiParticleSystemController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f42e2c19395a474fbcc7b90038c2314 3 | timeCreated: 1490081440 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiParticles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 943c0f19ea5613a4cb645fc1d784ba6c 3 | timeCreated: 1490081440 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiParticlesData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79414f2b0b899894e9fe2ab3cf29576b 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiRotatingParticles.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | using UnityEngine; 3 | 4 | namespace Nif 5 | { 6 | class NiRotatingParticles : NiParticles 7 | { 8 | public NiRotatingParticles(NiFile niFile) : base(niFile) { } 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiRotatingParticles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04511799057eb6c44977cb0a4176d479 3 | timeCreated: 1490081438 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/NiRotatingParticlesData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ced49a1ee84f0cc4993278c76c596779 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/Particle Modifiers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0d775a34b2b4b24191a6ef9b86b1407 3 | folderAsset: yes 4 | timeCreated: 1491412909 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/Particle Modifiers/NiGravity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 380454e2ee6198643b306807ad316b92 3 | timeCreated: 1490081439 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/Particle Modifiers/NiParticleBomb.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f39a4a4b773f604581a62f60508136a 3 | timeCreated: 1490081440 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/Particle Modifiers/NiParticleGrowFade.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8613be81a9795b248b9f757733ec19dc 3 | timeCreated: 1490818061 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Particles/Particle Modifiers/NiParticleModifier.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 766759a0cc746494fac1514e922d6a51 3 | timeCreated: 1490818060 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Ref.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d938908e7041e3c43a8a6534704ea49e 3 | timeCreated: 1494138145 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8b22aa48c7136946b759e77fdd66c16 3 | folderAsset: yes 4 | timeCreated: 1492357232 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiAlphaProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62481fa2a1ccfbe4ab422b77a23c7063 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiMaterialProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9521332ff1818684b942f2b2deaa0320 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiProperty.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | using UnityEngine; 3 | 4 | namespace Nif 5 | { 6 | abstract class NiProperty : NiObjectNet 7 | { 8 | 9 | public NiProperty(NiFile niFile) : base(niFile) 10 | { 11 | 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 847573b40fb2dce40a5e5d337c966fd9 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiSourceTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1af04e69a91fd9489646d838ae89022 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiTexture.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | 3 | namespace Nif 4 | { 5 | abstract class NiTexture : NiObjectNet 6 | { 7 | public NiTexture(NiFile niFile) : base(niFile) 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5643086fe625ad142ae39bf5e0869d0c 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiTextureEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f00810508bfb84c4caf60098170cef1b 3 | timeCreated: 1492357234 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiTexturingProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33acc0b9420b0524f8831fbb8bc25083 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiVertexColorProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92e603a58cd10c94eb8b8783914a095f 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiWireframeProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c326ee3d954d8d4b8939d266c1b2730 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/NiZBufferProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 401cecc1a61f3fb4a871304cc17adac2 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/TexClampMode.cs: -------------------------------------------------------------------------------- 1 | public enum TexClampMode : uint 2 | { 3 | CLAMP_S_CLAMP_T = 0, 4 | CLAMP_S_WRAP_T = 1, 5 | WRAP_S_CLAMP_T = 2, 6 | WRAP_S_WRAP_T = 3 7 | } 8 | 9 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/TexClampMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6012749231342974ca485594cc922827 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/TexFilterMode.cs: -------------------------------------------------------------------------------- 1 | namespace Nif 2 | { 3 | enum TexFilterMode : uint 4 | { 5 | Nearest, 6 | Bilerp, 7 | Trilerp, 8 | NearestMipNearest, 9 | NearestMipLerp, 10 | BilerpMipNearest 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Plugins/Nif/Rendering/TexFilterMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aff82bebeea9bd145b149047d5fcf0e5 3 | timeCreated: 1492357233 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Post Processing Volume Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42a7a6a8b4226054c9dbe3cecab1d78c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 351b0432c689af0459f55feaa70b82a1 3 | folderAsset: yes 4 | timeCreated: 1495742177 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/Music Player.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f01eec741ce7d5d4bbf681bf1ba729fc 3 | timeCreated: 1508766453 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Prefabs/Rain No Collision.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a942ff1648d11e479c574957c688bc4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/Rain.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb65f79ec8175ee42b7b1282bc190d74 3 | timeCreated: 1500916352 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/Ripples.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c9a3976a1e9eb147949a4622b4019d6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43a0ed470c3e46144b4493ffcf11e6c7 3 | folderAsset: yes 4 | timeCreated: 1495742180 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Borders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3ffd10fe5cadde498bc3b4b6cb52f06 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Borders/Button Frame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4d136a1c2c5ac848ae53c158fcbf6b5 3 | timeCreated: 1497805364 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Borders/Head Block.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1682ade233a3ec84898eee92fea8b5a3 3 | timeCreated: 1497805031 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Borders/Thick Border.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9174f0b50c5f0904fa52ffd2d2534454 3 | timeCreated: 1495742183 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Borders/Thin Border.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66a4bd6a0f08d44429fb31bb158e4dca 3 | timeCreated: 1495742188 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Button UI Element.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f816d710a8584c4a8b1194f6d564b40 3 | timeCreated: 1497591417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Character Menu UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 103418b1a2051ce4287371dc78eaff22 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Charge Bar.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36735b6914f7da84aa55caca595dc023 3 | timeCreated: 1513597562 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Crosshair UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2fb151713dea714c9fb7014637df049 3 | timeCreated: 1511016584 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Dialog UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b60479529ce17040b8645fee1232a27 3 | timeCreated: 1499100616 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Enchantment UI Element.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce51231d39a6c9d499628e9c43a723cb 3 | timeCreated: 1513695689 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Head Block Group.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d011dbd8568b8994e930ac20526de575 3 | timeCreated: 1517756143 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Info Panel UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c3613b94e6e28a4fb5f6353a1ab3633 3 | timeCreated: 1506421177 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Inventory Panel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f28640fc3336965448c2d7e22de50911 3 | timeCreated: 1496986648 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Journal UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 239cfbe8fdc63434e86ecf3b21a23b3c 3 | timeCreated: 1499155285 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Service UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d29de6139c334784e9d2b6a361820a5a 3 | timeCreated: 1499168191 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8bcc635e3259d74495149384d6608c6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/Dialog Choice.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49fa5bc7fdbf76c4e988dad77a45103c 3 | timeCreated: 1497591417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/Dialog Topic.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1c87084fdc85c1459e2b01a701abba2 3 | timeCreated: 1497591417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/Inline Info Description UI Element.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3893b12fdfe895946b3e05f3421cf15a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/Inline Title Info UI Element.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a3a4fa082717524f94dfb2124d4ee36 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/UI Text.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d3a9a51385628d489286b5f45ce1399 3 | timeCreated: 1497591417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/UI/Text Elements/UI Title.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b37f3ecd9dd18364eaef21eeef1857de 3 | timeCreated: 1497591417 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/Water.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39e05c24e4a896d40be4b0407b23f93f 3 | PrefabImporter: 4 | externalObjects: {} 5 | addedAssetObjects: [] 6 | isPrefabVariant: 0 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6aa257481c34d2141b1406371d6cc901 3 | folderAsset: yes 4 | timeCreated: 1493196861 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 471c2380fa6de394fb006e592203787e 3 | folderAsset: yes 4 | timeCreated: 1497796519 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/Container Contents UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1ca23a9507abf5469dbc13917071c62 3 | timeCreated: 1508168745 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Resources/UI/Inventory UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b47de46e7aba2f342997c1a0bf3bfa7e 3 | timeCreated: 1508168745 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d540b6e81cb1e1845b5b2cfe1d02e0ce 3 | folderAsset: yes 4 | timeCreated: 1461523871 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/.order: -------------------------------------------------------------------------------- 1 | Esm -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7df036f9af490a842a089d320aea312a 3 | folderAsset: yes 4 | timeCreated: 1520335905 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationExtensions.cs: -------------------------------------------------------------------------------- 1 | #pragma warning disable 0108 2 | 3 | using UnityEngine; 4 | 5 | public static class AnimationExtensions 6 | { 7 | public static void Play(this Animation animation, AnimationState state) 8 | { 9 | state.weight = 1; 10 | state.enabled = true; 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a829e6eb12a33d4498afb7aaa6521f4a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationManager.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class AnimationManager : Singleton 4 | { 5 | [SerializeField] 6 | private AnimStateBase idleState; 7 | 8 | public AnimStateBase IdleState => idleState; 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationParameters.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 666d5a44248aca94b9a7182b02c1533b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationState.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AnimationState", 3 | "references": [ 4 | "Singleton" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false 10 | } -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/AnimationState.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3226571904400e64b98457a78e23ff1a 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/CharacterAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87a0f557a71149041b69e368e79c43fd 3 | timeCreated: 1498509370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/CompareOp.cs: -------------------------------------------------------------------------------- 1 | public enum CompareOp 2 | { 3 | Equal = '0', 4 | NotEqual = '1', 5 | GreaterThan = '2', 6 | GreaterThanOrEqual = '3', 7 | LessThan = '4', 8 | LessThanOrEqual = '5' 9 | }; -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b622128ab371f04b80b90afd16e058b 3 | folderAsset: yes 4 | timeCreated: 1520337501 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/Editor/AnimationStateEditor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AnimationStateEditor", 3 | "references": [ 4 | "AnimationState" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [], 11 | "allowUnsafeCode": false 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/Editor/AnimationStateEditor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a559cd16613d6754b8ae92c19cb7b59f 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/Editor/EditorGUIExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5ffb5e2ddcb8d242af80c8377cb4a5a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/ToggleVisibilityAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class ToggleVisibilityAttribute : PropertyAttribute 4 | { 5 | public string fieldName; 6 | 7 | public ToggleVisibilityAttribute(string fieldName) 8 | { 9 | this.fieldName = fieldName; 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/AnimationState/TransitionType.cs: -------------------------------------------------------------------------------- 1 | public enum TransitionType 2 | { 3 | None, 4 | Bool, 5 | Int, 6 | Float, 7 | String, 8 | Time 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Audio.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: decd4f1349d2af548929d7b80a4e9c86 3 | folderAsset: yes 4 | timeCreated: 1519731759 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Audio/Audio.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Audio" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Scripts/Audio/Audio.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b1ac98c9e188e847af4d83ebd7c1274 3 | timeCreated: 1519731764 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Audio/MusicManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e1bccd7d4b57684682377543cf7a6e4 3 | timeCreated: 1496233935 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Audio/SoundManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 164bea6a521d2d54fa32df58540b7fab 3 | timeCreated: 1496233935 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/ButtonColorFromUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 939be790097000944a262e4d89e0e004 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03aa60462bc4dd449a2ecadbf9f40098 3 | folderAsset: yes 4 | timeCreated: 1499073038 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/BoxBlurShaderGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab544cb08b79404bbd90c4092cafe70 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Editor", 3 | "references": [ 4 | "Utilities" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [], 11 | "allowUnsafeCode": false 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Editor/Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14f114f67697ac844aefb251344e2af3 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/EnumFlagsAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bc1cb2b5679f4f4d82887e4a16ff348 3 | timeCreated: 1499073114 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/GaussianBlurShaderGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a197e47d689ae045aec4890d68500f0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/RepeatAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd53a28ae57f2de4888b7b726d239943 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm.md: -------------------------------------------------------------------------------- 1 | The scripts that load the ESM (Elder Scrolls Master) files are in this folder. -------------------------------------------------------------------------------- /Assets/Scripts/Esm.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09e3f5594ec2c9246be81d941ae59b31 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85d1dacb4fbf291449b598e080224c33 3 | folderAsset: yes 4 | timeCreated: 1519729103 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Audio.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac1a40c6d3c20024f8fcf87cd0e8e0d7 3 | folderAsset: yes 4 | timeCreated: 1496235592 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Audio/SoundGeneratorType.cs: -------------------------------------------------------------------------------- 1 | public enum SoundGeneratorType 2 | { 3 | Left, 4 | Right, 5 | SwimLeft, 6 | SwimRight, 7 | Moan, 8 | Roar, 9 | Scream, 10 | Land 11 | }; -------------------------------------------------------------------------------- /Assets/Scripts/Esm/CameraFollow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 323a55623dcbcd84d988f953f01e02ad 3 | timeCreated: 1498151135 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bee6a9e91bbe0ab4b979680ab875e1a3 3 | folderAsset: yes 4 | timeCreated: 1496233934 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/AI Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b615d999a1815d4cb464970a597abf4 3 | folderAsset: yes 4 | timeCreated: 1512475392 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/AI Data/Services.cs: -------------------------------------------------------------------------------- 1 | public enum Service 2 | { 3 | Persuasion, 4 | Barter, 5 | Spells, 6 | Training, 7 | Spellmaking, 8 | Enchanting, 9 | Repair, 10 | Travel 11 | }; -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/AI States.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39c13bdb0e002ab44b87442d911fd0d2 3 | folderAsset: yes 4 | timeCreated: 1520328931 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/AI States/NpcState.cs: -------------------------------------------------------------------------------- 1 | #pragma warning disable 0108 2 | 3 | using UnityEngine; 4 | 5 | public abstract class NpcState 6 | { 7 | public abstract void OnStateEnter(NpcInput input); 8 | 9 | public abstract void OnStateUpdate(NpcInput input); 10 | 11 | public abstract void OnStateExit(NpcInput input); 12 | } 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/AttackType.cs: -------------------------------------------------------------------------------- 1 | // Should maybe handle this with an event? 2 | public enum AttackType 3 | { 4 | None, 5 | Chop, 6 | Slash, 7 | Thrust 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Body.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55999d0034c7e574e987a3e3fcbe46ed 3 | folderAsset: yes 4 | timeCreated: 1499096748 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Body/BodyPartFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum BodyPartFlags 7 | { 8 | None, 9 | Female, 10 | NonPlayabe 11 | }; 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Body/BodyPartPiece.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum BodyPartPiece 4 | { 5 | Head, 6 | Hair, 7 | Neck, 8 | Chest, 9 | Groin, 10 | Hand, 11 | Wrist, 12 | Forearm, 13 | Upperarm, 14 | Foot, 15 | Ankle, 16 | Knee, 17 | Upperleg, 18 | Clavicle, 19 | Tail, 20 | None 21 | }; 22 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Body/BodyPartType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum BodyPartType 4 | { 5 | Skin, 6 | Clothing, 7 | Armor 8 | }; 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Body/SkinType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum SkinType 4 | { 5 | Normal, 6 | Vampire 7 | } 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/ClassData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aeeb666291d878c419a5da1433eec898 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 440d3479be9d93a469e0bd4738e17121 3 | folderAsset: yes 4 | timeCreated: 1499096757 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/Character.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5989232c7b9ae5542b02e59e62418e7b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/CharacterBody.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66135f461e6255248b1f0026243f7023 3 | timeCreated: 1498579251 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/CharacterInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24468b64b7403e54aaf4515aba86b066 3 | timeCreated: 1498509370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/CharacterInventory.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | 3 | public class CharacterInventory : Inventory 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/CharacterInventory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97236ef131107604cac51031152ddacc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/CharacterMovement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8f07c4267119eb4fadac40768980303 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Components/FactionRankReputationPair.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 951326d69d729754d824b25b5cd4cfb8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/CreatureType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum CreatureType 4 | { 5 | Creature, 6 | Daedra, 7 | Humanoid, 8 | Undead 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a63705c4d1aedb945b69b0c9c6592d2d 3 | folderAsset: yes 4 | timeCreated: 1515581953 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Data/CharacterAttribute.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum CharacterAttribute 4 | { 5 | None = -1, 6 | sAttributeStrength, 7 | sAttributeIntelligence, 8 | sAttributeWillpower, 9 | sAttributeAgility, 10 | sAttributeSpeed, 11 | sAttributeEndurance, 12 | sAttributePersonality, 13 | sAttributeLuck 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Data/NpcRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12d7d43adbc647d46bf5c643aa1a4a3a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Data/NpcRecordData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be5644f0656cb3245a60e0c0c7d0e7af 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Data/Specialization.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | enum Specialization 4 | { 5 | Combat, 6 | Magic, 7 | Stealth 8 | } 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Input.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7555811494ac34e4098cc34e1d278af3 3 | folderAsset: yes 4 | timeCreated: 1520335600 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Input/CreatureInput.cs: -------------------------------------------------------------------------------- 1 | #pragma warning disable 0108 2 | 3 | using UnityEngine; 4 | 5 | public class CreatureInput : NpcInput 6 | { 7 | public CreatureFlags CreatureFlags { get; set; } 8 | 9 | protected override void OnHit(GameObject attacker) 10 | { 11 | Target = attacker; 12 | NextState = new AttackCreatureState(); 13 | } 14 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/LoadPlayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ff90ea152ec7054f807b93803e552d8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/MovementSpeed.cs: -------------------------------------------------------------------------------- 1 | public enum MovementSpeed 2 | { 3 | None, 4 | Walk, 5 | Run, 6 | Sneak 7 | }; 8 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/NpcFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum NpcFlags 7 | { 8 | Female = 0x1, 9 | Essential = 0x2, 10 | Respawn = 0x4, 11 | Unknown = 0x8, 12 | Autocalc = 0x10, 13 | BloodSkel = 0x400, 14 | BloodMetal = 0x800 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/NpcFlags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9680d10e4e0eaa043838dac332b7b7d5 3 | timeCreated: 1506446185 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Race.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0e9307b82f2a0440a540351e871d9b6 3 | timeCreated: 1498651572 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/RaceFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum RaceFlags 7 | { 8 | Playable, 9 | BeastRace 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2bbc84a6728d7d4f8f52b04d822d90f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/BarterService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1ee0341856a1d04b8f65703438a242b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/CharacterService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ba0869471c12a48ba3d21f35093407 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/EconomyManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41b7a317a5b8ad34f8def0d35a946caf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/EnchantingService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 645d10292f9a63249866694a4d4c9d14 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/PersuasionService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0d2f84f9538abe468a2572d24223775 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/RepairService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3652b1b6786501443a51a90a22f38442 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/ServiceOption.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25870f593680e52459073482029b5555 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/SpellService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f26ee277b03166a4ab9362b3b266749c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/SpellmakingService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55ec2d3c29dc4a84581ec202df0ade13 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/TrainingService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e46552b77233814fbd1d54953989f1b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Characters/Services/TravelService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7540de59976ec8b43bca73934917612a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3de283a6e93b64e4fa86629a352e0dc6 3 | folderAsset: yes 4 | timeCreated: 1497596092 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/ArgumentType.cs: -------------------------------------------------------------------------------- 1 | public enum ArgumentType 2 | { 3 | Int, 4 | Float, 5 | String, 6 | Vector2, 7 | Vector3 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/ArgumentType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bf5d3123a0a67b4caa9be9c88d4613f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/ClickWordInTextTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c41816f3f40cf649837d5997e7a4494 3 | timeCreated: 1497803452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/DialogController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4339dd5450b0394b9cfa0802500116f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/IDialogController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f96adf7762e60df4e9146a45bc7fcd06 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Journal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe0eb9564e3ea3e4d8466d37b752d6da 3 | timeCreated: 1499070679 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/MethodArgument.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5bc480e94baf74f81443bdc0f58421 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/MethodCall.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c4b1e0bc268e3418a1a359c5624b6b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51ccba3951979bc4691ec12c52cb0ddf 3 | folderAsset: yes 4 | timeCreated: 1508919499 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/DialogType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum DialogType 4 | { 5 | Topic, 6 | Voice, 7 | Greeting, 8 | Persuasion, 9 | Journal 10 | }; 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/Gender.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum Gender : byte 7 | { 8 | None = 0xff, 9 | Male = 0x00, 10 | Female = 0x01 11 | }; 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/Gender.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dc61f35d74ff41498c8cea5f8eec096 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/PersuasionResult.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum PersuasionResult 4 | { 5 | AdmireFail, 6 | AdmireSuccess, 7 | BribeFail, 8 | BribeSuccess, 9 | InfoRefusal, 10 | IntimidateFail, 11 | IntimidateSuccess, 12 | ServiceRefusal, 13 | TauntFail, 14 | TauntSuccess 15 | }; 16 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/PersuasionResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f5bd6d0fc8a8f8408e5f3e0db247ca7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/ScriptVariable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: adbbbc0511b125b44b68d90e44d9eea1 3 | timeCreated: 1497596092 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/ScriptVariableType.cs: -------------------------------------------------------------------------------- 1 | public enum ScriptVariableType 2 | { 3 | Nothing = '0', 4 | Function = '1', 5 | Global = '2', 6 | Local = '3', 7 | Journal = '4', 8 | Item = '5', 9 | Dead = '6', 10 | NotId = '7', 11 | NotFaction = '8', 12 | NotClass = '9', 13 | NotRace = 'A', 14 | NotCell = 'B', 15 | NotLocal = 'C' 16 | }; -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/VoiceType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum VoiceType 4 | { 5 | Alarm, 6 | Attack, 7 | Flee, 8 | Hello, 9 | Hit, 10 | Idle, 11 | Intruder, 12 | Thief 13 | }; 14 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Records/VoiceType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e39076c51a472a548a4f29526054b3ca 3 | timeCreated: 1497898538 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Result Processor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bbf1d162b6cf9c418523d6207bb3e7d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Result Processor/DialogResultLexer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69c30d97d31b62d42b5dae4219021dd3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Result Processor/DialogResultParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1beb5015d71b2e545bbbd8aadc1e4c4f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Result Processor/DialogResultProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4958188ff4431fd45b9745a3697b6f06 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/Token.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da9781f914d7eab4db431f43392b93f4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/TokenKind.cs: -------------------------------------------------------------------------------- 1 | public enum TokenKind 2 | { 3 | Arrow, 4 | Comma, 5 | Comment, 6 | NewLine, 7 | Float, 8 | Identifier, 9 | Integer, 10 | Quote, 11 | WhiteSpace, 12 | String 13 | } 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Dialog/TokenKind.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26ce3df873f70c24c8476b8ef5731af0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/DoorExitData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e170a883a013ec847b13dbec1544a887 3 | timeCreated: 1514987783 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Esm.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88d01bd7a5c5b0c46a3fb1c32421ad43 3 | timeCreated: 1519729278 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/EsmFileReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0a65e924e0837849a2d419918b57821 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Faction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb485949544fa3e46b3b36455c5169d4 3 | folderAsset: yes 4 | timeCreated: 1515329414 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Faction/Faction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8bc6942bb7cc28489b4fc59c12a0b83 3 | timeCreated: 1515333817 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2de8b53d73a39ca49aef63a83f97d557 3 | folderAsset: yes 4 | timeCreated: 1509179007 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 347bfed71aaea214fb9ac8294e36fd43 3 | folderAsset: yes 4 | timeCreated: 1511874120 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/BirthSignRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bdbbdd84254c054db96633381994dba 3 | timeCreated: 1491237492 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/ClassRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abe446c1aaf59254792a14cd1c4fc985 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/EsmRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a80f494a1ff2b2048ada4e689d747408 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/GlobalType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum GlobalType 4 | { 5 | Short = 's', 6 | Long = 'l', 7 | Float = 'f' 8 | } 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/SkillRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc6b484b43a2b474b8101856a3b55499 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Records/Tes3Record.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92b664d2a7a045740a0544d6c4493c63 3 | timeCreated: 1506881575 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5daeb6b70b5364e448b3cbe445be6f8a 3 | folderAsset: yes 4 | timeCreated: 1514987782 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Data/Scripts/ScriptHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e432e8f97b60ecb4aba2c022ede9cfb6 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Managers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39e3ac9efbb38b740b1dff097f2f9a9d 3 | folderAsset: yes 4 | timeCreated: 1511883399 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Game Managers/CellManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4c14d18c5c9c0d4d80e7b28d601d5b5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/GameSetting.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb9cf9d258a94404eb68fc5c1a219fe4 3 | timeCreated: 1519736091 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Inventory.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e94bc31ffcdbf2549a68b9b97bbbb355 3 | folderAsset: yes 4 | timeCreated: 1509848841 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Inventory/IInventory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95bde55a463d97f4da429b58c83130e1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0db3e098fe70cbf4b983f8527d44e802 3 | folderAsset: yes 4 | timeCreated: 1496233934 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ApparatusType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum ApparatusType 4 | { 5 | MortarAndPestle, 6 | Alembic, 7 | Calcinator, 8 | Retort 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ArmorPart.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum ArmorPart 4 | { 5 | Helmet, 6 | Cuirass, 7 | LeftPauldron, 8 | RightPauldron, 9 | Greaves, 10 | Boots, 11 | LeftGauntlet, 12 | RightGauntlet, 13 | Shield, 14 | LeftBracer, 15 | RightBracer 16 | }; 17 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ArmorPart.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9935cf5c4a5b5346b91b8ef72a1853f 3 | timeCreated: 1517744943 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ArmorType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum ArmorType 4 | { 5 | Light, 6 | Medium, 7 | Heavy 8 | }; 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ArmorType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c384952038779bd48b13843a50419968 3 | timeCreated: 1517744943 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/ClothingType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum ClothingType 4 | { 5 | Pants, 6 | Shoes, 7 | Shirt, 8 | Belt, 9 | Robe, 10 | RightGlove, 11 | LeftGlove, 12 | Skirt, 13 | Ring, 14 | Amulet 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6d73d98d9957684d9b5a47a33f46c39 3 | folderAsset: yes 4 | timeCreated: 1517739177 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components/Alchemy.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | using UnityEngine; 3 | 4 | [SelectionBase] 5 | public class Alchemy : Item 6 | { 7 | 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components/Apparatus.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | using UnityEngine; 3 | 4 | [SelectionBase] 5 | public class Apparatus : Item 6 | { 7 | 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components/Book.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | using UnityEngine; 3 | 4 | [SelectionBase] 5 | public class Book : Item 6 | { 7 | 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components/Ingredient.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | using UnityEngine; 3 | 4 | [SelectionBase] 5 | public class Ingredient : Item 6 | { 7 | 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Components/Item.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3af22d38fbc61064b93ff08e79141e9c 3 | timeCreated: 1507022899 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/LightFlicker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7fdbbcbb3993b841be40cafc5d75333 3 | timeCreated: 1502263805 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 099689a1041959f43b2784626c3038e8 3 | folderAsset: yes 4 | timeCreated: 1517739190 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records/BookFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum BookFlags 7 | { 8 | None, 9 | Scroll 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records/LeveledItemFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum LeveledItemFlags 7 | { 8 | CalculateLessOrEqualPCLevel, 9 | CalculateForEachItem 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records/LightFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum LightFlags 7 | { 8 | Dynamic = 0x0001, 9 | CanCarry = 0x0002, 10 | Negative = 0x0004, 11 | Flicker = 0x0008, 12 | Fire = 0x0010, 13 | OffByDefault = 0x0020, 14 | FlickerSlow = 0x0040, 15 | Pulse = 0x0080, 16 | PulseSlow = 0x0100 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records/Record Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32dc17f977e4e334091268842a70e522 3 | folderAsset: yes 4 | timeCreated: 1517739236 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/Records/Record Data/LeveledItemRecordData.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public class LeveledItemRecordData : ItemRecordData 4 | { 5 | public LeveledItemFlags Flags { get; private set; } 6 | 7 | public LeveledItemRecordData(System.IO.BinaryReader reader) 8 | { 9 | Flags = (LeveledItemFlags)reader.ReadInt32(); 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/WeaponFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum WeaponFlags 7 | { 8 | None, 9 | IgnoresNormalWeaponResistance, 10 | SilverWeapon 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Items/WeaponType.cs: -------------------------------------------------------------------------------- 1 | public enum WeaponType 2 | { 3 | HandToHand = -1, 4 | ShortBladeOneHand, 5 | LongBladeOneHand, 6 | LongBladeTwoClose, 7 | BluntOneHand, 8 | BluntTwoClose, 9 | BluntTwoWide, 10 | SpearTwoWide, 11 | AxeOneHand, 12 | AxeTwoClose, 13 | MarksmanBow, 14 | MarksmanCrossbow, 15 | MarksmanThrown, 16 | Arrow, 17 | Bolt 18 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/LoadEsmRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caf0cf35f06404f40a9180e51f341600 3 | timeCreated: 1511872440 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/LoadEsmTerrain.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a987c681d7396647864497c0b58db3b 3 | timeCreated: 1511872439 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70909aaa9c8fd204dbf2a4d99ea23452 3 | folderAsset: yes 4 | timeCreated: 1514987782 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/EnchantmentData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e91215724ecb4dd44955c85a5e32ebdc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/EnchantmentEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c45aa6efa76854eb464f78349386b6 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/RangeType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum RangeType 4 | { 5 | sRangeSelf, 6 | sRangeTouch, 7 | sRangeTarget 8 | }; 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/RangeType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 832ab49392420354e9122221a0b9402c 3 | timeCreated: 1514987783 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/SpellData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f13a6c283ecd24040a54a46e61afacb7 3 | timeCreated: 1515068412 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/SpellFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum SpellFlags 7 | { 8 | AutoCalculateCost = 0x1, 9 | PcStartSpell = 0x2, 10 | AlwaysSucceeds = 0x4 11 | }; 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/SpellRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a63dc520d869e748af96e407f49903c 3 | timeCreated: 1506881575 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/SpellType.cs: -------------------------------------------------------------------------------- 1 | namespace Esm 2 | { 3 | public enum SpellType 4 | { 5 | sTypeSpell, 6 | sTypeAbility, 7 | sTypeBlightDisease, 8 | sTypeDisease, 9 | sTypeCurse, 10 | sTypePower 11 | }; 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Magic/SpellType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 505840ca099b6a847a68a1f0398a1bac 3 | timeCreated: 1515068411 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/OwnerData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31416dd974e48de4cb420ee4ab200198 3 | timeCreated: 1517741046 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/RandomManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56e654fe2441eb14b905e6e800b6fc95 3 | timeCreated: 1516782674 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Record.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27317feba0ba29a458ca60994ff31cbb 3 | folderAsset: yes 4 | timeCreated: 1519733979 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Record/Record.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a6df04116d2dc941815dc0810020604 3 | timeCreated: 1511873491 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25ff530bdb880bd49af9d14a23a9bc9a 3 | folderAsset: yes 4 | timeCreated: 1508924609 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/CellFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | [Flags] 4 | public enum CellFlags 5 | { 6 | Interior = 0x01, 7 | HasWater = 0x02, 8 | IllegalToSleepHere = 0x04, 9 | BehaveLikeExterior = 0x40 10 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/CellFlags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90e58ef7cd6e2fd45960f43006be51b6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/CellRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af6675c5b328244448be3984c216d8fb 3 | timeCreated: 1506881576 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/Pathgrid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be8e551cb6226474eb556cb560ef7a57 3 | timeCreated: 1497968180 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/PathgridPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ed35ae87ec42a049886cfeb5330c430 3 | timeCreated: 1506881575 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/Terrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d681f8fb7b30854bbc21c411e592472 3 | folderAsset: yes 4 | timeCreated: 1509621944 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/Terrain/ColorData.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class ColorData 4 | { 5 | public ColorData(System.IO.BinaryReader reader, int size) 6 | { 7 | Colors = reader.ReadColor323Array(65 * 65); 8 | } 9 | 10 | public Color32[] Colors { get; private set; } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/Terrain/LandFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | [Flags] 4 | public enum LandFlags 5 | { 6 | HasHeightMap = 0x0, 7 | HasColors = 0x1, 8 | HasTextures = 0x2 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Terrain/Terrain/WnamData.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | // Color? 9x9 grid, color palette? 4 | public class WnamData 5 | { 6 | private readonly byte[] data; 7 | 8 | public WnamData(System.IO.BinaryReader reader, int size) 9 | { 10 | data = reader.ReadBytes(size); 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/TravelDestination.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 884bcdbaa85c7c946806bcb65f7f8c49 3 | timeCreated: 1500248331 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d1e0004dea9d9b4481846c07302c26c 3 | folderAsset: yes 4 | timeCreated: 1494343303 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/CharacterMenuUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88bc45090b9eca644918155766e8da8a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/ChargeUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bb82c7d8c4f2064da03baec12b658d9 3 | timeCreated: 1514476503 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/DialogTopicUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b24475461dc223a45a3dfcc0d4667069 3 | timeCreated: 1499098451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/DialogView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56b21349acc9efd4f8a94bb6b4a61f9c 3 | timeCreated: 1499098450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/EffectIconUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5627a50200e8e94c8a6eedfa6288f33 3 | timeCreated: 1513695776 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/IDialogView.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Esm; 3 | using UnityEngine.Events; 4 | 5 | public interface IDialogView 6 | { 7 | float Disposition { set; } 8 | 9 | void AddTopic(DialogRecord topic); 10 | void DisplayChoice(string text, DialogRecord topic, int index); 11 | void DisplayInfo(string text, string title = null); 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/IDialogView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 388bd13a9dd03a44887801343ff0b7a5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/InfoPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 155994fc75001d3459b6f066eb0ecaf7 3 | timeCreated: 1494290671 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/InlineTitleInfoUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69184f26bbbdcb046a4d8e36f60f5180 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/InventoryPanelUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6c24b9fdd5591b45afe7212b00557b3 3 | timeCreated: 1496986740 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/InventoryUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36ba114e96693ca44a891c9e7a0ece9d 3 | timeCreated: 1496233935 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/ListPanelUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6a682b7d80fad94e833add9a7cf1612 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/ListUIOption.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e71d7f2ca9f4031438983a1aab6c813f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/LoadUIImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a71c905b357bb24885c5b76deb39797 3 | timeCreated: 1496233935 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/PauseGameUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f40a3e4bd3926b34693b6fce2fcdcbc7 3 | timeCreated: 1509852338 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/UIButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41ece9a845658204180cf37e5f5a5598 3 | timeCreated: 1494282637 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/UIButtonClick.cs: -------------------------------------------------------------------------------- 1 | using Esm; 2 | using UnityEngine; 3 | 4 | class UIButtonClick : MonoBehaviour 5 | { 6 | public void PlayClickSound() 7 | { 8 | var sound = Record.GetRecord("Menu Click"); 9 | sound.PlaySoundAtPoint(transform.position); 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/UIButtonClick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8110ef3adef99d4c92bef091e6ade9f 3 | timeCreated: 1497781396 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/UITextPrefab.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56ea8fc0517347346a30751cc44a5a56 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/UI/UITitleInfoPair.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab967847b17f68f48b1be59f144778c5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5c06d8cebe41044f83d43c5fa9b923b 3 | folderAsset: yes 4 | timeCreated: 1519732451 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/AmbientData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f9ec144de55465449736e3a0611f5e6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/Clouds.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8142d7365195b394f88e4feed7d89f76 3 | timeCreated: 1513591459 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/DayPhase.cs: -------------------------------------------------------------------------------- 1 | public enum TimeOfDay 2 | { 3 | None, 4 | Sunrise, 5 | Day, 6 | Sunset, 7 | Night 8 | }; -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/Projection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61f17750db8c2f24ab26702cc6333fb6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/Rain.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e7b6206dc3f98347b812a965a4a1945 3 | timeCreated: 1513591459 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/RainWeatherSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5aeb45d564943f409fcb49fe8cd7567 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/Region.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae03ab27ef0f1e44db68b797c3952bbd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/SkyboxCamera.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class SkyboxCamera : MonoBehaviour 6 | { 7 | [SerializeField] 8 | private Transform target; 9 | 10 | private void Update () 11 | { 12 | transform.rotation = target.rotation; 13 | } 14 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/SoundName.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42bd6f2c2df380948918a2468497c440 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/Water.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 142714d591ba0804880c3cd00af25e57 3 | timeCreated: 1513591459 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/WeatherData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcabc37541bbf69429189c223992ba11 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/WeatherManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b9e93c4d212933469f9f9f72c81717e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 100 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/Weather/WeatherType.cs: -------------------------------------------------------------------------------- 1 | #pragma warning disable 0108 2 | 3 | public enum WeatherType 4 | { 5 | None = -1, 6 | Clear, 7 | Cloudy, 8 | Foggy, 9 | Overcast, 10 | Rain, 11 | Thunderstorm, 12 | Ashstorm, 13 | Blight, 14 | Snow, 15 | Blizzard 16 | }; -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e541abd55afa6d41a8f42d5bd0b4d7e 3 | folderAsset: yes 4 | timeCreated: 1496235382 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Components.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a22c36e5f5fdd44ea7437f2a8b5e9ad 3 | folderAsset: yes 4 | timeCreated: 1506506712 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Components/Activator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35d86f7571bb6814c97e65abae78504f 3 | timeCreated: 1506433063 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Components/Container.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 932f6b97e1b62ea43895babc9985925e 3 | timeCreated: 1506430432 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Components/Door.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c5c3088e8edcd946baacbaf272edc88 3 | timeCreated: 1507045144 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Components/RecordBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d06269fd44a2a104f9e1dde2008efb76 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/ContainerFlags.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Esm 4 | { 5 | [Flags] 6 | public enum ContainerFlags 7 | { 8 | Organic = 0x0001, 9 | Respawns = 0x0002, 10 | Default = 0x0008 11 | } 12 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/IActivatable.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public interface IActivatable 4 | { 5 | void DisplayInfo(); 6 | void Activate(GameObject target); 7 | void CloseInfo(); 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/IActivatable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bba8e3c69141e8649aadcc264f1694d1 3 | timeCreated: 1499096959 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/ILockable.cs: -------------------------------------------------------------------------------- 1 | public interface ILockable 2 | { 3 | bool Unlock(float chance); 4 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/LightAnim.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d7d2ec65856af4488e39106e82d6655 3 | timeCreated: 1496233935 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e1fa99429ff0ee41ab81bbbea896d8b 3 | folderAsset: yes 4 | timeCreated: 1508924609 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records/ContainerRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fcaf9c02f503a0418ee9aafe44f73c4 3 | timeCreated: 1506430432 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records/DoorRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6ec76e8fccff0841aaa483e3cff6fee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records/IInventoryRecord.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Esm; 3 | 4 | public interface IInventoryRecord 5 | { 6 | IEnumerable Items { get; } 7 | } -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records/IInventoryRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b308e17ed0ad2da4887c5f83d461c235 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Esm/World Objects/Records/StaticRecord.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9145d3adc8a90bf47b265e3d01aa112f 3 | timeCreated: 1506881575 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/FadeGraphicOnAwake.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2c875b1ad336ad4daada949d78bd192 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Record.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8130398ac82de8c4c8cb99b463a93ab3 3 | folderAsset: yes 4 | timeCreated: 1519733723 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Record/Record.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Record", 3 | "references": [ 4 | "BufferReader" 5 | ], 6 | "includePlatforms": [], 7 | "excludePlatforms": [] 8 | } -------------------------------------------------------------------------------- /Assets/Scripts/Record/Record.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a89c3e6af7162f54b93631f38df4421f 3 | timeCreated: 1519733727 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Record/RecordFlags.cs: -------------------------------------------------------------------------------- 1 | public enum RecordFlags 2 | { 3 | None = 0x0000, 4 | Blocked = 0x2000, 5 | ReferencesPersist = 0x0400 6 | } -------------------------------------------------------------------------------- /Assets/Scripts/Record/RecordFlags.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec1563558c8299f43a0f70c39d3f67e6 3 | timeCreated: 1511873491 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Record/RecordHeader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71383d560ca3ec248ab0bbbe3315c268 3 | timeCreated: 1511873491 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Record/RecordType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22582e13f38a3f149847790da27ad49f 3 | timeCreated: 1495090232 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Record/SubRecordType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53d25aeb3f7e3174bbfcca137287351a 3 | timeCreated: 1495090298 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Singleton.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67b92ed72301bc04eaeac7a392c5bd8e 3 | folderAsset: yes 4 | timeCreated: 1519726911 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Scripts/Singleton/Singleton.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Singleton", 3 | "references": [], 4 | "includePlatforms": [], 5 | "excludePlatforms": [] 6 | } -------------------------------------------------------------------------------- /Assets/Scripts/Singleton/Singleton.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43667371356d3b2469dbeaf3ae34111f 3 | timeCreated: 1519726931 4 | licenseType: Free 5 | AssemblyDefinitionImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/Singleton/Singleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad11b7381b719cd49a245c617165faab 3 | timeCreated: 1511881425 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d857e9b325952c45bae6e34e1bab4a1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/BinaryReaderExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2cf44aa84e540d4887ac3d5257ded3b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/EnumFlagsAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class EnumFlagsAttribute : PropertyAttribute 4 | { 5 | public EnumFlagsAttribute() { } 6 | } 7 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/EnumFlagsAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 326620701a420724f8471052ac2eaec7 3 | timeCreated: 1499072973 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/RangeVariableAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class RangeVariableAttribute : PropertyAttribute 4 | { 5 | private readonly string name; 6 | 7 | public string Name { get { return name; } } 8 | 9 | public RangeVariableAttribute(string name) 10 | { 11 | this.name = name; 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/RepeatAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class RepeatAttribute : PropertyAttribute 4 | { 5 | public float Range { get; } 6 | 7 | public RepeatAttribute(float range) 8 | { 9 | Range = range; 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/RepeatAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 532170eaac1598b45a1d6faf74e193ca 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/Utilities.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Utilities" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities/Utilities.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93487360eaf0e314a9bee0ef7520fc38 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e01b1e7802699f41bddef711bf4df41 3 | folderAsset: yes 4 | timeCreated: 1493879561 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Shaders/Box Blur.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38f82684363d30741a48b0f4eeddf139 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Cloudy Sky.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecadcec00b53ee74ba9627c4e2868290 3 | timeCreated: 1523185734 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Shaders/Gaussian Blur.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec60623beaea4e141b8cfddfd6cbe1bc 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Morrowind Diffuse.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ccccb8a788d20845becb2c612e8b454 3 | timeCreated: 1501398241 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Morrowind Night Sky.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ed7939180316fd4fbcd718da47d8284 3 | timeCreated: 1508421773 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Shaders/Morrowind Sky.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa26dcbafeabb7b499f78fd97602cda3 3 | timeCreated: 1508421773 4 | licenseType: Free 5 | ShaderImporter: 6 | externalObjects: {} 7 | defaultTextures: [] 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Shaders/Morrowind Terrain.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec5d6386443e8304da45e32fcc7bda1e 3 | timeCreated: 1493879587 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/Morrowind Water.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d71c7ec2f6ab57747b282476d12d56bc 3 | timeCreated: 1499697816 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindDiffuseAdd.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00c474b7af87a1447a08acd304ad7aa6 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindDiffuseBase.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2aed4224ea863b46a9645bca23e6108 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindDiffuseVertex.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7136f52a6da0770469ff00acc5b0f946 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindShadow.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0352b39c23b7c0d4f8b3e260672a881f 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindTerrainAdd.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73326e4ca0151ad42b96682fc1e3a0ed 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindTerrainBase.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f7a0da9364ddc24896d6e31484ff391 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Shaders/MorrowindTerrainVertex.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e3c7cc032adfea4eb00ba38fc20fa78 3 | timeCreated: 1509030117 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Standard Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4ccd4ee11856894694bdb2fa6246f14 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 115d1f9d9bd29064ab981e57c8fc8cdf 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8cfa4746d26d4715b9f848bce1e2f14 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Flares.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e1763a5e42541841949e15a67b54589 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Flares/50mmZoom.flare.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54fbbf098d116effa00081aba8ad6659 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Flares/FlareSmall.flare.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bdb18c49d114cb4300035184241aa39 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Flares/Sun.flare.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09ebe82dbd1113c3d000dc0b8d76c639 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ca8e16c3e0ab45e69aef7738ef77d3a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Materials/Flare50mm.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6dbb96b9d112024d000e929e39e7c39 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a0517c8f07c047f2965315b8dac81aa 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Textures/Flare50mm.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Standard Assets/Effects/LightFlares/Textures/Flare50mm.psd -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/LightFlares/Textures/FlareStar.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/Assets/Standard Assets/Effects/LightFlares/Textures/FlareStar.psd -------------------------------------------------------------------------------- /Assets/World.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a8ff10dbfe696e45bca66d86c2f4347 3 | timeCreated: 1461523859 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/World.unity 10 | guid: 5a8ff10dbfe696e45bca66d86c2f4347 11 | m_configObjects: {} 12 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arycama/MorrowindUnity/0ea9c1d29e469b9f591647d592038be23432b0eb/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2022.3.10f1 2 | m_EditorVersionWithRevision: 2022.3.10f1 (ff3792e53c62) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /shadertoolsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "hlsl.preprocessorDefinitions": { 3 | "SHADER_API_D3D11": "" 4 | }, 5 | "hlsl.additionalIncludeDirectories": [ 6 | ".", 7 | "C:/Program Files/Unity/Hub/Editor/2022.3.10f1/Editor/Data/CGIncludes" 8 | ] 9 | } --------------------------------------------------------------------------------