Unreal-ModSupport/README.md

6 lines
659 B
Markdown
Raw Permalink Normal View History

2020-12-01 07:59:57 +00:00
## UE4 Plugin: ModSupport
2020-12-03 05:45:42 +00:00
[ModSupport](http://gitblit.myredstone.top/summary/UE4-Plugins!ModSupport.git) 是一个辅助制作 UE4 游戏模块化模组的插件,借鉴 [UGCExample](https://github.com/EpicGames/UGCExample/tree/a30eb37ddd71c6b958000af35506085d263e6934) 的思路管理和组织模组,配合 [HotPatcher](https://github.com/EpicGames/UGCExample/tree/a30eb37ddd71c6b958000af35506085d263e6934) 进行打包来实现单 Pak 包模组,可以在发布版的 UE4 上运行而无需源码。
2020-12-01 07:59:57 +00:00
目前支持的 UE4 版本4.25.4
前置插件:[HotPatcher](https://github.com/EpicGames/UGCExample/tree/a30eb37ddd71c6b958000af35506085d263e6934)