Skip to content

Repository files navigation

RealRacing3 Texture Pack Tool

About

Use

  • Method 1: Select 1 or more image file, and drag them to the icon of this exe. Then all selected files will be converted one by one. This way is same as using cmd: R3_REPACK_IMG_PREPROCESS.exe imgfile1 imgfile2 imgfile3 ...

  • Method 2: Run this exe. You'll see "Hello World!". Then input the full path of an image file. Only 1 file can be convert in each run.


真实赛车3贴图打包工具

说明

  • 程序根据输入读取图像文件,每读入一个图像输出4个文件:atc.dds/etc.dds/atc.dds.z/etc.dds.z 。

  • 本程序使用OpenCV处理图像读取部分,使用CompressnaotrSDK进行atc和etc图像数据编码,使用Zlib进行.z压缩。

  • 支持的输入图像格式:JPG、PNG等。更多格式参见OpenCV文档-cv::imread()

本程序使用方法:

  • 方法1:拖拽一个/一系列文件到本程序的图标上。适用于批量转换。等效于批处理 R3_REPACK_IMG_PREPROCESS.exe 图像1 图像2 图像3...

  • 方法2:打开程序,在出现 Hello World! 后输入1个文件的名称(建议使用绝对路径)

About

Repack image file to atc.dds & etc.dds & atc.dds.z & etc.dds.z, which can be read by Real Racing 3.

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages