Noita
评价数不足
modloader
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
65.538 KB
2023 年 3 月 18 日 下午 7:43
1 月 5 日 下午 11:04
10 项改动说明 ( 查看 )

订阅以下载
modloader

描述
Features
  • Functions. Append arbitrary code, disable original, override/update return values.
  • Entities. Patch entity xml files on mod initialization.
  • Actions. Search and update actions definitions.
  • GUI. Class oriented interface for easier GUI definition.
  • Events. Allow mods to create events and other mods to subscribe to them.

Bugs are expected. Documentation may exist at some point.

Example
Am example mod can be found here .
5 条留言
GoldFeniks  [作者] 2023 年 8 月 30 日 下午 8:25 
The load order was planned, but I haven't worked on the mod in a long while
anarcher 2023 年 8 月 23 日 下午 8:13 
No, for that you need something like mod manager which has it's own issues.
TheK0tYaRa 2023 年 8 月 21 日 下午 7:56 
Does it take care of load order issues?
GoldFeniks  [作者] 2023 年 3 月 19 日 下午 7:58 
Yes, mod has to be specifically coded to make use of this.
anarcher 2023 年 3 月 19 日 下午 2:53 
So a mod has to be specifically coded to make use of this, right?