User:Miceiken/Sandbox: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
<div style='border: 2px solid black; width: 450px; padding: 5px;'>'''Feedback wanted''' on DBC documentation changes! '''[[Talk:DBC_naming|Read more here!]]'''</div>
<div style='border: 2px solid black; width: 450px; padding: 5px;'>'''Feedback wanted''' on DBC documentation changes! '''[[Talk:DBC_naming|Read more here!]]'''</div>
==File formats==
==File formats==
{| class="wikitable"
{| align="left" width="20%" class="wikitable"
!colspan="2"| World
!colspan="2"| World
|-
|-
| Terrain
| Terrain
| [[ADT/v18]]
| [[ADT/v18]], [[ADT/v22]], [[ADT/v23]]
|-
|-
| Map description
| Map description
Line 21: Line 21:
|}
|}


{| class="wikitable"
{| align="left" width="20%" class="wikitable"
!colspan="2"| Graphics / Models
!colspan="2"| Graphics / Models
|-
|-
Line 28: Line 28:
|-
|-
| Models
| Models
| [[M2]], [[M2/WotLK]], [[M2/Cata]]  
| [[M2]], [[M2/WotLK]], [[M2/Cata]], [[M3|M3 for D3]]
|-
|-
| Addition model information
| Addition model information
Line 44: Line 44:
|}
|}


{| class="wikitable"
{| align="left" width="20%" class="wikitable"
!colspan="2"| Cache and Databases
!colspan="2"| Cache / Databases
|-
|-
| Cache
| Cache
Line 58: Line 58:
|}
|}


* '''Addons / Scripting / UI'''
{| align="left" width="20%" class="wikitable"
** minimap description: [[TRS]]
!colspan="2"| Addons / Scripting / UI
** addon table of contents: [[TOC]]
|-
** configuration: [[WTF]]
| Minimap description
** subtitles: [[SBT]]
| [[TRS]]
** [[ZMP]]
|-
** ''also used are Lua, XML and more. See more information on "http://www.wowwiki.com/World_of_Warcraft_API"''
| Addon Table of Contents
* archives: [[MPQ]], [[CASC]]
| [[TOC]]
* file-verification: [[signaturefile]]
|-
* various formats for [[Alpha]], [[Cataclysm]], [[MoP]]
| Configuration
* '''alpha/vanilla'''
| [[WTF]]
** liquids: [[WLM]], [[WLQ]], [[WLW]]
|-
** lighting: [[LIT]]
| Subtitles
** map database: [[World.def]]
| [[SBT]]
** large models/map objects: [[WMO/v14]]
|-
* '''internal/unused/other'''
|
** terrain: [[ADT/v22]], [[ADT/v23]]
| [[ZMP]]
** models for D3: [[M3]]
|-
| Lua, XML and more
| [http://www.wowwiki.com/World_of_Warcraft_API World of Warcraft API]
|-
|}
 
{| align="left" width="20%" class="wikitable"
|-
| Archives
| [[MPQ]], [[CASC]]
|-
| File-verification
| [[signaturefile]]
|-
| Various formats
| [[Alpha]], [[Cataclysm]], [[MoP]]
|-
|}
 
{| align="left" width="20%" class="wikitable"
!colspan="2"| Alpha / Vanilla
|-
| Liquids
| [[WLM]], [[WLQ]], [[WLW]]
|-
| Lighting
| [[LIT]]
|-
| Map database
| [[World.def]]
|-
| Large models/map objects
| [[WMO/v14]]
|-
|}


''See [[:Category:Format]] for all versions and formats.''
''See [[:Category:Format]] for all versions and formats.''

Revision as of 19:21, 8 February 2016

Welcome to the WoWDev wiki, incarnation 3. Thanks to Malu05 for hosting the past two at madx.dk and pxr.dk!

Many files of WoW change in new revisions of the client. Some information may thus be out of date or newer than the version you want. Please note that most information is for WotLK/3.3.5a/12340 or WoD/6.0.1/18179. Also see Common_Types for a list of types commonly used in the documentation.

If you add new infomations to our wiki please keep in mind to always take care to also write down your revisions info!

Feedback wanted on DBC documentation changes! Read more here!

File formats

World
Terrain ADT/v18, ADT/v22, ADT/v23
Map description WDT
Low-resolution terrain WDL/v18
Graphics / Models
Textures BLP
Models M2, M2/WotLK, M2/Cata, M3 for D3
Addition model information M2/WotLK/.anim, M2/WotLK/.skin, PHYS
Large models/map objects WMO/v17
Shaders BLS, WFX
Low-resolution textures TEX/v0
Cache / Databases
Cache WDB, ADB (Cataclysm)
Database DBC, DB2 (Cataclysm)
tables, Vanilla, BC, WotLK, Cataclysm, MoP, WoD
Day-night-cycle dnc.db
Addons / Scripting / UI
Minimap description TRS
Addon Table of Contents TOC
Configuration WTF
Subtitles SBT
ZMP
Lua, XML and more World of Warcraft API
Archives MPQ, CASC
File-verification signaturefile
Various formats Alpha, Cataclysm, MoP
Alpha / Vanilla
Liquids WLM, WLQ, WLW
Lighting LIT
Map database World.def
Large models/map objects WMO/v14

See Category:Format for all versions and formats.

World of Warcraft Memory Data

See Category:Client for all articles.

Thanks to

  • Adys
  • Archange
  • Chuanhsing
  • Cypher
  • Dreamhacker
  • Hergonan
  • Karliky
  • Kynox
  • Malu05
  • Markus
  • ObscuR
  • Reiner030
  • Riraito
  • Schlumpf
  • Shynd
  • Tharo
  • Tommedema
  • Xayo
  • Yamachi

for contributing to the wiki.

Blizzard entertainment for creating World of Warcraft.

Some of the information is retrieved from WowDev.org's and Sourcepeek's wiki.