home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
wps
/
games
/
spl
/
readme.txt
< prev
next >
Wrap
Text File
|
1993-08-10
|
3KB
|
89 lines
This is spl, a program for handling spells and spellbooks
from various fantasy role-playing (FRP) games. It can handle
both mage and priest spells for TSR's AD&D (a trademark of TSR, inc)
game, and can easily be expanded to handle other systems as well.
In addition to possibly being useful to FRP players and
GM's, the source may be useful to OS/2 2.x programmers learning
about containers, MLE's, and PM programming in general.
John-Marc Chandonia
chandoni@husc8.harvard.edu
This distribution includes:
spl.exe - Needed to run the program
spl.ico - icon. also necessary.
splbook.all - list of spellbooks. necessary.
splicon.def - icon definitions. necessary.
bugs.txt - list of known bugs.
changes.txt - change log.
license.txt - GNU General Public License, version 2.
readme.txt - this file.
spl.inf - on-line docs; type VIEW SPL to read this.
and the source for OS/2 2.x (in the src directory)
general.cpp
general.hpp
general.obj
makefile - for compiling with icc
spl.RES
spl.cpp
spl.h
spl.ipf
spl.obj
spl.rc
splbook.cpp
splbook.hpp
splbook.obj
spldlg.h
spldlg1.dlg
spldlg1.res
spldlg2.dlg
spldlg2.res
splres.h
Also included are:
prdctvty.ico
smiley.ico
xmaslemm.ico
pools.ico
element.ico
fire.ico
hell.ico
help.ico
icon2024.ico
lemmings.ico
Some of these are freely distributable icons produced by SDS, Inc.
They are not part of the package, but are being distributed
with it as a convenience to the user.
They are not necessary to run the program (see the INF for details)
Also included is the Great Net Spellbook and Great Net Prayerbook
version 3, in the mu and pr directories. These are also freely
distributable, subject to the conditions in the attrib files in
each of these directories. These files have been modified in order
to conform to the format restrictions of this program. These files
should give you a good idea of the spell format needed to use this program.
They are not part of the package, but are being distributed
with it as a convenience to the user.
Copying and distribution information:
Copyright (C) 1993 John-Marc Chandonia
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.