Description
The Clans is a mix of role playing game and strategy war game for your BBS. The greatest feature of The Clans is its InterBBS support. The InterBBS feature should help increase the number of calls to your BBS from users who don't normally call — they may originally call to play the game but given time, they may choose to write messages and do other things as well.
How InterBBS Works
- Each BBS acts as a "Village" in the league.
- A player logging into Village A can choose the "travel to another village" option. If he chooses to travel to Village B, his user data will be sent over to Village B.
- During maintenance, the data from BBS A is sent to BBS B and the player will be able to log into BBS B the next day to play there with his clan.
- Each Village will have its own power struggles between clans and a ruler (which will change often). The ruler sets things like tax rates, so it's in the player's interest to visit each Village to find the best one for him.
- Each village will be able to attack other villages in the league and steal supplies. Clans in that village can help supply the village's army with troops and other things.
Disclaimer
Registration
Registration is no longer required for The Clans.
No Multinode
Because of the complexity of the game and its strategic, somewhat turn-based nature, multinode play is not featured. However, The Clans will ensure no two users enter the game at the same time — it will alert a user trying to enter while someone is already on.
To do this, an ONLINE.FLG semaphore file is created in the Clans directory. If something causes the file to still exist after a user has exited the door, you may simply delete the file (otherwise, users will be told someone is online even though they are not). This file is also deleted during maintenance.
⚡ Lazy Sysop's Guide
To set up the game for local play only, follow these steps. You MUST read the full docs to set up InterBBS.
- Run
CONFIG.EXE. Configure your node data here. - Modify
RUNCLANS.BATto suit your BBS. Call it from your BBS as a door. - Run
RESET.EXEfrom DOS. - Add
Clans /Mto your nightly maintenance.
Setting Up The Clans
First, run the setup program CONFIG.EXE. This program lets you specify which nodes you have on your BBS and their dropfile directories. The Clans doesn't need to know what type of dropfile to look for — it will detect this automatically.
You must create a batch file to run the game. How to set up a door varies by BBS software — refer to your BBS documentation. Your batch file should look like this:
RUNCLANS.BAT
cd \TheClans <-- Change this to your Clans directory
Clans /N%1 <-- %1 is the node you wish to run
cd \bbsdirectory <-- Change this to your BBS directory
To run from Node 1, use RUNCLANS.BAT 1. If you create your own batch file, remember: you MUST change to the Clans directory and specify the node using CLANS /Nx where x is the node number.
Resetting The Clans
To reset the game, run RESET.EXE from within the Clans directory. You will be given several options. After entering information, the game will reset and all data files from the previous game will be removed automatically.
If you are in a league, you must also run CLANS /I after running RESET.EXE. Ensure all configurations are set up first — have your WORLD.NDX and ROUTE.CFG files created before running CLANS /I.
For a local IBBS league (on one BBS only), use CLANS /LIBBS /I.
Daily Maintenance
Add the following to your nightly BBS maintenance:
cd \TheClans CLANS /M cd \bbsdirectory
If maintenance is not run, The Clans will automatically run it the next time someone enters the game. However, it is highly recommended to run maintenance daily to ensure stats are calculated properly — this is especially critical for InterBBS games.
Starting an InterBBS Game
Key Terms
| Term | Definition |
|---|---|
| League | The system of BBSes linked together to play The Clans. Also thought of as the "world" the game takes place in, as each BBS is a "Village." |
| LeagueID | A two-character alphanumeric identification code that differentiates one league from another (no special chars: . ? * % / \ etc.). |
| League Coordinator (LC) | The sysop of the main BBS coordinating the game. That's you, if you're starting a new league. The LC's BBSID should be 1. |
| BBSID | A unique numerical ID for each BBS in the league. The main BBS is always ID 1. |
Setup Steps
-
Create the
WORLD.NDXfile (seeWORLDNDX.SMPfor a sample). This file defines your league.
A. Choose a LeagueID (2 alphanumeric chars, unique in your area).
B. Choose a World Name (the name of the "world" all villages exist in).
C. Create entries for each BBS using these keywords:BBSId 1 BBSName Revolution Nine VillageName The Village Address 1:1/1 BBSId 2 BBSName Joe's BBS VillageName Joe's City Address 1:1/2 BBSId 3 BBSName Frank's BBS VillageName Franktown Address 1:1/3
D. Optionally, add anAsciisection for a coloured welcome message displayed to players:Ascii [ put stuff here ] Ascii [ and here ]
- Send the completed
WORLD.NDXto each BBS in the league. Tell them to copy it to their Clans directory and enable InterBBS inCONFIG.EXE. Give each sysop their BBS ID. Enable InterBBS on your own system (as BBS ID 1). - Run the reset program and choose "Leaguewide reset", then run
CLANS /Ito send packets to each BBS in the league. Set the game start date a week ahead to give everyone time to get ready.RESET CLANS /I
- Check the league coordinator log
LC.LOGto confirm each BBS received the reset packet and replied with a receipt. - Optionally, add a
VillInfosection toWORLD.NDX— this acts as an advertisement shown to players when they choose a village to travel to. Very useful for attracting callers to your board. - Choose a routing method if desired (see Routing Methods below).
Adding a New Node Mid-Game
- Modify
WORLD.NDXto add a new BBS entry. If you use HOST routing, add the new node to one of the host BBSes. Tell the joining sysop what their BBS ID is. - Distribute the updated WORLD.NDX automatically using:
CLANS /NewNDX
Routing Methods
The Clans supports two routing methods that can be used together.
HOST METHOD — Set up BBSes that act as hubs for others via the Host keyword in WORLD.NDX. Example topology:
BBSId 1 Host 2 3 BBSName Revolution Nine Address 3:2/1 BBSId 2 Host 4 5 BBSId 3 Host 6 7 8 BBSId 4 Host 9 BBSId 5 BBSId 6 BBSId 7 BBSId 8 BBSId 9
ROUTE.CFG METHOD — Allows individually specified routing per node. Contents of this file differ per system. Settings here supersede the Host method. See ROUTE.CFG for full reference.
For small local leagues with no long-distance connections, the simplest method is to route everything through the LC's BBS:
ROUTE ALL 1
ROUTE.CFG must NOT contain ROUTE ALL 1. If it does, packets will loop back to the coordinator and never reach other BBSes. Only member nodes should use ROUTE ALL 1.
Joining an Existing InterBBS League
- Find an existing Clans league to join. If none exist, start your own (see section 1.4).
- Contact the league coordinator. Tell them your desired Village name. The LC will supply you with a
WORLD.NDXfile and routing instructions. CopyWORLD.NDXto your Clans directory. RunCONFIG.EXE, choose Setup InterBBS, and enter the BBS ID given to you. Also enter your netmail directory, inbound directory, and mailer type. - Set up your mailer to process packets by adding to your batch file:
cd \clans clans /I
- Run the reset program and choose "Join a league":
RESET CLANS /I
The game will reset and wait for a message from the main BBS telling it to start accepting local users.
CLANS /M in your nightly maintenance. If not, the game will automatically run maintenance the first chance it gets each day.
How InterBBS Packets Are Handled
This section is for users who wish to set up an IBBS game without a mailer or mail network.
Packet Naming
CLxxxyyy.ida xxx = BBS ID the packet is FROM yyy = BBS ID the packet is DESTINED FOR id = league ID (2 chars) a = arbitrary character (A–Z) used by the game
Example: a packet from BBS #1 to BBS #9 in league "22" would be: CL001009.22F
Outbound packets appear in the OUTBOUND directory. Inbound packets go in the INBOUND directory (named CL???003.ida for BBS #3).
Without a Mailer
If you cannot use a mailer, you must manually transfer packets between BBSes via terminal, script, or other means. When you receive a packet, put it in your inbound directory and run:
CLANS /I
Local InterBBS
You can run several copies of The Clans on one machine, each acting as a separate village — no mailer required. This is how the InterBBS feature was originally tested.
- Install The Clans in a separate directory for each village:
C:\VILLAGE1 -- first Clans game C:\VILLAGE2 -- second game C:\VILLAGE3 -- third game
- Set up batch files for each game with the
/LIBBSparameter:CLANS /LIBBS /N1
- Set daily maintenance for each copy:
CLANS /LIBBS /M
- Set up
ROUTE.CFGfor each village:NORMAL ALL
- Create a
WORLD.NDXlisting all villages. Addresses can be arbitrary since this is a local game:village1 -- 99:1/1 village2 -- 99:1/2 village3 -- 99:1/3
- Copy
WORLD.NDXto each village directory. - Modify each
clans.cfgso each has a unique BBS ID. Set one as Main BBS (ID=1). Enable the InterBBS flag inCONFIG.EXEfor each. - Create a shared outbound directory (e.g.
C:\CLANOUT) and set each game's outbound AND mail directory to point to it. - Run RESET on all games. For the main village (BBSId=1) choose Leaguewide reset. For the others, choose Join a league.
- Optionally process packets from the main village manually:
CLANS /LIBBS /I
Troubleshooting & Q&A
DORINFO1.DEF. OpenDoors has issues with DOOR.SYS and rewrites it unexpectedly.CONFIG.EXE. If you ARE in a league, get WORLD.NDX from the league coordinator. If you ARE the LC, read section 1.4 on how to create it.RESET.#) and run CLANS /I. Then fix your host hierarchy, uncomment the new node, and The Clans will send a correct reset packet.ROUTE.CFG. If you use ROUTE ALL 1 for the league, the LC's own ROUTE.CFG must NOT contain that line — it will create an infinite feedback loop. Also confirm your netmail is being tossed: whenever The Clans creates a netmail message it must be processed by your mail tosser./Recon parameter to test without affecting the game. To create a recon packet for BBS #9:
CLANS /Recon 9
clans.cfg exactly matches the ID listed in WORLD.NDX.
Miscellany
The Clans was first developed around the fall of 1996. Coding began around December of that year. The first beta appeared on the webpage on March 25, 1997.
Special Thanks
Rev.Nine users — thanks for playing the game so rigorously and loving it!
Title Page Man — thanks for helping test out the InterBBS features!
All beta testers who emailed with bugs — thanks.
Phil205 Prof — thanks for an incredibly dull class which forced him to think up ideas for this game.
Music: My Bloody Valentine, Lush, Sloan, Blur, Teenage Fanclub, Stereolab, and The Beatles.
Upgrade Notes — v0.97b1
CLxxxyyy.* in your inbound directory before upgrading.
If upgrading from v0.97b1 or higher: No reset is required.
File bug reports at: SourceForge