gothos-folly/TeraDataTools
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
DataCenterUnpack: * Decrypt and decompress a data center file given key and IV * Extract the key/iv from a running Tera instance * Outputs an info file which contains relevant information about a data center, including revision, key/iv, file name, file sizes and SHA-256 hashes. GothosDC: Replaces the older DCTools * It doesn't require the user to hardcode section offsets and figures them out by itself. Simply point it at an unpacked data center. * It parses the whole DataCenter in 5-10 seconds * It preserves type information, instead of turning ints/bools/floats into strings that need to be parsed again. DataTools: Updated version, starting from coolyt's variant: * It only contained the binary version of the Tera emulator classes, replaced that with source code taken from P5yl0's github. * Replaced a few enums with strings, where it made sense. (e.g. NpcTitle) * Replaced a bunch of ints with floats, where the data center uses floats * Updated several of the parsers to work with current data, adding classes, skill-triggers, etc. and fixed handling a bunch of fields which are optional in recent versions --- DataCenterUnpack and GothosDC are written by Gothos and released under the MIT license. DataTools was written by other people, I'm not sure which license applies to it.
About
Tool to parse the Tera Data Center.
Resources
Stars
Watchers
Forks
Packages 0
No packages published