Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kopoli/tgwopen
tgwopen is a program to open, create and list TGW-files.
https://github.com/kopoli/tgwopen
Last synced: about 2 months ago
JSON representation
tgwopen is a program to open, create and list TGW-files.
- Host: GitHub
- URL: https://github.com/kopoli/tgwopen
- Owner: kopoli
- License: gpl-2.0
- Created: 2009-07-20T08:33:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-10T17:36:58.000Z (about 14 years ago)
- Last Synced: 2023-04-20T00:47:31.330Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
updated 20.07.2009
tgwopen is a program to open, create and list TGW-files.
The TGW-files are archive files for a game called Kohan: immortal
sovereigns. This program is especially intended for the Loki port of the
game. The main goal is to help in modifying the game, because the Loki port
does not support these "override"-directories as the windows version
does. Therefore the TGW-archives must be modified directly.http://www.timegate.com/kis/
http://www.lokigames.com/products/kohan/The source should be mostly C99 and POSIX compatible and it should compile
on modern Linux:ish systems.Compile:
sh autogen.sh
./configure && make allinstall:
make installrun:
tgwopenExamples:
tgwopen list archive.TGW
Lists the files inside the archivetgwopen extract archive.TGW --output-dir dir
extracts the files inside the archive and writes them into the directory dir