Compare commits

...

14 Commits

Author SHA1 Message Date
564d0837c5 auto run 2025-12-25 01:20:33 +01:00
6edcd72294 Player controller class 2024-08-24 15:42:32 +02:00
848eb649ab Base Character 2024-08-19 11:57:18 +02:00
3b3667245b Animation blueprint and template 2024-08-14 21:47:41 +02:00
829ec88126 Split Playground map in one actor per file 2024-08-14 15:12:38 +02:00
dc32b6a1d0 Hightlight postprocess 2024-08-14 15:12:22 +02:00
67c6294ae3 Upgrade to 5.4 2024-08-14 15:11:46 +02:00
amasson
2bb7f2b6b1 Project identity 2024-07-11 14:57:08 +02:00
amasson
5bfff25380 GasRpg and FactionSystem plugins 2024-07-11 14:56:22 +02:00
MASSON Arthur
789919e388 Plugins LibAmasson 2024-07-11 12:03:36 +02:00
MASSON Arthur
9fa9d5b4d3 Assets HellWatcher 2024-07-11 11:42:55 +02:00
MASSON Arthur
2813bfc73c Assets Furniture_Vol1 2024-07-11 11:41:57 +02:00
MASSON Arthur
38b8807c50 Assets EasyBuildingSystem 2024-07-11 11:41:33 +02:00
MASSON Arthur
4101e959b7 Valkyrie asset 2024-07-11 11:41:12 +02:00
473 changed files with 1778 additions and 45 deletions

12
.gitmodules vendored
View File

@@ -1,3 +1,15 @@
[submodule "Plugins/LibAmasson"]
path = Plugins/LibAmasson
url = https://github.com/amasson42/LibAmasson-unreal-plugin.git
[submodule "Plugins/GasRpg"]
path = Plugins/GasRpg
url = https://github.com/amasson42/GasRpg-unreal-plugin.git
[submodule "Plugins/FactionSystem"]
path = Plugins/FactionSystem
url = https://github.com/amasson42/FactionSystem-unreal-plugin.git
[submodule "Plugins/InteractionSystem"]
path = Plugins/InteractionSystem
url = https://github.com/amasson42/InteractionSystem-unreal-plugin.git
[submodule "Plugins/SlotBasedInventorySystem"]
path = Plugins/SlotBasedInventorySystem
url = https://github.com/amasson42/SlotBasedInventorySystem-unreal-plugin.git

View File

@@ -33,6 +33,9 @@ CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
-TargetedRHIs=SF_VULKAN_SM5
+TargetedRHIs=SF_VULKAN_SM6
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
@@ -41,6 +44,7 @@ DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum
[/Script/Engine.RendererSettings]
r.Mobile.EnableNoPrecomputedLightingCSMShader=True
r.GenerateMeshDistanceFields=True
r.DynamicGlobalIlluminationMethod=1
r.ReflectionMethod=1
@@ -48,6 +52,7 @@ r.Shadow.Virtual.Enable=1
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
r.CustomDepth=3
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
@@ -58,8 +63,10 @@ FontDPIPreset=Standard
FontDPI=72
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/Wailing")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/Wailing")
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/Wailing")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/Wailing")
AssetManagerClassName=/Script/GasRpg.GasRpgAssetManager
bUseFixedFrameRate=True
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True

View File

@@ -2,7 +2,15 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=89BAE1A442C4C9FCD7AD2485E27B7402
ProjectName=Wailing
ProjectVersion=0.1.0.0
CompanyName=Amasson
CopyrightNotice=Copyright by amasson
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "AFE249BB43CD5968FD752A8C670A4804", "{GameName}")
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[/Script/GameplayAbilities.AbilitySystemGlobals]
AbilitySystemGlobalsClassName="/Script/GasRpg.GasRpgAbilitySystemGlobals"

View File

@@ -77,7 +77,7 @@ DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110
DoubleClickTime=0.200000
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultInputComponentClass=/Script/GasRpg.GRInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
-ConsoleKeys=Tilde
+ConsoleKeys=Tilde

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