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.
This repository was created to create minor changes for use as a shared library.
- Install a C Compiler.
winget install MYSYS2.MYSYS2chocolatey install mingw- Install tinycc
- Compile the Library
gcc -shared -o complib.dll complib.c -Wl,--export-all-symbols
- Replace
gccwithtccif using tinycc.
gcc -fPIC -shared -o complib.so complib.c
gcc -fPIC -shared -o complib.dynlib complib.c