cooked, packaged, and zipped

This commit is contained in:
Kyle Austad 2024-10-17 10:28:37 -05:00
parent e1853c811e
commit 67ba943fb8
452 changed files with 8157 additions and 18440 deletions

8
.gitignore vendored
View File

@ -65,12 +65,12 @@ Build/*/**
*_BuiltData.uasset
# Configuration files generated by the Editor
Saved/*
SimpleLinearQuests/Saved/*
# Compiled source files for the engine to use
Intermediate/*
Plugins/*/Intermediate/*
SimpleLinearQuests/Intermediate/*
SimpleLinearQuests/Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
SimpleLinearQuests/DerivedDataCache/*

View File

@ -2,4 +2,5 @@
## To-Do
- [] QuestComponent
- [X] QuestComponent
- [X] Clean up for distribution

BIN
SimpleLinearQuests.zip (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,4 +5,7 @@ SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass= true
bDontLoadBlueprintOutsideEditor= true
bBlueprintIsNotBlueprintType= true
bBlueprintIsNotBlueprintType= true
[/Script/AdvancedPreviewScene.SharedProfiles]

View File

@ -2,8 +2,8 @@
GameName=SimpleLinearQuests
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
EditorStartupMap=/Game/SimpleLinearQuests/Demo/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
GameDefaultMap=/Game/SimpleLinearQuests/Demo/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
TransitionMap=
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal

Some files were not shown because too many files have changed in this diff Show More