In that case, unless you're willing to hack in all those capabilities yourself, the answer is neither.Nash wrote:external file system, scripted actors, user mods etc etc
Unity or Unreal Engine?
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: Unity or Unreal Engine?
-
- Posts: 3463
- Joined: Sat Jul 19, 2003 8:39 am
Re: Unity or Unreal Engine?
One of the most moddable modern engines is GameBryo - it's used in Civilization 4 and Elder Scrolls: Oblivion, which both have tonnes of mods. It does have the major disadvantage of not being free, and is apparently somewhat difficult to work with.
-
- Posts: 2599
- Joined: Tue Nov 29, 2005 4:37 am
Re: Unity or Unreal Engine?
I've seen more Unity games with modding than UE honestly, so it might be worth looking into how Unity devs handle it.Kinsie wrote:In that case, unless you're willing to hack in all those capabilities yourself, the answer is neither.Nash wrote:external file system, scripted actors, user mods etc etc
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: Unity or Unreal Engine?
It's possible, but it's not an engine-native feature, you'll have to roll your own solution.Snarboo wrote:I've seen more Unity games with modding than UE honestly, so it might be worth looking into how Unity devs handle it.Kinsie wrote:In that case, unless you're willing to hack in all those capabilities yourself, the answer is neither.Nash wrote:external file system, scripted actors, user mods etc etc
Unreal Engine 4 has some things that are kinda sorta mod support-y, but they're either hilariously unfinished or not properly exposed to users. In addition, you're not even allowed to pack the editor in with the game - you have to make it available to Unreal Engine subscribers via GitHub.