Convert2RDR is a Python script designed to convert GTA V (.ybn and .ydr) files into Red Dead Redemption 2 (.ybn and .ydr) files for game modification. The script utilizes CitiCon.com formats:convert for the conversion process. Please note that RedM must be installed on the C drive for the script to function correctly.
- Select and convert GTA V .ybn and .ydr files into Red Dead Redemption 2 format.
- Utilizes
CitiCon.com formats:convertfor file conversion. - Automatically moves and renames converted files to the specified output folder.
- Handles errors and displays success messages using message boxes.
- Run the script to open the GUI interface.
- Select the GTA V files to convert.
- Choose the output folder.
- Click the "Convert" button to initiate the conversion process.
- Python 3.x
- Tkinter
- RedM installed on the C drive
- Clone the repository.
- Install dependencies using
pip install tkinter. - Ensure RedM is installed on the C drive.
- Run the script using
python convert2rdr.pyor just use the standalone executable for Windows. - The standalone executable should work independently without requiring users to install Python or any additional packages. Therefore, users can simply run the standalone executable without the need to install Python, Tkinter, or any other dependencies separately.