-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
173 changed files
with
1,346 additions
and
768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"FileVersion": 3, | ||
"EngineAssociation": "{5BB5D01E-4F6B-FF9D-A5B9-84A7E4E773C2}", | ||
"Category": "", | ||
"Description": "", | ||
"Modules": [ | ||
{ | ||
"Name": "AViS", | ||
"Type": "Runtime", | ||
"LoadingPhase": "Default", | ||
"AdditionalDependencies": [ | ||
"Engine" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[UnrealEd.SimpleMap] | ||
SimpleMapName=/Game/FirstPerson/Maps/FirstPersonExampleMap | ||
|
||
[EditoronlyBP] | ||
bAllowClassAndBlueprintPinMatching=true | ||
bReplaceBlueprintWithClass= true | ||
bDontLoadBlueprintOutsideEditor= true | ||
bBlueprintIsNotBlueprintType= true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ContentBrowser] | ||
ContentBrowserTab1.SelectedPaths=/Game/FirstPerson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
[/Script/Engine.CollisionProfile] | ||
+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles",bCanModify=True) | ||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,Name="Projectile",DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False) | ||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) | ||
|
||
[/Script/EngineSettings.GameMapsSettings] | ||
EditorStartupMap=/Game/Maps/ClassRoom0.ClassRoom0 | ||
LocalMapOptions= | ||
TransitionMap=/Game/Maps/transitionMap.transitionMap | ||
bUseSplitscreen=True | ||
TwoPlayerSplitscreenLayout=Horizontal | ||
ThreePlayerSplitscreenLayout=FavorTop | ||
GameInstanceClass=/Script/AViS.AViSGameInstance | ||
GameDefaultMap=/Game/Maps/ClassRoom0.ClassRoom0 | ||
ServerDefaultMap=/Game/Maps/ClassRoom0.ClassRoom0 | ||
GlobalDefaultGameMode=/Script/AViS.AViSGameMode | ||
GlobalDefaultServerGameMode=None | ||
|
||
[/Script/IOSRuntimeSettings.IOSRuntimeSettings] | ||
MinimumiOSVersion=IOS_10 | ||
|
||
|
||
[/Script/Engine.Engine] | ||
+ActiveGameNameRedirects=(OldGameName="TP_FirstPerson",NewGameName="/Script/AViS") | ||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPerson",NewGameName="/Script/AViS") | ||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonProjectile",NewClassName="AViSProjectile") | ||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonHUD",NewClassName="AViSHUD") | ||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="AViSGameMode") | ||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="AViSCharacter") | ||
|
||
[/Script/HardwareTargeting.HardwareTargetingSettings] | ||
TargetedHardwareClass=Desktop | ||
AppliedTargetedHardwareClass=Desktop | ||
DefaultGraphicsPerformance=Maximum | ||
AppliedDefaultGraphicsPerformance=Maximum | ||
|
||
[/Script/LinuxTargetPlatform.LinuxTargetSettings] | ||
TargetArchitecture=X86_64UnknownLinuxGnu | ||
|
||
[HTTP] | ||
HttpTimeout=300 | ||
HttpConnectionTimeout=-1 | ||
HttpReceiveTimeout=-1 | ||
HttpSendTimeout=-1 | ||
HttpMaxConnectionsPerServer=16 | ||
bEnableHttp=true | ||
bUseNullHttp=false | ||
HttpDelayTime=0 | ||
|
||
[/Script/Engine.PhysicsSettings] | ||
DefaultGravityZ=-980.000000 | ||
DefaultTerminalVelocity=4000.000000 | ||
DefaultFluidFriction=0.300000 | ||
SimulateScratchMemorySize=262144 | ||
RagdollAggregateThreshold=4 | ||
TriangleMeshTriangleMinAreaThreshold=5.000000 | ||
bEnableShapeSharing=False | ||
bEnablePCM=True | ||
bEnableStabilization=False | ||
bWarnMissingLocks=True | ||
bEnable2DPhysics=False | ||
PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000) | ||
LockedAxis=Invalid | ||
DefaultDegreesOfFreedom=Full3D | ||
BounceThresholdVelocity=200.000000 | ||
FrictionCombineMode=Average | ||
RestitutionCombineMode=Average | ||
MaxAngularVelocity=3600.000000 | ||
MaxDepenetrationVelocity=0.000000 | ||
ContactOffsetMultiplier=0.020000 | ||
MinContactOffset=2.000000 | ||
MaxContactOffset=8.000000 | ||
bSimulateSkeletalMeshOnDedicatedServer=True | ||
DefaultShapeComplexity=CTF_UseSimpleAndComplex | ||
bDefaultHasComplexCollision=True | ||
bSuppressFaceRemapTable=False | ||
bSupportUVFromHitResults=False | ||
bDisableActiveActors=False | ||
bDisableKinematicStaticPairs=False | ||
bDisableKinematicKinematicPairs=False | ||
bDisableCCD=False | ||
bEnableEnhancedDeterminism=False | ||
MaxPhysicsDeltaTime=0.033333 | ||
bSubstepping=False | ||
bSubsteppingAsync=False | ||
MaxSubstepDeltaTime=0.016667 | ||
MaxSubsteps=6 | ||
SyncSceneSmoothingFactor=0.000000 | ||
InitialAverageFrameRate=0.016667 | ||
PhysXTreeRebuildRate=10 | ||
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
[ProjectSettings] | ||
ProjectID=(A=1823396784,B=1298598689,C=1743498150,D=-2048051708) | ||
ProjectName=First Person Template | ||
|
||
|
||
[/Script/EngineSettings.GeneralProjectSettings] | ||
ProjectID=DBA3E3AC480106CD74D15CA1DF7E4495 | ||
|
||
[StartupActions] | ||
bAddPacks=True | ||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") | ||
|
||
[/Script/UnrealEd.ProjectPackagingSettings] | ||
Build=IfProjectHasCode | ||
BuildConfiguration=PPBC_Development | ||
StagingDirectory=(Path="C:/Users/barba/code/Alloy/AViS/Build") | ||
FullRebuild=False | ||
ForDistribution=False | ||
IncludeDebugFiles=False | ||
BlueprintNativizationMethod=Disabled | ||
bIncludeNativizedAssetsInProjectGeneration=False | ||
bExcludeMonolithicEngineHeadersInNativizedCode=False | ||
UsePakFile=True | ||
bGenerateChunks=False | ||
bGenerateNoChunks=False | ||
bChunkHardReferencesOnly=False | ||
bForceOneChunkPerFile=False | ||
MaxChunkSize=0 | ||
bBuildHttpChunkInstallData=False | ||
HttpChunkInstallDataDirectory=(Path="") | ||
PakFileCompressionFormats= | ||
PakFileAdditionalCompressionOptions= | ||
HttpChunkInstallDataVersion= | ||
IncludePrerequisites=True | ||
IncludeAppLocalPrerequisites=False | ||
bShareMaterialShaderCode=False | ||
bSharedMaterialNativeLibraries=False | ||
ApplocalPrerequisitesDirectory=(Path="") | ||
IncludeCrashReporter=False | ||
InternationalizationPreset=English | ||
-CulturesToStage=en | ||
+CulturesToStage=en | ||
bCookAll=False | ||
bCookMapsOnly=False | ||
bCompressed=False | ||
bEncryptIniFiles=False | ||
bEncryptPakIndex=False | ||
GenerateEarlyDownloaderPakFile=False | ||
bSkipEditorContent=False | ||
bSkipMovies=False | ||
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.icu | ||
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.brk | ||
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.res | ||
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.nrm | ||
-EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.cfu | ||
-EarlyDownloaderPakFileFiles=...\Content\Localization\...\*.* | ||
-EarlyDownloaderPakFileFiles=...\Content\Localization\*.* | ||
-EarlyDownloaderPakFileFiles=...\Content\Certificates\...\*.* | ||
-EarlyDownloaderPakFileFiles=...\Content\Certificates\*.* | ||
-EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\...\*.* | ||
-EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\*.* | ||
-EarlyDownloaderPakFileFiles=...\Config\...\*.ini | ||
-EarlyDownloaderPakFileFiles=...\Config\*.ini | ||
-EarlyDownloaderPakFileFiles=...\Engine\GlobalShaderCache*.bin | ||
-EarlyDownloaderPakFileFiles=...\Content\ShaderArchive-Global-*.ushaderbytecode | ||
-EarlyDownloaderPakFileFiles=...\Content\Slate\*.* | ||
-EarlyDownloaderPakFileFiles=...\Content\Slate\...\*.* | ||
-EarlyDownloaderPakFileFiles=...\*.upluginmanifest | ||
-EarlyDownloaderPakFileFiles=...\*.uproject | ||
-EarlyDownloaderPakFileFiles=...\global_sf*.metalmap | ||
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.icu | ||
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.brk | ||
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.res | ||
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.nrm | ||
+EarlyDownloaderPakFileFiles=...\Content\Internationalization\...\*.cfu | ||
+EarlyDownloaderPakFileFiles=...\Content\Localization\...\*.* | ||
+EarlyDownloaderPakFileFiles=...\Content\Localization\*.* | ||
+EarlyDownloaderPakFileFiles=...\Content\Certificates\...\*.* | ||
+EarlyDownloaderPakFileFiles=...\Content\Certificates\*.* | ||
+EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\...\*.* | ||
+EarlyDownloaderPakFileFiles=-...\Content\Localization\Game\*.* | ||
+EarlyDownloaderPakFileFiles=...\Config\...\*.ini | ||
+EarlyDownloaderPakFileFiles=...\Config\*.ini | ||
+EarlyDownloaderPakFileFiles=...\Engine\GlobalShaderCache*.bin | ||
+EarlyDownloaderPakFileFiles=...\Content\ShaderArchive-Global-*.ushaderbytecode | ||
+EarlyDownloaderPakFileFiles=...\Content\Slate\*.* | ||
+EarlyDownloaderPakFileFiles=...\Content\Slate\...\*.* | ||
+EarlyDownloaderPakFileFiles=...\*.upluginmanifest | ||
+EarlyDownloaderPakFileFiles=...\*.uproject | ||
+EarlyDownloaderPakFileFiles=...\global_sf*.metalmap | ||
+MapsToCook=(FilePath="/Game/Maps/entryMap") | ||
+MapsToCook=(FilePath="/Game/Maps/ClassRoom0") | ||
+MapsToCook=(FilePath="/Game/Maps/transitionMap") | ||
bNativizeBlueprintAssets=False | ||
bNativizeOnlySelectedBlueprints=False | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
|
||
[/Script/Engine.InputSettings] | ||
-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) | ||
-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) | ||
-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_Z",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_Z",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Left_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="MotionController_Right_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouchpad_Touchpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="OculusTouchpad_Touchpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Left_HandGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Left_IndexGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Left_MiddleGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Left_RingGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Left_PinkyGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Right_HandGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Right_IndexGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Right_MiddleGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Right_RingGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
+AxisConfig=(AxisKeyName="SteamVR_Knuckles_Right_PinkyGrip",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) | ||
bAltEnterTogglesFullscreen=True | ||
bF11TogglesFullscreen=True | ||
bUseMouseForTouch=False | ||
bEnableMouseSmoothing=True | ||
bEnableFOVScaling=True | ||
bCaptureMouseOnLaunch=True | ||
bDefaultViewportMouseLock=False | ||
bAlwaysShowTouchInterface=False | ||
bShowConsoleOnFourFingerTap=True | ||
bEnableGestureRecognizer=False | ||
bUseAutocorrect=False | ||
DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown | ||
DefaultViewportMouseLockMode=LockOnCapture | ||
FOVScale=0.011110 | ||
DoubleClickTime=0.200000 | ||
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar) | ||
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Bottom) | ||
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Trigger) | ||
+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton) | ||
+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightTrigger) | ||
+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Trigger) | ||
+ActionMappings=(ActionName="ResetVR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R) | ||
+ActionMappings=(ActionName="ResetVR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Grip1) | ||
+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouchpad_Touchpad) | ||
+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) | ||
+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) | ||
+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Up) | ||
+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=Down) | ||
+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Gamepad_LeftY) | ||
+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=MotionController_Left_Thumbstick_Y) | ||
+AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A) | ||
+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) | ||
+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=Gamepad_LeftX) | ||
+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=MotionController_Left_Thumbstick_X) | ||
+AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Gamepad_RightX) | ||
+AxisMappings=(AxisName="TurnRate",Scale=-1.000000,Key=Left) | ||
+AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Right) | ||
+AxisMappings=(AxisName="Turn",Scale=1.000000,Key=MouseX) | ||
+AxisMappings=(AxisName="LookUpRate",Scale=1.000000,Key=Gamepad_RightY) | ||
+AxisMappings=(AxisName="LookUp",Scale=-1.000000,Key=MouseY) | ||
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks | ||
ConsoleKey=None | ||
-ConsoleKeys=Tilde | ||
+ConsoleKeys=F1 | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+101 KB
Content/FirstPerson/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset
Binary file not shown.
Binary file added
BIN
+96.9 KB
Content/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset
Binary file not shown.
Binary file added
BIN
+98.2 KB
Content/FirstPerson/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset
Binary file not shown.
Binary file added
BIN
+102 KB
Content/FirstPerson/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset
Binary file not shown.
Binary file added
BIN
+8.35 MB
Content/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset
Binary file not shown.
Binary file added
BIN
+4.24 MB
Content/FirstPerson/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset
Binary file not shown.
Binary file added
BIN
+5.25 MB
Content/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset
Binary file not shown.
Binary file added
BIN
+4.68 MB
Content/FirstPerson/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset
Binary file not shown.
Binary file added
BIN
+2.02 KB
Content/FirstPerson/Character/Mesh/FirstPersonAnimBlueprint_Copy.uasset
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.39 KB
Content/FirstPerson/Character/Mesh/SK_Mannequin_Arms_PhysicsAsset.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+101 KB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset
Binary file not shown.
Binary file added
BIN
+96.7 KB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset
Binary file not shown.
Binary file added
BIN
+111 KB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset
Binary file not shown.
Binary file added
BIN
+94.3 KB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_Screen.uasset
Binary file not shown.
Binary file added
BIN
+102 KB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset
Binary file not shown.
Binary file added
BIN
+8.35 MB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01.uasset
Binary file not shown.
Binary file added
BIN
+4.24 MB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset
Binary file not shown.
Binary file added
BIN
+6.06 MB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_FineRubber.uasset
Binary file not shown.
Binary file added
BIN
+5.25 MB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset
Binary file not shown.
Binary file added
BIN
+4.68 MB
Content/FirstPerson/FPWeapon/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. | ||
|
||
using UnrealBuildTool; | ||
using System.Collections.Generic; | ||
|
||
public class AViSTarget : TargetRules | ||
{ | ||
public AViSTarget(TargetInfo Target) : base(Target) | ||
{ | ||
Type = TargetType.Game; | ||
ExtraModuleNames.Add("AViS"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. | ||
|
||
using UnrealBuildTool; | ||
|
||
public class AViS : ModuleRules | ||
{ | ||
public AViS(ReadOnlyTargetRules Target) : base(Target) | ||
{ | ||
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; | ||
|
||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HeadMountedDisplay", "Http", "Json", "JsonUtilities" }); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. | ||
|
||
#include "AViS.h" | ||
#include "Modules/ModuleManager.h" | ||
|
||
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, AViS, "AViS" ); | ||
|
Oops, something went wrong.