From: Quentinnuk Date: Sun, 15 Dec 2019 13:45:15 +0000 (+0000) Subject: Mud86 case sensitivity X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=5e9ab89377490aa7e4646bd90cc4e1475ec268b1;p=mud1.git Mud86 case sensitivity This is the renaming and general tidy up of filenames for the case insensitivity of TOPS-10 vs. the case sensitivity of modern oses. This caused issues in that the repo contained both mud.mic and MUD.MIC, but that MUD.MIC was from the 84 tape and did not work with the rest of this 86 source. All filenames have now been changed to upper case and the Mud84 sources have been removed through the rollback of the earlier commit of POWER.BCL (which doesnt work with Mud86), MUD.MIC (which duplicated mud.mic but also would not compile Mud86), and MBOOTS.MIC which overwrote the Mud86 vesrion. --- diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/1.DBA b/1.DBA new file mode 100644 index 0000000..4a92718 Binary files /dev/null and b/1.DBA differ diff --git a/1.dba b/1.dba deleted file mode 100644 index 4a92718..0000000 Binary files a/1.dba and /dev/null differ diff --git a/2.DBA b/2.DBA new file mode 100644 index 0000000..943124b Binary files /dev/null and b/2.DBA differ diff --git a/2.dba b/2.dba deleted file mode 100644 index 943124b..0000000 Binary files a/2.dba and /dev/null differ diff --git a/5.DBA b/5.DBA new file mode 100644 index 0000000..affe036 Binary files /dev/null and b/5.DBA differ diff --git a/5.dba b/5.dba deleted file mode 100644 index affe036..0000000 Binary files a/5.dba and /dev/null differ diff --git a/6.DBA b/6.DBA new file mode 100644 index 0000000..ce1e9c6 Binary files /dev/null and b/6.DBA differ diff --git a/6.dba b/6.dba deleted file mode 100644 index ce1e9c6..0000000 Binary files a/6.dba and /dev/null differ diff --git a/7.DBA b/7.DBA new file mode 100644 index 0000000..babbc6e --- /dev/null +++ b/7.DBA @@ -0,0 +1,19 @@ + There are 6 spells available, SUMMON, FORCE, WHERE, CHANGE, SLEEP and +WISH. Anyone may attempt to cast any number of them, with the chance of success +based on some percentage times their level of experience (novice=1 to +witch/wizard=10). If success is indicated, the victim, if any, has a chance to +resist based on the same calculation. If this works, then you will be told and +the effects will occur; otherwise you'll get a failure message, possibly hinting +at what magical item would let you do it every time. Furthermore, the power of +the magic might put you to sleep. + +SUMMON 4% Make drop all and teleport to you. +FORCE , 4% Make do the . +WHERE 6% Give an accurate description of where the + is, and who's carrying it. +WHERE 6% As above but tells you where the player is +CHANGE 10% Makes 's sex change... +SLEEP 6% Puts to sleep. +WISH , 100% Request of the Powers That Be. + +NB: Legends and above can WHERE with 100% chance. diff --git a/7.dba b/7.dba deleted file mode 100644 index babbc6e..0000000 --- a/7.dba +++ /dev/null @@ -1,19 +0,0 @@ - There are 6 spells available, SUMMON, FORCE, WHERE, CHANGE, SLEEP and -WISH. Anyone may attempt to cast any number of them, with the chance of success -based on some percentage times their level of experience (novice=1 to -witch/wizard=10). If success is indicated, the victim, if any, has a chance to -resist based on the same calculation. If this works, then you will be told and -the effects will occur; otherwise you'll get a failure message, possibly hinting -at what magical item would let you do it every time. Furthermore, the power of -the magic might put you to sleep. - -SUMMON 4% Make drop all and teleport to you. -FORCE , 4% Make do the . -WHERE 6% Give an accurate description of where the - is, and who's carrying it. -WHERE 6% As above but tells you where the player is -CHANGE 10% Makes 's sex change... -SLEEP 6% Puts to sleep. -WISH , 100% Request of the Powers That Be. - -NB: Legends and above can WHERE with 100% chance. diff --git a/ALMANA.DBA b/ALMANA.DBA new file mode 100644 index 0000000..14cd3c5 Binary files /dev/null and b/ALMANA.DBA differ diff --git a/BOOK.DBA b/BOOK.DBA new file mode 100644 index 0000000..d4c0fd4 Binary files /dev/null and b/BOOK.DBA differ diff --git a/LOGBOO.DBA b/LOGBOO.DBA new file mode 100644 index 0000000..1c3658c Binary files /dev/null and b/LOGBOO.DBA differ diff --git a/MUD.MIC b/MUD.MIC new file mode 100644 index 0000000..d882d5f Binary files /dev/null and b/MUD.MIC differ diff --git a/almana.dba b/almana.dba deleted file mode 100644 index 14cd3c5..0000000 Binary files a/almana.dba and /dev/null differ diff --git a/book.dba b/book.dba deleted file mode 100644 index d4c0fd4..0000000 Binary files a/book.dba and /dev/null differ diff --git a/logboo.dba b/logboo.dba deleted file mode 100644 index 1c3658c..0000000 Binary files a/logboo.dba and /dev/null differ diff --git a/mud.mic b/mud.mic deleted file mode 100644 index d882d5f..0000000 Binary files a/mud.mic and /dev/null differ