	[LINUX NEW INSTALL INSTRUCTIONS]

		*** CONTENTS ***

	1. installing rsh-redone-client	2. \doorparty-connector-x64/arm directories
	3. \bbs_files directory
	4. \synchronet directory
	5. NEW_INSTALL.txt


Thanks for joining DoorParty!

And a HUGE thank you to Todd Boyd for the simple bash script needed to make this work, and Dave Cloutier for helping polish and
debug this install package!


---------------------------
1. [installing rsh-redone-client]

This step is super easy. For most Linux clients, just use the command:
	sudo apt install rsh-redone-client

No other configuration necessary once it's installed.


---------------------------
USE THE APPROPRIATE X64/ARM DIRECTORIES AS DICTATED BY YOUR MACHINE ARCHITECTURE -
2. [doorparty-connector-linux-x64/arm directory]

Look in the appropriate doorparty-connector directory created after unzipping your custom DoorParty package.

Next, create a directory on your drive where you set the DoorParty path
in the custom package creation form (you entered /opt/mbse/doorparty).
Move your files there.

Or, if you have git installed, you can use git (make sure you're at the root directory):

	git clone https://github.com/echicken/dpc2.git

Make sure and chown -R the doorparty-connector directory!

	No need to modify your doorparty-connector.ini, everything has been filled in for you!
Make sure the doorparty-connector executable is set to execute with:

	sudo chmod u+x /doorparty-connector/doorparty-connector

NOTE: If you run multiple BBSes that use the same doorparty-connector, great news! Just change:

	system_tag = PHB

to:

	system_tag =

in your doorparty-connector.ini and supply the tag in your command line, either through your BBS, or the included BASH script!


Now, run it. In the long term, you may wish to consider using a node.js process manager such as 'forever' or 'pm2'
to launch DoorParty Connector and keep it running.

*** NOTE ***

If you're running the Synchronet plugin supplied in this package, you MUST set 'port' to 513!
The plugin only works on port 513. Everyone else should use 9999.


---------------------------
3. [bbs_files directory]

Your custom DoorParty bash script is in this directory. Call this from your BBS menu with the format:

	/opt/mbse/doorparty./PHB_DP.sh <username> [OPTIONAL<door code>]

	**OR**

for the one-key access, just use:

	/opt/mbse/doorparty./PHB_DP.sh <username>

[OPTIONAL<door code>] is a method of directly connecting to the game from your BBS without the menu of DoorParty
games. This can make it seem like you're hosting the games yourself, and is a great way to pick and choose which
doors you want to present to your users.

A list of all of the door games, the codes to use to access them, and descriptions of the games are here:

https://wiki.throwbackbbs.com/doku.php?id=doorcode


An example for a Mystic BBS would be (direct using door codes):

	(D3) Exec DOOR32 program				./opt/mbse/doorparty/PHB_DP.sh %U LORD

**NEW for Mystic 1.12a47+**
	(IR) Outbound RLogin					/addr=127.0.0.1 /port=9999 /user=[PHB]@USER@ /pass=whateverpassyouwant /term=LORD

without door codes:

	(D3) Exec DOOR32 program				./opt/mbse/doorparty/PHB_DP.sh %U


---------------------------
4. [synchronet directory]

For Synchronet sysops, and also from the awesome echicken!
Use this instead of the PHB_DP.sh file.

Copy doorparty.js to your Synchronet MODS directory.

Command structure is:

	Name: DoorParty
	Internal Code: DOORPRTY
	Command Line: ?doorparty.js
	Multiple Concurrent Users: Yes

to connect to every door on DoorParty.

	Name: Legend of the Red Dragon
	Internal Code: DP-LORD
	Command Line: ?doorparty.js lord
	Multiple Concurrent Users: Yes

to connect to LORD, for example.


---------------------------
5. [NEW_INSTALL.txt] - This readme file  =)

---------------------------
If you have any questions, feel free to hit me up on:

the Facebook group (https://www.facebook.com/groups/doorparty/);
my BBS (telnet://bbs.throwbackbbs.com OR http://www.throwbackbbs.com);
on irc.synchro.net in channel #doorparty;
or on the echonets Agoranet or fsxNet.


