Skip to content

Commit

Permalink
Initial commit - Base project
Browse files Browse the repository at this point in the history
This is the base project with the Plugin working. Underwater FX will
need to be re-done in a later commit, had to start from scratch again
for the plugin.
  • Loading branch information
dotcamdev committed Mar 12, 2015
1 parent 64a3bcb commit ced4902
Show file tree
Hide file tree
Showing 208 changed files with 10,137 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Config/DefaultEditor.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[EditoronlyBP]
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass=true
bDontLoadBlueprintOutsideEditor=true
bBlueprintIsNotBlueprintType=true
65 changes: 65 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[URL]
[/Script/Engine.UserInterfaceSettings]
RenderFocusRule=NavigationOnly
DefaultCursor=None
TextEditBeamCursor=None
CrosshairsCursor=None
GrabHandCursor=None
GrabHandClosedCursor=None
SlashedCircleCursor=None
UIScaleRule=ShortestSide
UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000))),ExternalCurve=None)

[/Script/Engine.RendererSettings]
r.MobileHDR=True
r.AllowOcclusionQueries=True
r.MinScreenRadiusForLights=0.030000
r.MinScreenRadiusForDepthPrepass=0.030000
r.PrecomputedVisibilityWarning=False
r.TextureStreaming=True
Compat.UseDXT5NormalMaps=False
r.AllowStaticLighting=True
r.NormalMapsForStaticLighting=False
r.GBuffer=True
r.GenerateMeshDistanceFields=False
r.Shadow.DistanceFieldPenumbraSize=0.050000
r.TessellationAdaptivePixelsPerTriangle=48.000000
r.SeparateTranslucency=True
r.TranslucentSortPolicy=0
TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000)
r.CustomDepth=1
r.DefaultFeature.Bloom=True
r.DefaultFeature.AmbientOcclusion=True
r.DefaultFeature.AmbientOcclusionStaticFraction=True
r.DefaultFeature.AutoExposure=True
r.DefaultFeature.MotionBlur=True
r.DefaultFeature.LensFlare=True
r.DefaultFeature.AntiAliasing=2
r.EarlyZPass=3
r.EarlyZPassMovable=False
r.DBuffer=False
r.ClearSceneMethod=1
r.WireframeCullThreshold=5.000000
UIScaleRule=ShortestSide
UIScaleCurve=(EditorCurveData=(Keys=),ExternalCurve=None)

