Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.31 KB

README.md

File metadata and controls

49 lines (29 loc) · 2.31 KB

mod.io

mod.io UE4 Example

License Discord Master docs

Usage

Authenticate via e-mail to enable automatic downloads when subscribing to mods.

Email auth flow

Input a security code sent your email to authenticate.

Alt text

Automatic downloads

Once authenticated, mods will sync every time you subscribe to them via API, web or plugins.

Alt text

Project Settings

This project connects to the Example Game by default. Connect it to your game by grabbing your games's Game Id and Api Key from the mod.io web and placing them on your editor's mod.io settings.

Alt text

Going further

mod.io offers robust mod functionality for your moddable game. This includes ratings, dependencies, tags, prebuilt mod download and upload queue, GOG and steam auth. See the usage guide or the complete wiki documentation to learn more about the mod.io UE4 integration. If you're completely new to mod.io refer to the getting started guide instead.

Running

  1. Clone this repo.
git clone https://github.com/modio/UE4Example.git
  1. Manually insert the files for the plugin from the Modio folder into Plugins\UE4Plugin. Once gotten from the UE4 Marketplace, the plugin files can be found at a file path similar to this: D:\Program Files\Epic Games\UE_4.23\Engine\Plugins\Marketplace\modio.

Alternatively, download the plugin files via git submodules:

git submodule update --init --recursive
  1. Compile and run by double clicking ModioExample.uproject.