Skip to content

A Battlefield 2 mesh file parser written in C#

License

Notifications You must be signed in to change notification settings

UTurista/BF2Mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BF2Mesh - Battlefield 2 mesh file parser

This code documents how to parse mesh files of the DICE/EA games Battlefield 2,
Battlefield 2142, Battlefield Heroes, Battlefield Play4Free, which share the
same internal layout. These files typically have the extension ".StaticMesh",
".BundledMesh" or ".SkinnedMesh".

The code does not include rendering code or otherwise convert or output the data
to file. However, the included sample application (main.cpp) is a command-line
program that prints some useful information, and can be used to verify the
integrity of mesh files.

For more information, see: http://www.bytehazard.com

About

A Battlefield 2 mesh file parser written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages