diff --git a/README b/README index b07a016..4ec7586 100644 --- a/README +++ b/README @@ -1,62 +1,10 @@ --------------------------------------------------------------------------------- -First-time users: --------------------------------------------------------------------------------- +This is IdleRPG v3.1.3 -1. Using your favorite text editor, open the bot's source. Read the file header. - If you don't agree with the license, please delete the source and remove - each of your brain cells associated with it. Kthx. -2. Open the file .irpg.conf and edit the bot's options to suit you. You must - also move this file into the same directory where the bot resides. -3. Run it with: perl bot.filename.pl -4. If you have problems, try running it in debug mode: - perl bot.filename.pl --debug - If you cannot diagnose the problem, post to http://idlerpg.net/forum.php -5. Thanks for your interest in Idle RPG! +This is based on v3.1.2 by jotun but contains many of the patches and updates +available on the 'net. The complete list of updates will be listed in both +the ChangeLog.txt file in this README. --------------------------------------------------------------------------------- -IRPG 3.0 users looking to upgrade: --------------------------------------------------------------------------------- +Jotun's original README is README.Original. -1. Using your favorite text editor, open the bot's source. Read the file header. - If you don't agree with the license, please delete the source and remove - each of your brain cells associated with it. Kthx. -2. Open the file .irpg.conf and edit the bot's options to suit you. You must - also move this file into the same directory where the bot resides. -3. Replace your old bot source with the new one, ie, rm -f that old, buggy crap. -4. Run it with: perl bot.filename.pl -5. If you have problems, try running it in debug mode: - perl bot.filename.pl --debug - If you cannot diagnose the problem, post to http://idlerpg.net/forum.php -6. Thanks for your interest in Idle RPG! - - --------------------------------------------------------------------------------- -IRPG 2.4 users looking to upgrade: --------------------------------------------------------------------------------- - -1. Using your favorite text editor, open the bot's source. Read the file header. - If you don't agree with the license, please delete the source and remove - each of your brain cells associated with it. Kthx. -2. Run the db conversion tool: perl irpgdbtool -3. Answer the questions to suit you. -4. Open the file .irpg.conf and edit the bot's options to suit you. You must - also move this file into the same directory where the bot resides. -5. Run it with: perl bot.filename.pl -6. If you have problems, try running it in debug mode: - perl bot.filename.pl --debug - If you cannot diagnose the problem, post to http://idlerpg.net/forum.php -7. Thanks for your interest in Idle RPG! - - --------------------------------------------------------------------------------- -Pre-2.4 users looking to upgrade: --------------------------------------------------------------------------------- - -1. Using your favorite text editor, open the bot's source. Read the file header. - If you don't agree with the license, please delete the source and remove - each of your brain cells associated with it. Kthx. -2. I don't think the irpgdbtool will help you unless you're comfortable with - Perl, sorry. :/ If you are, though, you can pull the loaddb() sub from the - bot that you're currently using instead of using the loaddb() supplied in - irpgdbtool. You'll also need to add code to add in the other missing fields - that exist in v2.4. +This version's home network is freenode (chat.freenode.net:6667) and the games +home channel is #idlerpgng. Please come join us :) diff --git a/README.NG b/README.NG deleted file mode 100644 index 5334fb1..0000000 --- a/README.NG +++ /dev/null @@ -1,8 +0,0 @@ -This is IdleRPG v3.1.3 - -This is based on v3.1.2 by jotun but contains many of the patches and updates -available on the 'net. The complete list of updates will be listed in both -the ChangeLog.txt file in this README. - -This version's home network is freenode (chat.freenode.net:6667) and the games -home channel is #idlerpgng. Please come join us :) diff --git a/README.Original b/README.Original new file mode 100644 index 0000000..b07a016 --- /dev/null +++ b/README.Original @@ -0,0 +1,62 @@ +-------------------------------------------------------------------------------- +First-time users: +-------------------------------------------------------------------------------- + +1. Using your favorite text editor, open the bot's source. Read the file header. + If you don't agree with the license, please delete the source and remove + each of your brain cells associated with it. Kthx. +2. Open the file .irpg.conf and edit the bot's options to suit you. You must + also move this file into the same directory where the bot resides. +3. Run it with: perl bot.filename.pl +4. If you have problems, try running it in debug mode: + perl bot.filename.pl --debug + If you cannot diagnose the problem, post to http://idlerpg.net/forum.php +5. Thanks for your interest in Idle RPG! + +-------------------------------------------------------------------------------- +IRPG 3.0 users looking to upgrade: +-------------------------------------------------------------------------------- + +1. Using your favorite text editor, open the bot's source. Read the file header. + If you don't agree with the license, please delete the source and remove + each of your brain cells associated with it. Kthx. +2. Open the file .irpg.conf and edit the bot's options to suit you. You must + also move this file into the same directory where the bot resides. +3. Replace your old bot source with the new one, ie, rm -f that old, buggy crap. +4. Run it with: perl bot.filename.pl +5. If you have problems, try running it in debug mode: + perl bot.filename.pl --debug + If you cannot diagnose the problem, post to http://idlerpg.net/forum.php +6. Thanks for your interest in Idle RPG! + + +-------------------------------------------------------------------------------- +IRPG 2.4 users looking to upgrade: +-------------------------------------------------------------------------------- + +1. Using your favorite text editor, open the bot's source. Read the file header. + If you don't agree with the license, please delete the source and remove + each of your brain cells associated with it. Kthx. +2. Run the db conversion tool: perl irpgdbtool +3. Answer the questions to suit you. +4. Open the file .irpg.conf and edit the bot's options to suit you. You must + also move this file into the same directory where the bot resides. +5. Run it with: perl bot.filename.pl +6. If you have problems, try running it in debug mode: + perl bot.filename.pl --debug + If you cannot diagnose the problem, post to http://idlerpg.net/forum.php +7. Thanks for your interest in Idle RPG! + + +-------------------------------------------------------------------------------- +Pre-2.4 users looking to upgrade: +-------------------------------------------------------------------------------- + +1. Using your favorite text editor, open the bot's source. Read the file header. + If you don't agree with the license, please delete the source and remove + each of your brain cells associated with it. Kthx. +2. I don't think the irpgdbtool will help you unless you're comfortable with + Perl, sorry. :/ If you are, though, you can pull the loaddb() sub from the + bot that you're currently using instead of using the loaddb() supplied in + irpgdbtool. You'll also need to add code to add in the other missing fields + that exist in v2.4.