Compare commits

...

16 Commits

Author SHA1 Message Date
aad09dbaa5 Improvements to watering and some stat forge fixes 2026-09-14 21:15:31 +02:00
f7e5adc1cc Bind to time of day and progress seed age 2026-09-14 13:14:35 +02:00
60c88fd97e Watering system implement 2026-09-14 11:03:40 +02:00
ca6f0debe9 Planting interaction blocker implemented, ui showing planting mode 2026-09-14 09:39:31 +02:00
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
1f4e7a63f3 Droppable items fix 2026-09-05 19:17:09 +02:00
270 changed files with 3100 additions and 1025 deletions

View File

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

View File

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

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