[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/DC_OceanDemo
LocalMapOptions=
TransitionMap=
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/Maps/DC_OceanDemo
ServerDefaultMap=/Engine/Maps/Entry
GlobalDefaultGameMode=/Game/Game/BP_GameMode.BP_GameMode_C
GlobalDefaultServerGameMode=None


15 changes: 15 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

[/Script/EngineSettings.GeneralProjectSettings]
CompanyName=
CopyrightNotice=2015 - Community based open project
Description=
Homepage="https://forums.unrealengine.com/showthread.php?42092-Community-Project-WIP-Weather-amp-Ocean-Water-Shader"
LicensingTerms=
PrivacyPolicy=
ProjectID=00000000000000000000000000000000
ProjectName=
ProjectVersion=
SupportContact=
ProjectDisplayedTitle=


Binary file added Content/Game/BP_DefaultPawn.uasset
Binary file not shown.
Binary file added Content/Game/BP_GameMode.uasset
Binary file not shown.
Binary file added Content/Maps/DC_OceanDemo.umap
Binary file not shown.
Binary file added Content/Ocean/BP_Ocean.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_AngleFade.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_BlendZ.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_Gerstner_Wave.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_OceanSSS.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_Panner.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MF_SoftFresnel.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MI_Ocean_16.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MI_Ocean_8.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MI_Ocean_Depth_16.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MI_Ocean_Depth_8.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MI_PP_RadialBlur.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/MPC_Ocean.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_Caustics_LF.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_Caustics_LF_Inst.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Ocean/Materials/M_Ocean.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_Ocean_Depth.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_PP_RadialBlur.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_Underwater_PP.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Ocean/Materials/M_WaterTest.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_WetLensPP.uasset
Binary file not shown.
Binary file added Content/Ocean/Materials/M_WetLensPP_Inst.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/FishingBoat.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/HarborBuoy.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_1.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_2.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_3.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_4.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_5.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_6.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy01_MI_7.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy02.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy02_Red.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/M_Buoy02_White.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/SM_OceanPlane.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/SM_SplinePlaneMesh.uasset
Binary file not shown.
Binary file added Content/Ocean/Meshes/Shape_Pipe.uasset
Binary file not shown.
Binary file added Content/Ocean/Old/BP_OceanManager.uasset
Binary file not shown.
Binary file added Content/Ocean/Old/BP_RiverTool.uasset
Binary file not shown.
Binary file added Content/Ocean/Old/WaveParameters.uasset
Binary file not shown.
Binary file added Content/Ocean/Old/WaveSet.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/LUT_DesaturatedFog.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Caustics.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Foam_D.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Foam_normal.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Foam_roughness.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_FullGrass_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Ground_Grass_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_LargeWaves_H.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_LargeWaves_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_MediumWaves_H.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_MediumWaves_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_MicroWaves_N.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Ocean/Textures/T_OceanFoam_01.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_OceanFoam_M.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_OceanNoise.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Perlin_Noise_M.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Seafoam_01.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Sky_Non_HDRI.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_SmallWaves_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_TileDroplets_A.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_TileDroplets_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_TileNoise.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_WaterDrop_N.uasset
Binary file not shown.
Binary file added Content/Ocean/Textures/T_Water_N.uasset
Binary file not shown.
Binary file added Content/Sky/BP_Skydome.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/CC_Sky_Cloud_Color.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/CC_Sky_Horizon_Color.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/CC_Sky_Sun_Color.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/CC_Sky_Zenith_Color.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/FC_Moon_Rotation.uasset
Binary file not shown.
Binary file added Content/Sky/Curves/FC_Sun_Rotation.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/MF_RandomSineWave.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/MPC_SkyParameters.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_CloudFunction.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_Clouds.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_Moon.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_Sky.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_Snow_Blowing_unLit.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Sky/Materials/M_WaterDrop_SubUV.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_lightning.uasset
Binary file not shown.
Binary file added Content/Sky/Materials/M_raindrop.uasset
Binary file not shown.
Binary file added Content/Sky/Meshes/Moon.uasset
Binary file not shown.
Binary file added Content/Sky/Meshes/SM_CloudSurface.uasset
Binary file not shown.
Binary file added Content/Sky/Meshes/SM_RotatorCube.uasset
Binary file not shown.
Binary file added Content/Sky/Meshes/SM_SkySphere.uasset
Binary file not shown.
Binary file added Content/Sky/Meshes/SM_lightning.uasset
Binary file not shown.
Binary file added Content/Sky/ParticleFX/P_BlowClouds.uasset
Binary file not shown.
Binary file added Content/Sky/ParticleFX/P_BlowGround.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Sky/ParticleFX/P_Rain_Test.uasset
Binary file not shown.
Binary file added Content/Sky/ParticleFX/P_lightning_point.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/Clouds02_normal.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/Clouds03_normal.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/CubeNearEntrance.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_Caustics05.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_Cloud_Masks.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_Clouds_M.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_DropSubUV_A.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_DropSubUV_N.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Sky/Textures/T_Moon_Bump.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_Moon_Diffuse.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_Moon_Height.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_ScreenDirt01.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_SmokeSubUV_8X8_02.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_TilingClouds_01.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_TilingNoise03.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_raindrop.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/T_raindrop_normal.uasset
Binary file not shown.
Binary file added Content/Sky/Textures/TilingNoise06_N.uasset
Binary file not shown.
Binary file not shown.
Binary file added Intermediate/CachedAssetRegistry.bin
Binary file not shown.
Loading

0 comments on commit ced4902

Please sign in to comment.