Krrios File Format Reference

Colors
Index Files
Anim.mul
Anim.idx
AnimData.mul
Art.mul
ArtIdx.mul
Fonts.mul
GumpArt.mul
GumpIdx.mul
Hues.mul
Light.mul
LightIdx.mul
Map<n>.mul
MultiMap.rle
Multi.mul
Multi.idx
Palette.mul
RadarCol.mul
SJIS2Uni.mul
SkillGrp.mul
Skills.mul
Skills.idx
Sound.mul
SoundIdx.mul
Speech.mul
StaIdx<n>.mul
Statics<n>.mul
TexIdx.mul
TexMaps.mul
TileData.mul
UniFont[n].mul
VerData.mul

Back to Reference

Speech

Data File: Speech.mul

This file has no indexer. Directly after one chunk ends, another begins.

Chunks:

short keywordID; // Note: This is big-endian
short keywordLength; // Note: This is also big-endian
char[keywordLength] keyword;

When the client says a certain keyword, it only has to send the keyword ID to the server.
As keywords can be in different languages, the server no longer needs to translate speech.