Compare commits

...

25 Commits

Author SHA1 Message Date
LukTeg
6a6fd73292 Merged in main 2023-12-01 19:34:48 -05:00
f1d729c7e3 Removed timer error when unplaying game by null checking 2023-11-13 19:05:24 -05:00
Austin Szema
1f08736dfd Organized files into proper folders 2023-11-10 23:35:04 -05:00
Austin Szema
143f01ab92 Auto stash before merge of "main" and "origin/main" 2023-11-10 23:25:11 -05:00
Austin Szema
dddff015be Merge branch 'main' of https://git.nugamestudioclub.com/aszema/jumping-ship 2023-11-10 23:24:23 -05:00
Austin Szema
5799cecd53 Fixing merge errors 2023-11-10 23:23:09 -05:00
82a5093509 Merge remote-tracking branch 'origin/main' into main 2023-11-10 23:21:06 -05:00
cea63354f1 Added the grabbing and throwing functionality 2023-11-10 23:19:47 -05:00
Austin Szema
5ebccf8700 Added baby model and Passenger tag to track when a passenger is saved 2023-11-10 22:54:48 -05:00
a778d15702 Added a basic rescue boat with counter 2023-10-30 20:04:44 -04:00
striandafellos
e58c62457a minor NPC spawning tweak 2023-10-30 19:37:29 -04:00
striandafellos
ed4fd719e1 re-added civilian class 2023-10-30 19:36:14 -04:00
striandafellos
451433e9f8 Merge remote-tracking branch 'origin/main' into main 2023-10-30 19:24:56 -04:00
striandafellos
3381c4333e misc lfs updates 2023-10-30 19:24:06 -04:00
striandafellos
4b148e8946 Abstracted spawner blueprint 2023-10-30 19:21:55 -04:00
12583fc0fc Fixed Iceberg revert 2023-10-30 18:59:49 -04:00
0fc4b4b6bd Revert "Revert "Added simple iceberg blueprint""
This reverts commit 42f1f3d7d338bfefb9e758f0392491988ff8afa8.
2023-10-30 18:59:49 -04:00
e4b3f1d03d Revert "Added simple iceberg blueprint"
This reverts commit 7ef34cba0474ff9c0d7a04b266d12cd73e2b4b96.
2023-10-30 18:59:43 -04:00
98758acc4c Added simple iceberg blueprint 2023-10-30 18:59:36 -04:00
Joel Bernardes
5704ce68c0 Merge remote-tracking branch 'origin/main' into main 2023-10-30 18:47:28 -04:00
striandafellos
b50f265b10 Fixed AI movement
Fixed navmesh on Austin test map and fixed enemy spawner blueprint recursively calling itself infinitely
2023-10-27 20:09:07 -04:00
striandafellos
dd9d13a727 Added Movement to Civilian BP Class
now randomly moves on its own given a nav mesh boundary volume
2023-10-23 20:03:16 -04:00
43b3200dfb Added iceberg terrain to AustinTestScene 2023-10-16 20:01:15 -04:00
Joel Bernardes
43c3257b27 Merge remote-tracking branch 'origin/main' into main 2023-10-16 19:35:59 -04:00
Joel Bernardes
d9915f01c9 Added tossing mechanic as well as tinkered with layout
Now when you press left click you are able to pick up and carry an object (need to work on physics so that you cant send an object to the moon by flicking quick and letting go of left click)
2023-10-13 19:56:32 -04:00
182 changed files with 534 additions and 21 deletions

View File

@ -0,0 +1,12 @@
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
ClearInvalidTags=False
AllowEditorTagUnloading=True
AllowGameTagUnloading=False
FastReplication=False
InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Passenger",DevComment="")

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
Content/Mesh/SM_Cruise_Ship.uasset (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

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.

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