Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: modio/modio-ue4-legacy

0.6.0

16 Feb 08:05
Compare
Choose a tag to compare

Changes

  • Updated to latest mod.io SDK (0.13.0) from 0.12.19, changes there are described at
  • Now all external authentication endpoints will require you to pass a additonal parameter: terms_agreed you have to pass false if the user hasn't agreed to the mod.io terms and true if you have agreed to then mod.io terms

Note that the attached files are intended to be used with C++ Projects and C++/ Blueprint projects. If you use a BlueprintOnly project, please use the release available here:
https://www.unrealengine.com/marketplace/en-US/product/mod-browser-manager

0.5.3

12 Jan 12:47
fea28dd
Compare
Choose a tag to compare

Changes

Note that the attached files are intended to be used with C++ Projects and C++/ Blueprint projects. If you use a BlueprintOnly project, please use the release available here:
https://www.unrealengine.com/marketplace/en-US/product/mod-browser-manager

0.5.2

16 Nov 11:40
6cd74c4
Compare
Choose a tag to compare

Fixed a critical bug where blueprint only projects would crash when setting APIKey and GameId

Note that the attached files are intended to be used with C++ Projects and C++/ Blueprint projects. If you use a BlueprintOnly project, please use the release available here:
https://www.unrealengine.com/marketplace/en-US/product/mod-browser-manager

0.5.1

16 Oct 11:50
46d7aa1
Compare
Choose a tag to compare

Updated SDK to 0.12.17 from 0.12.15
You can find the relase notes for those releases here:

Most major feature here is improvements in the unicode support for filenames in the SDK.

New features:

  • Mac support
  • Linux support
    • NOTE: The plugin has only been tested in a cross compiled linux environment, it hasn't been used in the editor in Linux yet
  • Added endpoints
    • GetGame
    • GetAllModfiles

This release comes with the following bugfixes:

  • Fixed crash when spamming requests to backend servers
  • You no longer need to restart the editor to ensure that all project settings are applied

Update to UE4 v25

02 Jul 03:51
cd3cfcc
Compare
Choose a tag to compare
Merge pull request #27 from Turupawn/sdk_update

Updated SDK version to 0.12.15

0.4.1

26 Feb 22:30
5baa59a
Compare
Choose a tag to compare
Update README.md

0.4.0

08 Oct 04:05
Compare
Choose a tag to compare
added default WorldContext to function libraries

0.3.0

07 Oct 01:55
Compare
Choose a tag to compare
Added mod event listener and updated plugin filters

0.2.0

03 Oct 17:20
Compare
Choose a tag to compare
fixed curl's segfault on mod download

0.0.2 release

09 Jul 04:06
33be7fc
Compare
Choose a tag to compare
Update README.md