Skip to content

Mizux/KalistoUnpacker

 
 

Repository files navigation

Github-CI:
Build Status Build Status Build Status Build Status

Build Status Build Status Build Status

Introduction

| Requirement | Codemap | Build | Test | Install | CI | License |

Unpacker for Kalisto data files (.KBF/.KIX) found in the "New York Race" (NYR) video game.

NYR is a flying car racing game developed by Kalisto Entertainment and released in 2001. It is based on The Fifth Element film.

smx:

Based on my discoveries, the KBF extension stands for "Kalisto Binary File" and KIX stands for "Kalisto Index File". I don't own any other Kalisto-made game to verify if other games also use the same binary format, but yo're free to try this tool and see if it works for you

Requirement

You'll need:

  • "CMake >= 3.16".

Codemap

The project layout is as follow:

Build Project

To build the C++ project, as usual:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target all -v

note: replace all by ALL_BUILD for non makefile generators.

Test Project

To test the C++ project, as usual:

cmake --build build --config Release --target test -v

note: replace test by RUN_TESTS for non makefile generators.

Install Project

To install the C++ project, as usual:

cmake --build build --config Release --target install -v

note: replace install by INSTALL for non makefile/xcode generators.

Appendices

Few links on the subject...

Resources

Project layout:

CMake:

Contributing

The CONTRIBUTING.md file contains instructions on how to file the Contributor License Agreement before sending any pull requests (PRs). Of course, if you're new to the project, it's usually best to discuss any proposals and reach consensus before sending your first PR.

License

Apache 2. See the LICENSE file for details.

About

Unpacker for Kalisto data files (KBF/KIX) found in "New York Race" game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 28.9%
  • Makefile 26.4%
  • Dockerfile 22.9%
  • CMake 18.8%
  • Shell 3.0%