Skip to content

Commit

Permalink
Add UE5 Project file for 5.0 version for MP
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 17, 2022
1 parent 09c4209 commit 77c7ad9
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions UE5_Overrides/OpenLand.uproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"FileVersion": 3,
"EngineAssociation": "5.0",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "RemoteSession",
"Enabled": true
},
{
"Name": "VirtualHeightfieldMesh",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "ModelingToolsEditorMode",
"Enabled": true
},
{
"Name": "Bridge",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
]
}
2 changes: 1 addition & 1 deletion package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ xcopy %1\Content\OpenLand ToPackage\OpenLand\Content\OpenLand /E/H
md ToPackage\OpenLand_UE5
xcopy ToPackage\OpenLand ToPackage\OpenLand_UE5 /E/H

xcopy UE5_Overrides ToPackage\OpenLand_UE5\Content\OpenLand /E/H/Y
xcopy UE5_Overrides ToPackage\OpenLand_UE5 /E/H/Y

0 comments on commit 77c7ad9

Please sign in to comment.