User:Miceiken/Sandbox: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "new main page:")
 
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
new main page:
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 [[rev]]isions 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 [[rev]]isions info!
 
<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==
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| World
|-
| Terrain
| [[ADT/v18]], [[ADT/v22]], [[ADT/v23]]
|-
| Map description
| [[WDT]]
|-
| Low-resolution terrain
| [[WDL/v18]]
|-
|}
 
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| Graphics / Models
|-
| Textures
| [[BLP]]
|-
| Models
| [[M2]], [[M2/WotLK]], [[M2/Cata]], [[M3|M3 for D3]]
|-
| Addition model information
| [[M2/WotLK/.anim]], [[M2/WotLK/.skin]], [[PHYS]]
|-
| Large models/map objects
| [[WMO]]
|-
| Shaders
| [[BLS]], [[WFX]]
|-
| Low-resolution textures
| [[TEX/v0]]
|-
|}
 
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| Cache / Databases
|-
| Cache
| [[WDB]], [[ADB]] (Cataclysm)
|-
| Database
| [[:Category:DBC|DBC]], [[DB2|DB2]] (Cataclysm)<br>[[:Category:DBC|tables]], [[:Category:DBC_Vanilla|Vanilla]], [[:Category:DBC_BC|BC]], [[:Category:DBC_WotLK|WotLK]], [[:Category:DBC_Cataclysm|Cataclysm]], [[:Category:DBC_MoP|MoP]], [[:Category:DBC_WoD|WoD]]
|-
| Day-night-cycle
| [[Dnc.db|dnc.db]]
|-
|}
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| Addons / Scripting / UI
|-
| Minimap description
| [[TRS]]
|-
| Addon Table of Contents
| [[TOC]]
|-
| Configuration
| [[WTF]]
|-
| Subtitles
| [[SBT]]
|-
|
| [[ZMP]]
|-
| Lua, XML and more
| [http://www.wowwiki.com/World_of_Warcraft_API World of Warcraft API]
|-
|}
 
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| Storage / Meta
|-
| Archives
| [[MPQ]], [[CASC]]
|-
| File-verification
| [[signaturefile]]
|-
| Various formats
| [[Alpha]], [[Cataclysm]], [[MoP]]
|-
|}
 
 
{| align="left" style="margin: 10px;" width="20%" class="wikitable"
!colspan="2"| Alpha / Vanilla
|-
| Liquids
| [[WLM]], [[WLQ]], [[WLW]]
|-
| Lighting
| [[LIT]]
|-
| Map database
| [[World.def]]
|-
|}
<div style="clear: both;"></div>
 
''See [[:Category:Format]] for all versions and formats.''
 
==World of Warcraft Memory Data==
 
*'''Client'''
**[[Player]]
**[[Camera]], [[Spectate Mode]]
**[[Time]]
*'''ClientObjects'''
**[[M-WMO]]
**[[M-M2]]
**[[Character]]
*'''ServerObjects'''
**[[ServersideObjects]]
*'''[[Terrain]]'''
*'''[[Enumeration & Structures]]''' by Kynox
*Information about '''[[Warden]]''' by Kynox, Cypher and others. See [http://www.mmowned.com/forums/wow-memory-editing/162489-warden-wiki-page.html].
*[[Click To Move]]
*[[Client:BSN]]
*[[General Structures]]
*[[Macros]]
*[[Opcodes]], [[Packets]]
*Patching the client: [[Patching Files]], [[Updater]], [[Lst]]
 
''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 [http://wowdev.org/wiki/index.php/ WowDev.org]'s and [http://sourcepeek.com/wiki/ Sourcepeek]'s wiki.

Latest revision as of 12:32, 4 September 2017

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
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
Storage / Meta
Archives MPQ, CASC
File-verification signaturefile
Various formats Alpha, Cataclysm, MoP


Alpha / Vanilla
Liquids WLM, WLQ, WLW
Lighting LIT
Map database World.def

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.