Chore: Cleaned up files, added changes, and added the git plugin
This commit is contained in:
parent
a2f5377d63
commit
2114d7ae63
4 changed files with 51 additions and 54 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -5,18 +5,12 @@ DerivedDataCache/
|
|||
Intermediate/
|
||||
LinuxEditor/
|
||||
Plugins/AdvancedSessions
|
||||
Plugins/MainMenuLib
|
||||
Plugins/VictoryPlugin
|
||||
Plugins/LoadingScreen-master
|
||||
Plugins/PingPlugin-master
|
||||
Plugins/UEGitPlugin
|
||||
Plugins/LoadingScreen
|
||||
Plugins/PathFollow
|
||||
Plugins/PingPlugin
|
||||
Plugins/ShaderCompilationScreen
|
||||
Plugins/VaRest-master
|
||||
Plugins/VaRest-develop
|
||||
Plugins/VaRest
|
||||
Plugins/GamepadUMGPlugin/
|
||||
Plugins/VictoryPlugin
|
||||
Saved/
|
||||
.vs/
|
||||
.vscode/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "5.1}",
|
||||
"EngineAssociation": "5.1",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
|
|
@ -11,49 +11,6 @@
|
|||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "VictoryBPLibrary",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "LoadingScreen",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "VaRest",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
|
||||
},
|
||||
{
|
||||
"Name": "PathFollow",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7c19d00ad42a4b67972eea383dedb7f3"
|
||||
},
|
||||
{
|
||||
"Name": "GitSourceControl",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "PerforceSourceControl",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "ModelingToolsEditorMode",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "SampleToolsEditorMode",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Substance",
|
||||
"Enabled": false,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/offers/2f6439c2f9584f49809d9b13b16c2ba4"
|
||||
},
|
||||
{
|
||||
"Name": "WebBrowserWidget",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "AdvancedSessions",
|
||||
"Enabled": true
|
||||
|
|
@ -62,14 +19,57 @@
|
|||
"Name": "AdvancedSteamSessions",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GitSourceControl",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "LoadingScreen",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ModelingToolsEditorMode",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "OnlineSubsystemSteam",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "PathFollow",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7c19d00ad42a4b67972eea383dedb7f3"
|
||||
},
|
||||
{
|
||||
"Name": "PerforceSourceControl",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "SampleToolsEditorMode",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ShaderCompilationScreen",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/93c24c7c77614ac5ae5b39ad08449c2c"
|
||||
},
|
||||
{
|
||||
"Name": "Substance",
|
||||
"Enabled": false,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/offers/2f6439c2f9584f49809d9b13b16c2ba4"
|
||||
},
|
||||
{
|
||||
"Name": "VaRest",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
|
||||
},
|
||||
{
|
||||
"Name": "VictoryBPLibrary",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "WebBrowserWidget",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Plugins/UEGitPlugin_UE54_2025-12-20.zip
(Stored with Git LFS)
Normal file
BIN
Plugins/UEGitPlugin_UE54_2025-12-20.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -47,7 +47,7 @@ How To Open This Project Using The Epic Launcher
|
|||
|
||||
> **Git Repository URL:** [https://git.metahusk.com/metahusk/cardinal-fall_ue5.git](https://git.metahusk.com/metahusk/cardinal-fall_ue5.git) (Closed Signup)
|
||||
|
||||
> **If you will be making commits, download an open source GUI git client like** [Gittyup](https://murmele.github.io/Gittyup/) or [Github Desktop](https://desktop.github.com/download/).
|
||||
> **If you will be making commits, download an open source GUI git client like** [Gittyup](https://murmele.github.io/Gittyup/) or [Github Desktop](https://desktop.github.com/download/). (Gittyup migh require you to run git lfs fetch/checkout.)
|
||||
|
||||
3. Download and install Unreal Engine 5.1 from the Epic Launcher by following these instructions.
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ How To Open This Project Using Unreal 5 Built From Source
|
|||
|
||||
> **Git Repository URL:** [https://metahusk.com/cardinal-fall-project-downloads](https://metahusk.com/cardinal-fall-project-downloads)
|
||||
|
||||
> **If you will be making commits, download an open source GUI git client like** [Gittyup](https://murmele.github.io/Gittyup/) or [Github Desktop](https://desktop.github.com/download/).
|
||||
> **If you will be making commits, download an open source GUI git client like** [Gittyup](https://murmele.github.io/Gittyup/) or [Github Desktop](https://desktop.github.com/download/). (Gittyup migh require you to run git lfs fetch/checkout.)
|
||||
|
||||
3. Download and Install Microsoft's Visual Studio Community 2022 following these instructions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue