carmelosantana/coqui-toolkit-doom-generator
Composer 安装命令:
composer require carmelosantana/coqui-toolkit-doom-generator
包简介
Doom mod generation toolkit for Coqui — WAD parsing, project scaffolding, DeuTex build orchestration, and source port launching
README 文档
README
Doom mod generation toolkit for Coqui. Provides native WAD file parsing, mod project scaffolding, DeuTex build orchestration, Freedoom IWAD management, and source port launching — all sandboxed to the workspace.
Requirements
- PHP 8.4+
- Coqui (auto-discovered via Composer)
Optional External Tools
- DeuTex — WAD compilation and asset injection (
apt install deutex/brew install deutex) - GZDoom or Chocolate Doom — source ports for launching and testing builds
Installation
composer require coquibot/coqui-toolkit-doom-generator
When installed alongside Coqui, the toolkit is auto-discovered via Composer's extra.php-agents.toolkits — no manual registration needed.
Tools Provided
doom_wad_inspect
Inspect any WAD file — parse headers, list lumps, search by name pattern, extract lump data.
| Parameter | Type | Required | Description |
|---|---|---|---|
path |
string | Yes | WAD file path relative to workspace |
filter |
string | No | Glob pattern to filter lump names (e.g. MAP*, *SKY*) |
show_header |
bool | No | Include header details in output (default: true) |
doom_project
Create and manage mod projects with standardized directory structure.
| Parameter | Type | Required | Description |
|---|---|---|---|
action |
enum | Yes | init, list, info |
name |
string | Conditional | Project name (required for init, info) |
iwad |
string | No | Target IWAD name (default: freedoom2.wad) |
source_port |
string | No | Target source port (default: gzdoom) |
doom_asset
Add, remove, list, or extract assets (graphics, sounds, sprites, flats) in a project.
| Parameter | Type | Required | Description |
|---|---|---|---|
action |
enum | Yes | add, remove, list, extract |
project |
string | Yes | Project name |
lump_name |
string | Conditional | Lump name for add/remove/extract |
file_path |
string | Conditional | Source file path for add, output path for extract |
category |
enum | No | Asset category: graphic, sound, sprite, flat, music, patch |
doom_build
Compile a project into a PWAD using DeuTex.
| Parameter | Type | Required | Description |
|---|---|---|---|
project |
string | Yes | Project name to build |
output_name |
string | No | Custom output WAD filename |
doom_run
Launch a build with a source port for testing.
| Parameter | Type | Required | Description |
|---|---|---|---|
project |
string | No | Project name (uses latest build) |
wad_path |
string | No | Direct path to a WAD file |
source_port |
enum | No | gzdoom, chocolate-doom, dsda-doom |
iwad |
string | No | Override IWAD |
extra_args |
string | No | Additional CLI arguments for the source port |
doom_toolchain
Check system toolchain status and manage Freedoom IWADs.
| Parameter | Type | Required | Description |
|---|---|---|---|
action |
enum | Yes | status, install_freedoom |
Architecture
src/
├── DoomGeneratorToolkit.php # ToolkitInterface entrypoint
├── Asset/
│ └── IwadManager.php # Freedoom downloads + user IWAD management
├── Exception/
│ └── DoomGeneratorException.php
├── Project/
│ └── ProjectManager.php # Mod project lifecycle
├── Runtime/
│ ├── DependencyChecker.php # System tool detection
│ ├── DoomResult.php # CLI result value object
│ └── DoomRunner.php # Multi-binary CLI orchestrator
├── Tool/
│ ├── DoomAssetTool.php
│ ├── DoomBuildTool.php
│ ├── DoomProjectTool.php
│ ├── DoomRunTool.php
│ ├── DoomToolchainTool.php
│ └── DoomWadInspectTool.php
└── Wad/
├── WadHeader.php # Header value object
├── WadLump.php # Lump directory entry VO
├── WadReader.php # Native PHP binary WAD parser
├── WadType.php # IWAD/PWAD enum
└── WadWriter.php # PWAD binary writer
License
MIT
carmelosantana/coqui-toolkit-doom-generator 适用场景与选型建议
carmelosantana/coqui-toolkit-doom-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「modding」 「wad」 「php-agents」 「coqui」 「doom」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 carmelosantana/coqui-toolkit-doom-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 carmelosantana/coqui-toolkit-doom-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 carmelosantana/coqui-toolkit-doom-generator 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Common helpers and classes for ICanBoogie
Enable use of agile toolkit framework in wordpress
Handy PHP Utility library
Administration toolkit for Laravel 5 - starting point for developing administration interface
Internal Craft CMS toolkit: site config overrides, KV/edge cache purge helpers, static labels and related utilities.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 40
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-08