Compare commits

...

14 Commits

Author SHA1 Message Date
Austin Szema
f1a7ca00d8 worked on final polishing touches 2024-04-08 00:32:17 -04:00
Austin Szema
a9614f495f Added credits menu 2024-02-10 01:39:41 -05:00
Austin Szema
bcb4b737dc Fixed postprocess outline not showing up 2024-02-09 22:32:55 -05:00
Austin Szema
c665c7c499 Added main menu 2024-02-09 22:23:20 -05:00
Austin Szema
83b6b7f199 Made all chairs children of the boat blueprint 2024-01-19 00:27:02 -05:00
Austin Szema
a4fb6fb3ce Added more icebergs 2024-01-13 19:59:25 -05:00
Austin Szema
128aa4de06 Put the parts together to form gameplay 2024-01-13 18:52:40 -05:00
Austin Szema
ee6ab6fcd7 Minor changes 2023-12-21 04:15:36 -05:00
Austin Szema
2d336cae9a Added player slowdown in water 2023-12-20 20:52:59 -05:00
Austin Szema
d122d427ce Added dust particles and running animation 2023-12-20 17:42:51 -05:00
Austin Szema
6aaaa8fab7 Fixed grabbing and throwing with ragdolls 2023-12-19 21:47:18 -05:00
Austin Szema
a2862b2c6c Added proper grabbing functionality 2023-12-19 17:18:00 -05:00
Austin Szema
3f18755afd Added baby walking and grabbing "animations" 2023-12-19 02:06:10 -05:00
Austin Szema
6bea0e788e Added some new models and textures 2023-12-04 22:44:43 -05:00
453 changed files with 1196 additions and 297 deletions

View File

@ -1,6 +1,6 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
GameDefaultMap=/Game/Maps/MainMenu.MainMenu
EditorStartupMap=/Game/Maps/MainMenu.MainMenu
GlobalDefaultGameMode="/Script/jumpingship.jumpingshipGameMode"
[/Script/Engine.RendererSettings]
@ -72,3 +72,9 @@ ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=
[/Script/NavigationSystem.RecastNavMesh]
RuntimeGeneration=Dynamic
[/Script/NavigationSystem.NavigationSystemV1]
bGenerateNavigationOnlyAroundNavigationInvokers=False

View File

