Moved old codebase to old-codebase/
This commit is contained in:
12
old-codebase/bin/.gitignore
vendored
Normal file
12
old-codebase/bin/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
autowiz
|
||||
delobjs
|
||||
listrent
|
||||
mudpasswd
|
||||
play2to3
|
||||
purgeplay
|
||||
shopconv
|
||||
showplay
|
||||
sign
|
||||
split
|
||||
wld2html
|
||||
circle
|
1
old-codebase/bin/README
Normal file
1
old-codebase/bin/README
Normal file
@@ -0,0 +1 @@
|
||||
This is the directory for compiled binaries.
|
48
old-codebase/bin/vms_circlemud.com
Normal file
48
old-codebase/bin/vms_circlemud.com
Normal file
@@ -0,0 +1,48 @@
|
||||
$!
|
||||
$! VMS_CIRCLEMUD.COM
|
||||
$! Written By: Robert Alan Byer
|
||||
$! byer@mail.ourservers.net
|
||||
$!
|
||||
$! This command procedure is called from [-]VMS_AUTORUN.COM to run CIRCLE.EXE
|
||||
$! as a standalone detached process.
|
||||
$!
|
||||
$! The CIRCLE.EXE accepts the following parameters.
|
||||
$!
|
||||
$! -m Mini-Mud Mode. Mini-mud will be one of your most powerful
|
||||
$! debugging tools; it causes Circle to boot with an abridged
|
||||
$! world, cutting the boot time down to several seconds. It
|
||||
$! is useful for testing features with are not world-related.
|
||||
$! (i.e. new commands or spells)
|
||||
$!
|
||||
$! -q Quick boot. Prevents checking of times out object files.
|
||||
$! Every time Circle boots, it checks every object file to
|
||||
$! see if it has timed out; if so, it is deleted. This is
|
||||
$! done primarily to save disk space. If time is more important
|
||||
$! to you than disk space, use the -q option. "-q" is
|
||||
$! automatically activated when you use "-m"
|
||||
$!
|
||||
$! -d Data directory. Useful as a debugging and development tool,
|
||||
$! if you want to keep one or more sets of game data in addition
|
||||
$! to the standard set, and choose which set is to be used at
|
||||
$! run-time. Example, you can copy the entire world into a
|
||||
$! seperate directory so you can test additions without
|
||||
$! messing up the existing world files. The default directory
|
||||
$! is "lib". Any core dumps (may they never happen to you!)
|
||||
$! will take place in the selected data directory.
|
||||
$!
|
||||
$! port Port selection. Allows you to choose on which port the
|
||||
$! game is to listen for connections. The default is 4000,
|
||||
$! which is historically the port used by most DikuMUDs.
|
||||
$!
|
||||
$!
|
||||
$! Define The Symbol For CIRCLE.EXE
|
||||
$!
|
||||
$ CIRCLE :== $CIRCLEMUD_ROOT:[BIN]CIRCLE.EXE
|
||||
$!
|
||||
$! Run CircleMUD.
|
||||
$!
|
||||
$ CIRCLE
|
||||
$!
|
||||
$! Time To Exit This Procedure.
|
||||
$!
|
||||
$ EXIT
|
16
old-codebase/bin/vms_circlemud_utils.com
Normal file
16
old-codebase/bin/vms_circlemud_utils.com
Normal file
@@ -0,0 +1,16 @@
|
||||
$!
|
||||
$! VMS_CIRCLEMUD_UTILS.COM
|
||||
$! Written By: Robert Alan Byer
|
||||
$! byer@mail.ourservers.net
|
||||
$!
|
||||
$! Define The CircleMUD Symbols.
|
||||
$!
|
||||
$ DELOBJS :== $CIRCLEMUD_BIN:DELOBJS.EXE
|
||||
$ LISTRENT :== $CIRCLEMUD_BIN:LISTRENT.EXE
|
||||
$ MUDPASSWD :== $CIRCLEMUD_BIN:MUDPASSWD.EXE
|
||||
$ PLAY2TO3 :== $CIRCLEMUD_BIN:PLAY2TO3.EXE
|
||||
$ PURGEPLAY :== $CIRCLEMUD_BIN:PURGEPLAY.EXE
|
||||
$ SHOPCONV :== $CIRCLEMUD_BIN:SHOPCONV.EXE
|
||||
$ SHOWPLAY :== $CIRCLEMUD_BIN:SHOWPLAY.EXE
|
||||
$ SPLIT :== $CIRCLEMUD_BIN:SPLIT.EXE
|
||||
$ WLD2HTML :== $CIRCLEMUD_BIN:WLD2HTML.EXE
|
Reference in New Issue
Block a user