Compare commits
71 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6519d91c3 | |||
| c040d71325 | |||
| a38344d84e | |||
| 00ddb8a85b | |||
| c4c51ce48e | |||
| 7c798a292f | |||
| 3ec793c6a1 | |||
| b072b71a9e | |||
| 3b101338af | |||
| bcca018acd | |||
| 5f34e78844 | |||
| ce2dfbcb54 | |||
| d21de2a7c5 | |||
| 2c6a41a183 | |||
| f9748da896 | |||
| 10dbf33a52 | |||
| 651741e3b8 | |||
| 61bbb894e7 | |||
| 735f295603 | |||
| e620e88316 | |||
| 89dd092825 | |||
| cc470469c6 | |||
| 0b07ee5519 | |||
| 03ae94b586 | |||
| dab26def17 | |||
| 5026ee5da2 | |||
| 268723e17c | |||
| 8c68d2efc2 | |||
| d3f9f594af | |||
| 9ffe9abddb | |||
| faeb20cec1 | |||
| f75549d073 | |||
| cd8fb9fb23 | |||
| 556df64ffc | |||
| a7a2e522fa | |||
| 32f7d37242 | |||
| f0efc9639c | |||
| 1f0533daf1 | |||
| fbffa6ae71 | |||
| 3abf8d34f0 | |||
| 8366c7a571 | |||
| 69f540862f | |||
| 09fae3f442 | |||
| f9f2d5a7ed | |||
| 01678214b8 | |||
| a756fe7e91 | |||
| 3753909adc | |||
| 75fbfb97ba | |||
| 686c7d6c6c | |||
| 40e0dc5da1 | |||
| cf7930ac94 | |||
| bdc102bc9a | |||
| 235d44bb0c | |||
| c7dc6ec1dd | |||
| 166e11d0ef | |||
| 1f37d7533b | |||
| 9b6ccf7f1c | |||
| 0e4a0ab2d3 | |||
| 78047c248a | |||
| 2fc648a663 | |||
| e5649b711b | |||
| 1b30934497 | |||
| da842d3194 | |||
| 73353dabde | |||
| cbe5680a18 | |||
| e066130d8c | |||
| 09a4118e37 | |||
| 39827cae9f | |||
| abd32f3002 | |||
| dfcd659876 | |||
| bc45674165 |
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# From: https://github.com/MOZGIII/ue5-gitignoregitattributes/
|
# https://github.com/MOZGIII/ue5-gitignore
|
||||||
|
|
||||||
# Unreal Engine file types.
|
# Unreal Engine file types.
|
||||||
*.uasset filter=lfs diff=lfs merge=lfs -text
|
*.uasset filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|||||||
+1
-67
@@ -1,71 +1,5 @@
|
|||||||
## Visual Studio 2015 user specific files
|
# https://github.com/MOZGIII/ue5-gitignore
|
||||||
#.vs/
|
|
||||||
#
|
|
||||||
## Compiled Object files
|
|
||||||
#*.slo
|
|
||||||
#*.lo
|
|
||||||
#*.o
|
|
||||||
#*.obj
|
|
||||||
#
|
|
||||||
## Precompiled Headers
|
|
||||||
#*.gch
|
|
||||||
#*.pch
|
|
||||||
#
|
|
||||||
## Compiled Dynamic libraries
|
|
||||||
#*.so
|
|
||||||
#*.dylib
|
|
||||||
#*.dll
|
|
||||||
#
|
|
||||||
## Fortran module files
|
|
||||||
#*.mod
|
|
||||||
#
|
|
||||||
## Compiled Static libraries
|
|
||||||
#*.lai
|
|
||||||
#*.la
|
|
||||||
#*.a
|
|
||||||
#*.lib
|
|
||||||
#
|
|
||||||
## Executables
|
|
||||||
#*.exe
|
|
||||||
#*.out
|
|
||||||
#*.app
|
|
||||||
#*.ipa
|
|
||||||
#
|
|
||||||
## These project files can be generated by the engine
|
|
||||||
#*.xcodeproj
|
|
||||||
#*.xcworkspace
|
|
||||||
#*.sln
|
|
||||||
#*.suo
|
|
||||||
#*.opensdf
|
|
||||||
#*.sdf
|
|
||||||
#*.VC.db
|
|
||||||
#*.VC.opendb
|
|
||||||
#
|
|
||||||
## Precompiled Assets
|
|
||||||
#**/SourceArt/**/*.png
|
|
||||||
#**/SourceArt/**/*.tga
|
|
||||||
#
|
|
||||||
## Builds
|
|
||||||
#**/Build/*
|
|
||||||
#
|
|
||||||
## Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
|
||||||
#!**/Build/*/
|
|
||||||
#**/Build/*/**
|
|
||||||
#!**/Build/*/PakBlacklist*.txt
|
|
||||||
#
|
|
||||||
## Don't ignore icon files in Build
|
|
||||||
#!**/Build/**/*.ico
|
|
||||||
#
|
|
||||||
## Configuration files generated by the Editor
|
|
||||||
#**/Saved/*
|
|
||||||
#
|
|
||||||
## Compiled source files for the engine to use
|
|
||||||
#**/Intermediate/*
|
|
||||||
#
|
|
||||||
## Cache files for the editor to use
|
|
||||||
#**/DerivedDataCache/*
|
|
||||||
|
|
||||||
# From: https://github.com/MOZGIII/ue5-gitignoregitattributes/
|
|
||||||
# Ignore all files by default, but scan all directories.
|
# Ignore all files by default, but scan all directories.
|
||||||
*
|
*
|
||||||
!*/
|
!*/
|
||||||
|
|||||||
@@ -1,11 +1,2 @@
|
|||||||
[UnrealEd.SimpleMap]
|
|
||||||
SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
|
|
||||||
|
|
||||||
[EditoronlyBP]
|
|
||||||
bAllowClassAndBlueprintPinMatching=true
|
|
||||||
bReplaceBlueprintWithClass= true
|
|
||||||
bDontLoadBlueprintOutsideEditor= true
|
|
||||||
bBlueprintIsNotBlueprintType= true
|
|
||||||
|
|
||||||
[/Script/AdvancedPreviewScene.SharedProfiles]
|
[/Script/AdvancedPreviewScene.SharedProfiles]
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
[/Script/LudusCore.LudusSettings]
|
||||||
|
AuthToken=eyJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiYWxoYXNoaWoiLCJlbWFpbCI6ImFsaGFzaGlqQHNoZXJpZGFuY29sbGVnZS5jYSIsInBpY3R1cmUiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvMTI3MjMwNzQ0P3Y9NCIsInN1YiI6IjEyNzIzMDc0NCIsInByb3ZpZGVySWQiOiIxMjcyMzA3NDQiLCJ1c2VySWQiOiI2MzJmZjBhMC05ZTZlLTQyMzctOWVmOS02M2I0NzUyZjI3YjEiLCJsYXN0U3RhdHVzQ2hlY2siOjE3MzY0NjA5NjgzMjF9.QEvTkkQf0GF3WrPBLEpyrzoEeTV8SZCCv3VwnSjowQw
|
||||||
|
Username=alhashij
|
||||||
|
UserCredits=291
|
||||||
|
Email=alhashij@sheridancollege.ca
|
||||||
|
ApiBaseUrl="https://api.ludusengine.com"
|
||||||
|
AppBaseUrl="https://app.ludusengine.com"
|
||||||
|
|
||||||
@@ -119,6 +119,7 @@ ManualIPAddress=
|
|||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="ProjectileCollision")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="ProjectileCollision")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="FS_Sleep")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="FS_Sleep")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="Grapple")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="Grapple")
|
||||||
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="WallJump")
|
||||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||||
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||||
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
[/Script/EngineSettings.GeneralProjectSettings]
|
[/Script/EngineSettings.GeneralProjectSettings]
|
||||||
ProjectID=5A7DE2DB4BD886FBB746E7954405EBE0
|
ProjectID=5A7DE2DB4BD886FBB746E7954405EBE0
|
||||||
ProjectName=Third Person BP Game Template
|
ProjectName=Third Person BP Game Template
|
||||||
CopyrightNotice=Copyright Team Lumi. All Rights Reserved.
|
|
||||||
|
|
||||||
[StartupActions]
|
[StartupActions]
|
||||||
bAddPacks=True
|
bAddPacks=True
|
||||||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
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.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
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.
BIN
Binary file not shown.
BIN
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.
BIN
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.
BIN
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.
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user