modio / modio-ue4-legacy

Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
https://mod.io
MIT License
85 stars 14 forks source link

[Enhancement] Releasing Mods from UE4 Editor. #19

Closed CutestNekoAqua closed 3 years ago

CutestNekoAqua commented 4 years ago

It would be nice if a feature would be added that the mod could be directly cooked and uploaded to mod.io from the UE4 editor. Because I don't know how to implement an easier way for users to upload their models. (Currently I have to use an uggly method to import .fbx files which is uggly by the way

Turupawn commented 4 years ago

Yeah it would be nice to have a built-in integration for cooking from the editor. But unfortunately, we can't make a generic solution that works for all games because so far there is no standard in UE4. So every game can implement it in different ways.

Btw, have you joined our discord chat? http://discord.mod.io If you want to take a look, make sure you visit our #unreal channel, we have discussed some strategies regarding modding in UE4.

MarkusRannare commented 3 years ago

This is something that I want to take another look into after we have updated a few of our internal tools and projects. Hopefully it's something that I can start looking into sometime early next year

brendenfrank commented 3 years ago

I would model off of epic's SimpleUGC plugin. It's pretty much the standard for how to create mods in UE4. Putting that aside however, there are a few generic things I think should be included regardless:

I think users could customize that further, but it would have saved us a lot of time.

MarkusRannare commented 3 years ago

We are working on a rewrite of the Plugin that we plan to include this in. Sadly it won't get into this version of the plugin. I'll save you feedback for the next version of the plugin so that we can ensure that we take it into the consideration during the planning