Some people for one reason or another have had problems installing Rdcasino.
So I am adding a little help file for manual installation...

first create a sub dir off your lord dir called rdcasino
            md c:\doors\lord\rdcasino

next copy all files in this archive to that directory
           copy *.* c:\doors\lord\rdcasino

next copy repcom.com to your lord dir
           copy repcom.com c:\doors\lord

edit your 3rdparty.dat file in your lord dir adding these two lines
           call rdcasino.bat info.*
           `0Red `4Dragon `0Casino

create a bat file in your lord dir called rdcasino.bat and write it like this
           
           copy %1 c:\doors\lord\rdcasino > nul  {or whatever you path is}
           copy player.dat c:\doors\rdcasino > nul
           cd\doors\lord\rdcasino
           casboot %1
           cd\doors\lord
           repcom < nul
           exit

Then create a file in your rdcasino dir called config.dat like this

           Sysop Name
           BBS Name
           Reg Code 1
           Reg Code 2
           Reg Code 3
           c:\doors\lord  {or whatever your path is} {no trailing backslash}

That should pretty much do it. Only thing left is to try it and see <G>

I have noticed that older versions of lord seem to have a problem with this 
new version of rdcasino so if your are running lord326 and get an input past
end error try upgrading to lord326a. If the error is still therecheck your
config.dat and you rdcasino.bat files. Most likely that will be the culprit

Good luck.

