amxx-modding-kit

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Introduction

简介

AMXX Modding Kit is a framework for developing plugins for AMX Mod X. It provides a set of APIs and utilities for developing plugins for AMX Mod X.
AMXX Modding Kit是一款用于开发AMX Mod X插件的框架。它提供了一套用于AMX Mod X插件开发的API和工具集。

References

参考资料

  • Using AMXX Modding Kit in large projects
  • 在大型项目中使用AMXX Modding Kit

Game Managers

游戏管理器

  • Assets API - Resource management from JSON config files
  • Rounds API - Round lifecycle, timing, win conditions
  • Shops API - In-game shops with items and balance systems
  • Assets API - 基于JSON配置文件的资源管理
  • Rounds API - 回合生命周期、计时与获胜条件管理
  • Shops API - 包含物品与余额系统的游戏内商店

Custom Systems

自定义系统

  • Custom Entities API - OOP-style custom entity system
  • Custom Events API - Pub/sub event system for plugin communication
  • Custom Weapons API - OOP-style custom weapon system
  • Player Effects API - Timed player effects with invoke/revoke lifecycle
  • Player Model API - Player model and animation management
  • Player Roles API - OOP-style role management system
  • States API - State machines with transitions and guards
  • Custom Entities API - 面向对象风格的自定义实体系统
  • Custom Events API - 用于插件通信的发布/订阅事件系统
  • Custom Weapons API - 面向对象风格的自定义武器系统
  • Player Effects API - 具有启用/禁用生命周期的定时玩家效果
  • Player Model API - 玩家模型与动画管理
  • Player Roles API - 面向对象风格的角色管理系统
  • States API - 包含状态转换与守卫的状态机

Utilities

工具集

  • Entity Force API - Physics forces and momentum transfer
  • Entity Grab API - Pick up, carry, and throw entities
  • Player Camera API - Custom camera views with smooth movement
  • Player Music API - MP3 music playback with duration detection
  • Waypoint Markers API - 3D waypoint sprites with wall projection
  • Entity Force API - 物理作用力与动量传递
  • Entity Grab API - 实体的拾取、携带与抛掷功能
  • Player Camera API - 支持平滑移动的自定义相机视角
  • Player Music API - 支持时长检测的MP3音乐播放
  • Waypoint Markers API - 支持墙面投影的3D路径点精灵