GI:/download/programs
|
This page holds various programs, utilities and games I've made. Dig in, it's all free.
|
Utilities
|
Just little utility programs, most of them command-line based.
To run Java programs use the following syntax;
- for "MyProgram.class", use the command
java MyProgram (note case-sensitivity and no .class extension)
- for "MyProgram.jar", use the command
java -jar MyProgram.jar (case-sensitive again, but extension IS given)
- clasutil.zip
-
A set of simple Java-class utilities. Includes:
- Echo (echoes command-line parameters)
- divisor (divides command-line parameters, returns integers)
- rot13 (performs ROT13 encoding/decoding on specified text or file)
- BlackBoard (glyph-based drawing tool)
- dosutil.zip
-
A set of simple MS-DOS utilities; copy to Windows/Command for maximum effect. Includes:
- finf (get info on specified file)
- info (get system info summary)
- froma & ontoa (move specified files off/on the floppy drive to/from current directory)
- ls (more readable version of dir, date-sorted)
- rescr (reset screen, useful to run after Windoze if you intend to carry on under DOS)
- cobfile.zip
-
A utility for extracting and analyzing Ascendancy COB files; originally written by DrkEtrnl, I just changed it to ANSI C and changed a few things here and there.
|
Game Modifications
|
These are modifications to existing games. Instructions for use are supplied.
- Sojurn98.zip IN DEVELOPMENT
-
Ascendancy: Sojourn v0.1d, current development version. Unzip into your Ascend folder and run
sojourn.exe to get started. You will need to download Sojourn99.zip if you don't already have that executable.
- Sojurn99.zip IN DEVELOPMENT
-
Ascendancy: Sojourn v0.0d, original development version. Unzip into your Ascend folder and run
sojourn.exe to get started. Download the most recent version (above) to keep yourself updated.
|
Under Construction
|
Still being built; use at own risk.
- Online AGRIPLOT Interpreter
-
Interpreter for the AGRIPLOT language.
|
Full Programs
|
Each of these is an entire, fully-functional program in its own right.
- avsr.zip
-
Andalusian Video Snail Racing! A more fun game does not exist (probably).
|
GI:/download/programs
|
|