Skip to content

Commit

Permalink
upgraded to unreal engine 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardrieder committed Apr 13, 2019
1 parent f26891d commit bdfaa32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions Game Mechanic Prototype/UE4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Plugins/SocketIO/
Plugins/TensorFlow/
Plugins/UnrealEnginePython/
Plugins/socketio-client-ue4-1.0.0/
Plugins/tensorflow-ue4-0.13.0/
Plugins/UnrealEnginePython-1.9.0/
Content/Scripts/__pycache__/
Content/Scripts/trained_vae/

ThesisPrototype.7z
ThesisPrototype.sln.DotSettings.user

#visual studio temp
enc_temp_folder/*

Expand Down
4 changes: 2 additions & 2 deletions Game Mechanic Prototype/UE4/Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ DefaultFluidFriction=0.300000
SimulateScratchMemorySize=262144
RagdollAggregateThreshold=4
TriangleMeshTriangleMinAreaThreshold=5.000000
bEnableAsyncScene=False
bEnableShapeSharing=False
bEnablePCM=True
bEnableStabilization=False
Expand Down Expand Up @@ -130,11 +129,12 @@ bSubsteppingAsync=False
MaxSubstepDeltaTime=0.016667
MaxSubsteps=6
SyncSceneSmoothingFactor=0.000000
AsyncSceneSmoothingFactor=0.990000
InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
+PhysicalSurfaces=(Type=SurfaceType1,Name="FleshDefault")
+PhysicalSurfaces=(Type=SurfaceType2,Name="FleshLowerBodyAndArms")
+PhysicalSurfaces=(Type=SurfaceType3,Name="FleshUpperBody")
+PhysicalSurfaces=(Type=SurfaceType4,Name="FleshHead")
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)


Binary file not shown.
Binary file modified Game Mechanic Prototype/UE4/Plugins/plugins-source-code.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion Game Mechanic Prototype/UE4/ThesisPrototype.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.21",
"EngineAssociation": "4.22",
"Category": "",
"Description": "",
"Modules": [
Expand Down
3 changes: 1 addition & 2 deletions Game Mechanic Prototype/UE4/_CleanTemporary.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
:: Delete UE4 temporary
rmdir /s /q "Binaries"
rmdir /s /q "Intermediate"
rmdir /s /q "Saved"

:: Delete VS temporary
rmdir /s /q ".vs"
del /q "ThesisPrototype.sln"
del /q *.sln

0 comments on commit bdfaa32

Please sign in to comment.