ambeloe / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files. (updated for better building on modern system)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velocity

About

Developed mainly by Stevie Hetelekides(Hetelek) and Adam Spindler(Experiment5X). For a full list of the contributors of Velocity, view the contributors graph.

Velocity is a cross-platform application built using the Qt framework, that allows you to browse and edit Xbox 360 files. Velocity's backend is handled by the XboxInternals library, which currently supports the following Xbox file formats:

  • Xbox-specific cryptography
  • XDBF
  • YTGR
  • FATX
  • STFS
  • Xbox disc formats
    • SVOD
    • GDFX

Other individual files specific to the Xbox 360 are supported, including the Account file and other minor ones.

Building

Debian 12 dependencies: qtbase5-dev

git clone --recurse-submodules https://github.com/ambeloe/Velocity  
cd Velocity  
make

Licensing Information

Velocity is licensed and distributed under the GNU General Public License (v3).

Velocity is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

If no copy of the GNU General Public License was recieved with this program (FILE: COPYING), it is available at http://www.gnu.org/licenses/.

About

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files. (updated for better building on modern system)

License:GNU General Public License v3.0


Languages

Language:C++ 97.4%Language:C 1.5%Language:QMake 1.0%Language:Makefile 0.1%