@ -1,3 +1,95 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=1B0A2EEA4384D9CFD2144284C94AD3D9
ProjectName=Third Person Game Template
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode
BuildConfiguration=PPBC_Development
BuildTarget=
FullRebuild=False
ForDistribution=False
IncludeDebugFiles=False
BlueprintNativizationMethod=Disabled
bIncludeNativizedAssetsInProjectGeneration=False
bExcludeMonolithicEngineHeadersInNativizedCode=False
UsePakFile=True
bUseIoStore=True
bUseZenStore=False
bMakeBinaryConfig=False
bGenerateChunks=False
bGenerateNoChunks=False
bChunkHardReferencesOnly=False
bForceOneChunkPerFile=False
MaxChunkSize=0
bBuildHttpChunkInstallData=False
HttpChunkInstallDataDirectory=(Path="")
WriteBackMetadataToAssetRegistry=Disabled
bCompressed=True
PackageCompressionFormat=Oodle
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
PackageAdditionalCompressionOptions=
PackageCompressionMethod=Kraken
PackageCompressionLevel_DebugDevelopment=4
PackageCompressionLevel_TestShipping=5
PackageCompressionLevel_Distribution=7
PackageCompressionMinBytesSaved=1024
PackageCompressionMinPercentSaved=5
bPackageCompressionEnableDDC=False
PackageCompressionMinSizeToConsiderDDC=0
HttpChunkInstallDataVersion=
IncludePrerequisites=True
IncludeAppLocalPrerequisites=False
bShareMaterialShaderCode=True
bDeterministicShaderCodeOrder=False
bSharedMaterialNativeLibraries=True
ApplocalPrerequisitesDirectory=(Path="")
IncludeCrashReporter=False
InternationalizationPreset=English
-CulturesToStage=en
+CulturesToStage=en
LocalizationTargetCatchAllChunkId=0
bCookAll=True
bCookMapsOnly=False
bSkipEditorContent=False
bSkipMovies=False
-IniKeyDenylist=KeyStorePassword
-IniKeyDenylist=KeyPassword
-IniKeyDenylist=rsa.privateexp
-IniKeyDenylist=rsa.modulus
-IniKeyDenylist=rsa.publicexp
-IniKeyDenylist=aes.key
-IniKeyDenylist=SigningPublicExponent
-IniKeyDenylist=SigningModulus
-IniKeyDenylist=SigningPrivateExponent
-IniKeyDenylist=EncryptionKey
-IniKeyDenylist=DevCenterUsername
-IniKeyDenylist=DevCenterPassword
-IniKeyDenylist=IOSTeamID
-IniKeyDenylist=SigningCertificate
-IniKeyDenylist=MobileProvision
-IniKeyDenylist=IniKeyDenylist
-IniKeyDenylist=IniSectionDenylist
+IniKeyDenylist=KeyStorePassword
+IniKeyDenylist=KeyPassword
+IniKeyDenylist=rsa.privateexp
+IniKeyDenylist=rsa.modulus
+IniKeyDenylist=rsa.publicexp
+IniKeyDenylist=aes.key
+IniKeyDenylist=SigningPublicExponent
+IniKeyDenylist=SigningModulus
+IniKeyDenylist=SigningPrivateExponent
+IniKeyDenylist=EncryptionKey
+IniKeyDenylist=DevCenterUsername
+IniKeyDenylist=DevCenterPassword
+IniKeyDenylist=IOSTeamID
+IniKeyDenylist=SigningCertificate
+IniKeyDenylist=MobileProvision
+IniKeyDenylist=IniKeyDenylist
+IniKeyDenylist=IniSectionDenylist
-IniSectionDenylist=HordeStorageServers
-IniSectionDenylist=StorageServers
+IniSectionDenylist=HordeStorageServers
+IniSectionDenylist=StorageServers
+MapsToCook=(FilePath="/Game/Maps/AustinTestMap")
+MapsToCook=(FilePath="/Game/Maps/MainMenu")

BIN
Content/BP_Test.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyDiaperMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyEyeMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyPantsMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyPupilMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyShirtMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabyShoesMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/BabySkinMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/BP_Iceberg.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Blueprints/BP_Ragdoll.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/BP_RagdollBaby.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/BP_Rescue_Boat.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Blueprints/BP_Water_Plane.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Blueprints/Baby.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Blueprints/Enemy2.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Blueprints/Ferry_Boat_Blueprint.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Blueprints/Passenger.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/EnemyBabyDiaperMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyEyeMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyHair_Baby_003.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyHair_Baby_004.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyPantsMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyPupilMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyShirtMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabyShoesMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/EnemyBabySkinMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Boat_Base.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Boat_Blueprint.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Boat_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Deck_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Metal_Bar_material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Rim_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Ferry_Trim_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/IceMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Blank_Button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Button_Button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Credits_Button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Credits_Screen_Cleaned.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Game_Over_Screen.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Main_Menu.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Main_Menu_No_Buttons.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Main_Menu_No_Buttons_Cleaned.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Music.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Quit_Button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Jumping_Ship_Start_Button.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/M_Dust_SubUV.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/M_Outline.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/M_Outline_Inst.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/M_Wood_Oak1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/MainMenu.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Maps/MainMenu.umap (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Material_008.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Materials/M_Rescue_Boat.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyDiaperMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyDiaperMaterial_001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyEyeMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyEyeMaterial_001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyPupilMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabyPupilMaterial_001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabySkinMaterial.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/BabySkinMaterial_001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Business Baby.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Business_Baby.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Boat.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Boat.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Boat_Baby_001.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Boat_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Deck_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Metal_Bar_material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Rim_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Ferry_Trim_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_002.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_003.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_004.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_005.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_006.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_008.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Material_009.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Puddle_1.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Puddle_2.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Puddle_3.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Bottom_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Pole_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Railing_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Trim_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Tube_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rescue_Boat_Windows_Material.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby_CtrlRig.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby_Physics.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby_PhysicsAsset.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby_Skeleton.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/Rigged_Baby_Skeleton_Sequence.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/Mesh/T_Rescue_Boat.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Content/NewActorComponent.uasset (Stored with Git LFS)

Binary file not shown.

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