Universal Game Genie (tm) Code Convertor v1.0
Copyright (c) 2001 by WyrmCorp <http://wyrmcorp.com>.
Distributed under the BSD Software License
LEGAL
This program is free software. See uggconv.c for license terms.
Game Genie (tm) is a trademark of Galoob and is used for purely informational purposes. No endorsement of this utility by Galoob is implied.
OS: WINDOWS
For the convenience of Windows users without a compiler, a precompiled Win32 binary and an HTML copy of the man page are included in this package. You can throw everything else away. Please note that uggconv is a console appplication and should be run from a command shell.
OS: UNIX
If your compiler is GCC then do
$ make
to compile. Otherwise you'll need to alter the rather trivial
Makefile for your compiler.
To install, either do
# make install
as root to install to /usr/local/{bin,man} or copy the binary
(uggconv) and man page (uggconv.1) where you want them.
OS: OTHER
The uggconv utility is 100% ANSI C. Simply compile uggconv.c and use uggconv.html for documentation.
