loblao / libpandadna

A parser for Disney's DNA files. It focus primarily on Toontown's DNA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpandadna

libpandadna is a library made for Panda3D that creates a common format for storing entire 3D worlds containing many groups, models, and textures in a tree-like form. It also handles some logical aspects of games, such as creating groups of models, textures, and nodes that can be hidden or shown on the fly, and enemy pathing.

NOTE - This project is inspired, and based off of Disney's DNA file format created for the now-closed MMORPG - Toontown Online, and therefore will be geared towards supporting it.

Usage

In order for the parser to understand a raw DNA file, the DNA file must first be converted into a small, easily readable and understandable binary format. This is to more or less what Panda3D does with their bam model files, and is done to speed up the process of reading and processing the files. Raw DNA files have a dna extension, and binary DNA files have a pdna extension. This is, of course, for convenience. The extensions can be changed to whatever is desired.

To convert a raw DNA file to binary format, the compiler utility included with this project can be used.

Features

  • compiler utility converts raw DNA files into a small, easily readable and understandable binary format.
  • pdna compression.
  • pdna reader written in C++ extended for use in Python and Panda3D.
  • Logical aspects, such as visible groups and enemy pathing.

The Team

The main people behind libpandadna are listed below:

  • loblao - The lead developer of the project, and coordinator who writes most of the graphical parts of the project.
  • xPythonic - Keeps the project clean, and writes most of the logical/lexical parts of the project.

Contributing

We welcome all potential contributors.

About

A parser for Disney's DNA files. It focus primarily on Toontown's DNA.

License:Other


Languages

Language:C++ 75.7%Language:Python 22.6%Language:CMake 1.7%Language:Batchfile 0.0%Language:Shell 0.0%