GithubHelp home page GithubHelp logo

ayaresourceextractor's Introduction

AYAResourceExtractor

Battle Engine Aquila resource extractor tool

This Windows app can be used to extract game models from the PC version of Battle Engine Aquila and will convert them into .fbx files that can be read in Windows default ‘3D viewer’ or apps like Blender.

To use. Run and select the ‘Battle engine Aquila’ game folder and optionally change the output folder. Then either extract an individual .aya file (found in data\resources\meshes) OR select ‘Extract all’.

Output fbx files can be ascii and/or binary. Ascii files work in Windows default ‘3D Viewer’. Binary ones work with Blender.

All the model textures can be found in the output folder under the folder name ‘MeshTextures’.

The app was coded with Visual Studio community 2022 and the solution file (.sln) can be found in Code\AyaResourceExtractor\AYAResourceExtractor.sln

The PC version of Battle Engine Aquila I own (and tested with) I believe came out in 2003 and came as bundled software with a Nvidia graphics card. I’ve not tested this with the Steam version of BEA. It is assumed the .Aya files will be the same!. This app won’t work with Xbox/PS2 versions.

The converter was written in C# with Windows forms, however this app also contains C,C++,C# projects from:

-Zlib from Mark Adler (this is needed as .aya files were compressed with this)

-DSSReader from Juho Peltonen (This is needed as the textures were stored as compressed DXT2). Converted textures are store as .png as some contain alpha channel data.

-FBX from hamish-milne. (This is used to read/modify/write) fbx files.

Currently this extractor tool only extracts models from the .aya files and does not work 100% on every model.

Limitations include:-

-Some normals on model primitives seem to be wrong (point in wrong direction). However most are correct.

-No multitexture blending for single primitive (Maybe needed in a few rare places).

-A model is extracted as a ‘static’ single fbx object. Not as different object parts.

-Animations (including bones) do not get extracted.

ayaresourceextractor's People

Contributors

stuart73 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.