Modding: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:


== Modding pipeline ==
= Workflow =
[[File:OnsetModdingWorkflow.png]]
[[File:OnsetModdingWorkflow.png]]


== Onset Engine Version ==
= Onset Engine Version =
{| class="wikitable" style="text-align: left;"
{| class="wikitable" style="text-align: left;"
!colspan="6"|Versions
!colspan="6"|Versions
Line 13: Line 13:
|UE 4.23
|UE 4.23
|}
|}
= Create the Unreal Project =
After installing the Unreal Engine, launch it.
[[File:Mod_EngineStart.JPG]]
Name your project and then click '''Create Project'''.
[[File:Mod_CreateProject.png]]
Go to Edit -> Plugins
[[File:Mod_PluginsOpen.png]]
Select "New Plugin"
[[File:Mod_Plugins1.png]]
Select "Content Only". Enter a mod name. Make sure "Show Content Directory" is ticked. Then click "Create Plugin".
[[File:Mod_PluginsCreate.png]]

Revision as of 12:24, 1 November 2019

Workflow

Onset Engine Version

Versions
Onset Version Engine Version
1.0.0 UE 4.23

Create the Unreal Project

After installing the Unreal Engine, launch it.

Name your project and then click Create Project.

Go to Edit -> Plugins

Select "New Plugin"

Select "Content Only". Enter a mod name. Make sure "Show Content Directory" is ticked. Then click "Create Plugin".