Skip to content

MOD Framework 2 release!

Latest

Choose a tag to compare

@emicoto emicoto released this 16 Feb 01:23
· 4 commits to main since this release

简易框架 2.0 更新日志

Simple Framework 2.0 Release Notes

✨ 主要更新 | Major Updates

  • 完全独立架构:框架彻底从 DOL 原版游戏独立,无论官方如何更新都不会影响框架的运行。
    Fully Independent Architecture: The framework is now completely decoupled from the original DOL game, ensuring stability regardless of future updates.

  • 全新 MOD 管理系统,支持自动化管理,包括:
    New MOD Management System with automated features:

    • 自动注册 MOD,无需手动添加。
      Automatic MOD Registration: No manual setup required.
    • 自动初始化 MOD 变量,简化配置流程。
      Automatic MOD Variable Initialization: Streamlined setup process.
    • MOD 预设配置支持,便于管理默认设置。
      MOD Preset Configuration Support: Easier default settings management.
  • 完整的事件处理系统:无需与原版游戏交互,即可通过简单配置注册游戏事件进程。
    Comprehensive Event Handling System: Register game event processes with simple configurations without interacting with the base game's messy code.

  • 全新交互动作系统,支持:
    New Interaction Action System, featuring:

    • 多场景 (location) & 多地点 (passage) 交互链接,可通过简单逻辑批量添加。
      Multi-Scene & Multi-Passage Interaction Links: Easily add links across multiple locations with simple logic.
    • 角色在场条件判定,可根据角色状态动态添加交互。
      Character Presence-Based Actions: Dynamically add interactions based on whether characters are present.

🎨 UI 自定义扩展 | Expanded Custom UI Support

  • 支持更多 UI 自定义选项,增强游戏界面可拓展性。
    More Custom UI Options: Enhanced flexibility for UI expansion.
  • 更简单便利的DOM工具集,更少的代码,更灵活便捷,更少的冲突。
    Better DOM tools: Less code, more flexibility, less conflicts.
  • 追加jQueryUI的完整支持。 更多更方便快捷的工具,完整的UI支持。
    Added full support for jQueryUI. More convenient and simple tools, complete UI support.

🛠️ 附属 MOD 框架 | Additional MOD Framework

  • 独立的 Inventory System(物品系统):
    Standalone Inventory System, supporting:
    • 简易物品创建:通过简单代码即可添加新物品。
      Easy Item Creation: Create new items with minimal code.
    • 可扩展的储存工具:支持新建不同类型的存储容器。
      Customizable Storage Tools: Define various storage options effortlessly.

🔧 其他优化 | Other Improvements

  • 新增大量便利函数与小功能,提升开发体验。
    Added numerous utility functions and small features to enhance usability.

更多请查看在线说明文档。 | See more details on online documents: here