mirror of
https://github.com/lifebottle/comptoe.git
synced 2026-02-13 15:15:42 -08:00
master
COMPTOE
COMPLIB and COMPTOE by Carlos Ballesteros Velasco (soywiz). This program is part of the "Tales of Eternia - Spanish Translation" project.
Compressed files (both versions 1 and 3) can be unpacked or repacked with comptoe in Windows, Linux, and macOS.
As well, comptoe is compatible with other PS1/PS2/PSP games in the "Tales of" series, such as Destiny DC, Destiny 2, Rebirth, etc.
Compile Instructions
Windows
- Download and extract Tiny C Compiler (tcc.exe) from http://download.savannah.gnu.org/releases/tinycc/
- Copy
complib.c,complib.h, andcompto.cto the extractedtccfolder. - Open a command prompt in the
tccdirectory and entertcc complib.c compto.c -o comptoe.exe
Linux / macOS
gcc complib.c compto.c -o comptoe.exe- Note there is no extension. To run, use
./comptoe.exe
Links
Description
Languages
C
100%