About this archive

A static reference for the assets that shipped in Tales of Eternia Online's PC client. The MMO ran 2003–2007 in Japan, operated by Namco's MMO partner ISAO Corporation. Servers are dark, but the client's asset binaries yield to careful reverse engineering — every container format used by the engine has now been decoded, and what's here is the complete structural archive of what the client carried.

What this archive contains

What this archive does NOT contain — and why

The most-asked question for a game wiki is "how much HP does this monster have?" The honest answer is: we have not found confirmed authoritative stat or drop tables in the recovered client corpus. TOEO was an MMO, so values such as HP, damage, EXP, drops, and reward logic were likely controlled by the live server rather than stored as static client assets.

Data categoryWhere it livedRecoverable?
Models, textures, animations, UI, soundsOn the disc / patcher✅ Recovered (this archive)
Symbolic names, item icons, asset registryPatched in post-launch (cid0.idt, crsid.crs, icon_item.icd, …)✅ Recovered (this archive)
Map geometry, zone identityOn the disc (.mpi / .mpd / minimap .bnd)✅ Recovered (this archive)
Mob HP / level / damage formulasSigma's authoritative servers❌ Lost when servers shut down 2007
Drop tables / shop tables / XP curvesSigma's authoritative servers❌ Lost when servers shut down 2007
Spawn locations / aggro ranges / behavior parametersSigma's authoritative servers❌ Lost when servers shut down 2007
Localized English item / skill / monster namesJP-only game; English wiki names are inferred from Tales franchise lore where applicable⚠️ Partial — cross-referenced from Tales of Eternia canon

This is the universal structural property of MMO archaeology: live-server numbers die with the servers. The client only ever held the presentation layer; combat math, drop chances, and progression curves were computed server-side as an anti-cheat necessity. We checked the launch-day ISO, the post-patch installed tree, the patcher infrastructure URLs (patch.toeo.jp, no Wayback Machine snapshots), and the publisher's hosting partner records — confirmed: no source remains.

Container formats decoded

Seven formal container families and one shared engine library, all RE'd from the original client:

Method notes

Static analysis leveraged the Namco engine's verbose assertion strings: every Source/Sys_*.cpp path leaks a library name. Decompiler output, disassembly, and corpus-wide validation were combined to recover container headers, record layouts, pointer relocation rules, compression paths, and encrypted table structures. Runtime probing was used only where static structure was not enough to explain protocol behavior.

Legal

Asset binaries (texture data, audio, copyrighted content) are not redistributed. This archive consists of:

Run python3 build_wiki.py against your own copy of the client to populate the visual assets. Tales of Eternia Online © Namco Bandai 2003–2007 / ISAO Corporation.