Compare commits

..

15 Commits

Author SHA1 Message Date
f9384cc3a0 Some massive reworks for seed planting 2026-09-13 23:58:27 +02:00
4f029309d5 More fixes for removal mode and cleanup of some stuff 2026-09-13 16:42:22 +02:00
861657d7ce Fixes for removal mode 2026-09-12 15:25:34 +02:00
4e4aa006f0 Fixes for collision detection when placing stuff 2026-09-12 14:33:16 +02:00
6240f501ad Depth of field fixes and camera zoom fixes 2026-09-11 23:19:03 +02:00
d72a9c957a Fixes for placeable objects and inventory tabs 2026-09-11 21:46:30 +02:00
a6c6ddcc63 Fix for inventory tabs, rename tables, iteration on library and some other smaller material fixes and asset cleanups 2026-09-10 23:28:15 +02:00
86336a9cb3 Create wide and small table and import into engine, create materials as well 2026-09-09 22:54:10 +02:00
fc0ec6a3df Import 2 chairs, fix grass color and fog opacity, fix a bug for save data propagation 2026-09-08 23:14:02 +02:00
328d7c836f Made chest and import into UE, some small cleanup as well 2026-09-08 00:12:11 +02:00
e36e705c15 Merge branch 'master' of https://adnanedinayukistuff.top/Ado/ProjectEleri 2026-09-05 21:21:57 +02:00
6736190553 Item editor implementation 2026-09-05 21:20:30 +02:00
1f4e7a63f3 Droppable items fix 2026-09-05 19:17:09 +02:00
42b8944a62 Import easy options menu 2026-09-05 00:16:18 +02:00
7176fb6d24 Further fixes for interact system 2026-09-05 00:15:50 +02:00
848 changed files with 5242 additions and 916 deletions

View File

@@ -174,7 +174,7 @@ r.VolumetricFog.GridPixelSize=16
r.PathTracing=False
r.Shadow.Virtual.Enable=0
r.Velocity.EnableVertexDeformation=1
r.DepthOfFieldQuality=0
r.DepthOfFieldQuality=1
r.AmbientOcclusion.Compute= 3
r.VelocityOutputPass=1

View File

@@ -193,6 +193,8 @@ CameraZoomLevels=(((TagName="Camera.BoomOffset.Default"), (X=-1200.000000,Y=0.00
+ProfessionExpArray=240000.000000
ExpIncreaseEffectClass=/Script/Engine.BlueprintGeneratedClass'/Game/Blueprints/GameEffects/GSE_AddExp_Template.GSE_AddExp_Template_C'
GlobalSettingsDataSheet=/Game/GameData/CSV/GlobalKeyValueSettings.GlobalKeyValueSettings
ItemSeedCarouselClass=None
RemovableStaticMeshClass=/Script/Engine.BlueprintGeneratedClass'/Game/Prefabs/BP_RemovableStaticMeshActor.BP_RemovableStaticMeshActor_C'
[/Script/InteractionSystem.InteractionSettings]
DefaultInteractionWidgetClass=/Script/UMG.WidgetBlueprintGeneratedClass'/Game/UI/InteractionUI/WBP_Eleri_Interaction.WBP_Eleri_Interaction_C'

View File

@@ -59,5 +59,7 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Skins.Eleri.Default",DevComment="")
+GameplayTagList=(Tag="Skins.Eleri.DefaultNoHat",DevComment="")
+GameplayTagList=(Tag="Upgrade.Bazaar",DevComment="")
+GameplayTagList=(Tag="Upgrade.Bazaar.BetterEmotions",DevComment="")
+GameplayTagList=(Tag="Upgrade.Bazaar.Capacity",DevComment="")
+GameplayTagList=(Tag="Upgrade.Bazaar.MoreCustomers",DevComment="")

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