Skip to content

Analyzes the game client and extracts some data.

License

Notifications You must be signed in to change notification settings

DMCK96/almetica-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

almetica-analyzer

Simple fork of the analyzer code by Mirrawrs. Used to extract data needed by Almetica to serve as a custom server implementation for the MMORPG Tera.

Build

Visual Studio 2019 (CE compatible)

Run

TeraAnalyse.exe PATH_TO_TERA_EXE

The program will output three files:

  • keys.yaml
  • opcode.yaml
  • messages.yaml

You might need to retry to start the programm several times until it extracts the files successfully. You also most likely need to cleanup the opcode.yaml so that you only have the opcodes with the prefix "S_" and "C_".

Licence

MIT

About

Analyzes the game client and extracts some data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%