Skip to content

A tool to help you convert UFC Undisputed 3 character models from PS3 to Xbox 360.

License

Notifications You must be signed in to change notification settings

Natan822/ufc-u3-model-converter

Repository files navigation

UFC U3 Model Converter

This is a simple tool that can be used to convert UFC Undisputed 3 character models from PS3 to Xbox 360 or RPCS3 to Xenia.

Requirements

  • Python (only required if using the command-line method) >= 3.12.8
  • ImageMagick >= 7.1.1

Installation

Note: Make sure you already have the requirements installed before following these steps.

Option 1: Using the executable(Windows only)

  1. Download and extract the latest release under the Releases page.
  2. Run the ufc-converter-win64.exe file.

Option 2: Using the CLI

Dependencies

  • Wand == 0.6.13 (used for resizing *.dds textures)

Instructions

  1. Either:
    • Clone this repository:
    git clone https://github.com/Natan822/ufc-u3-model-converter.git
    • Or download and extract the latest release's source code under the Releases page.
  2. Navigate to the project's directory where main.py is located.
  3. Install dependencies:
pip install -r requirements.txt
  1. Execute main.py:
python main.py

Usage

  1. Choose whether you want to convert a single *.pac or *.mpc file or a whole folder. main window's screenshot

Note: Converting a folder is going to recursively look for *.pac and *.mpc files and folders within a selected folder.

  1. Select the file/folder to be converted.
  2. Done!

If everything has run as expected, your selected files will be overwritten and converted to be ready to use on an Xbox 360 or Xenia's version of the game. A backup of the original files will also be created in the same folder under the name of {file_name}.bak.

Credits

This project would not be possible without:

  • The contributions of 'TheMMAVeteran' to the 'UFC Undisputed 3 Modding Guides' wiki.
  • UUC's model ports of UDF's RPCS3 models which were used for reverse engineering.

Known issues

  • Fixed. Converting certain models may not work due to problems decompressing their all.tex file.
  • Conversion of Pride fighters is not yet supported.

About

A tool to help you convert UFC Undisputed 3 character models from PS3 to Xbox 360.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages