Skip to content
 
 

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This repository was created to create minor changes for use as a shared library.

Compilation

Windows

  1. Install a C Compiler.
  • winget install MYSYS2.MYSYS2
  • chocolatey install mingw
  • Install tinycc
  1. Compile the Library

gcc -shared -o complib.dll complib.c -Wl,--export-all-symbols

  • Replace gcc with tcc if using tinycc.

Linux

  1. gcc -fPIC -shared -o complib.so complib.c

macOS

  1. gcc -fPIC -shared -o complib.dynlib complib.c

Links

About

Public and released utilities from blog.tales-tra.com; Workflow fork

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages