Skip to content

An Unreal Engine Editor Plugin for uploading mods to CurseForge

License

Notifications You must be signed in to change notification settings

ejleeKrafton/cf-ue-editor-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-ue-editor-plugin

An Unreal Engine Editor Plugin for uploading mods to CurseForge

Credits

This plugin was contributed by our friends at Blue Isle

Getting started

  • This plugin depends on the cfcore plugin - make sure the cfcore plugin resides in the plugins directory. Contact us to get access.
  • Download the latest release of this repo and place it into your Plugins directory (name the folder cfeditor)
  • Edit consts.cpp and set your Game ID, Api Key and Game friendly name
  • Review cfcore_sdk_service.cpp - |InitializeAsync| and make sure the settings are appropriate for your game editor
  • Edit cfeditor_module.cpp - |StartupModule| and make sure you start an appropriate AuthenticationProvider (we currently support St

Packaging

Right now the plugin runs a "PackageUGC" command for packaging, however, this utility is not included in this repository - you'll need to chagne the command or add your own PackageUGC utility.

Interface

UE4 toolbar button:

ue4 toolbar button

UE5 menu entry:

ue5 menu entry

Create mod on CurseForge

The first time an author uploads a mod file it will also create a new mod project on CurseForge

create mod

About

An Unreal Engine Editor Plugin for uploading mods to CurseForge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • C# 3.5%