Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

tes4skyrim

tes4skyrim 收录了来自 bryantmh 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
3
更新
2026-07-02
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

oblivion-to-skyrim-dialog
软件开发工程师

Complete record-by-record mapping for converting Oblivion (TES4) dialogue, voice, and quest data into Skyrim (TES5) so it behaves the same in-game, not merely so the right records exist. Covers DIAL, INFO, QUST, IDLE, PACK, the voice system (race+gender → VTYP), the condition (CTDA) translation, and the structural pieces Skyrim requires that Oblivion has no source for (DLBR branches, DLVW views, VTYP routing, SEQ files). Use when planning or implementing TES4→TES5 dialogue/quest conversion, deciding how a specific Oblivion field becomes Skyrim structure, or auditing whether a conversion is behaviorally faithful.

2026-07-02
skyrim-dialog-system
软件开发工程师

Pure reference for how Skyrim's (TES5) dialogue, voice, and quest systems work — every record type (DIAL, INFO, QUST, DLBR, DLVW, SCEN, VTYP, IDLE), its binary layout, field meanings, enums, the condition (CTDA) system, the voice-routing pipeline, and a checklist of everything required for dialogue to fire in-engine. Use when authoring, reading, or debugging Skyrim dialogue/quest/voice records, when reasoning about how a topic reaches an NPC, or when you need the exact structure of any of these records. This is a description of vanilla Skyrim only — it contains no conversion/import logic.

2026-07-02
oblivion-dialog-system
软件开发工程师

Pure reference for how Oblivion's (TES4) dialogue, voice, and quest systems work — every record type (DIAL, INFO, QUST, IDLE, PACK), its binary layout, field meanings, enums, the condition (CTDA) system, the topic-type and add-topic model, result scripts, and a checklist of everything required for dialogue to fire in-engine. Use when authoring, reading, or debugging Oblivion dialogue/quest/voice records, when reasoning about how a topic reaches an NPC, or when you need the exact structure of any of these records. This is a description of vanilla Oblivion only — it contains no conversion/import logic.

2026-06-19