diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9ab8d7..7979f2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+Version 0.0.5 - 2025-11-08
+
+* Update docs
+* Minor changes
+
Version 0.0.4 - 2025-09-18
* Add placeholder for BASH version of irpg-release
diff --git a/ISSUES.md b/ISSUES.md
deleted file mode 100644
index dc6ac3a..0000000
--- a/ISSUES.md
+++ /dev/null
@@ -1,2 +0,0 @@
-### Issues
-All issues, bugs and features are tracked using GitEmAll
diff --git a/IdleRPG.sln b/IdleRPG.sln
index 6a3f45a..a22ed8e 100644
--- a/IdleRPG.sln
+++ b/IdleRPG.sln
@@ -10,12 +10,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
- ISSUES.md = ISSUES.md
LICENSE = LICENSE
README.md = README.md
screenshot1.png = screenshot1.png
screenshot2.png = screenshot2.png
- TODO.md = TODO.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "irpg-bot", "irpg-bot", "{3784E8C8-32DE-4740-8F55-324EF1EC4E86}"
@@ -24,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "irpg-bot", "irpg-bot", "{37
irpg-bot\ChangeLog.txt = irpg-bot\ChangeLog.txt
irpg-bot\events.txt = irpg-bot\events.txt
irpg-bot\INSTALL.txt = irpg-bot\INSTALL.txt
+ irpg-bot\install-bot.md = irpg-bot\install-bot.md
irpg-bot\irpg.pl = irpg-bot\irpg.pl
irpg-bot\irpgcheck.sh = irpg-bot\irpgcheck.sh
irpg-bot\irpgdbtool = irpg-bot\irpgdbtool
@@ -49,10 +48,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "irpg-web", "irpg-web", "{B2
irpg-web\idlerpg-adv.txt = irpg-web\idlerpg-adv.txt
irpg-web\idlerpg.png = irpg-web\idlerpg.png
irpg-web\idlerpg_000000.png = irpg-web\idlerpg_000000.png
- irpg-web\idlerpg_025D30.png = irpg-web\idlerpg_025D30.png
irpg-web\idlerpg_ff0000.png = irpg-web\idlerpg_ff0000.png
irpg-web\index.php = irpg-web\index.php
irpg-web\INSTALL.txt = irpg-web\INSTALL.txt
+ irpg-web\install-web.md = irpg-web\install-web.md
irpg-web\makemap.php = irpg-web\makemap.php
irpg-web\makequestmap.php = irpg-web\makequestmap.php
irpg-web\makeworldmap.php = irpg-web\makeworldmap.php
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index dffd979..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,2 +0,0 @@
-### ToDo
-All ToDo lists and milestones are tracked using GitEmAll
diff --git a/irpg-bot/INSTALL.txt b/irpg-bot/INSTALL.txt
index dfbb14a..b5db2e3 100644
--- a/irpg-bot/INSTALL.txt
+++ b/irpg-bot/INSTALL.txt
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-First-time Installation:
+First-time Installation
-------------------------------------------------------------------------------
1. Copy all of the irpg-bot files to your private web folder. The folder must
@@ -14,7 +14,7 @@ First-time Installation:
Thanks for your interest in IdleRPG! :^)
-------------------------------------------------------------------------------
-Upgrading:
+Upgrading
-------------------------------------------------------------------------------
1. Remove your old bot source, ie, rm -rfv that old buggy crap and start over.
diff --git a/irpg-bot/install-bot.md b/irpg-bot/install-bot.md
new file mode 100644
index 0000000..0845b1b
--- /dev/null
+++ b/irpg-bot/install-bot.md
@@ -0,0 +1,28 @@
+## Install-Bot
+
+### First-time Installation
+
+1. Copy all of the irpg-bot files to your private web folder. The folder must
+ be readable and writable by the web server and able to execute Perl and PHP.
+2. Edit .irpg.conf with your favorite editor. This file must be in the same
+ private directory where the bot resides.
+3. Run the bot with: perl irpg.pl
+4. If you have problems, try running it in debug mode with:
+ perl irpg.pl --debug
+5. Edit the bot ANY WAY you see fit.
+6. All milestones, issues, bugs and features are tracked using GitEmAll.
+ Thanks for your interest in IdleRPG! :^)
+
+### Upgrading
+
+1. Remove your old bot source, ie, rm -rfv that old buggy crap and start over.
+2. Copy all of the irpg-bot files to your private web folder. The folder must
+ be readable and writable by the web server and able to execute Perl and PHP.
+2. Edit .irpg.conf with your favorite editor. This file must be in the same
+ private directory where the bot resides.
+4. Run the bot with: perl irpg.pl
+5. If you have problems, try running it in debug mode with:
+ perl irpg.pl --debug
+6. Edit the bot ANY WAY you see fit.
+7. All milestones, issues, bugs and features are tracked using GitEmAll.
+ Thanks for your interest in IdleRPG! :^)
diff --git a/irpg-bot/irpg.pl b/irpg-bot/irpg.pl
index cdf82ab..9ba6ad1 100644
--- a/irpg-bot/irpg.pl
+++ b/irpg-bot/irpg.pl
@@ -34,7 +34,7 @@ my %opts;
readconfig();
# bot version
-my $version = "0.0.4";
+my $version = "0.0.5";
# command line overrides .irpg.conf
GetOptions(\%opts,
diff --git a/irpg-release/irpg-release.csproj b/irpg-release/irpg-release.csproj
index ad4179e..6bd1c49 100644
--- a/irpg-release/irpg-release.csproj
+++ b/irpg-release/irpg-release.csproj
@@ -5,14 +5,18 @@
Debug
AnyCPU
{3C3C4730-9D32-418C-BFDC-CE89148AA6CA}
+ v4.8
+
AnyCPU
bin\Debug\
+ false
AnyCPU
bin\Release\
+ false
@@ -21,7 +25,7 @@
IdleRPG
- 0.0.4
+ 0.0.5
IdleRPG-Bot
IdleRPG-Web
IdleRPG-Source
diff --git a/irpg-web/INSTALL.txt b/irpg-web/INSTALL.txt
index 8fd3619..61a3d73 100644
--- a/irpg-web/INSTALL.txt
+++ b/irpg-web/INSTALL.txt
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-First-time Installation:
+First-time Installation
-------------------------------------------------------------------------------
1. Make sure you have the irpg-bot functional and running.
@@ -23,7 +23,7 @@ First-time Installation:
Thanks for your interest in IdleRPG! :^)
-------------------------------------------------------------------------------
-Upgrading:
+Upgrading
-------------------------------------------------------------------------------
1. Remove your old web source, ie, rm -rfv that old buggy crap and start over.
diff --git a/irpg-web/config.php b/irpg-web/config.php
index 42f4cba..8f96a7e 100644
--- a/irpg-web/config.php
+++ b/irpg-web/config.php
@@ -6,7 +6,7 @@ $admin_nick="admin";
$admin_email="admin@mynet.org";
// web version
-$irpg_version = "0.0.4";
+$irpg_version = "0.0.5";
// your game's bot nickname
$irpg_bot="IdleBot";
diff --git a/irpg-web/idlerpg_025D30.png b/irpg-web/idlerpg_025D30.png
deleted file mode 100644
index e9321ff..0000000
Binary files a/irpg-web/idlerpg_025D30.png and /dev/null differ
diff --git a/irpg-web/install-web.md b/irpg-web/install-web.md
new file mode 100644
index 0000000..899d49a
--- /dev/null
+++ b/irpg-web/install-web.md
@@ -0,0 +1,46 @@
+## Install-Web
+
+### First-time Installation
+
+1. Make sure you have the irpg-bot functional and running.
+2. Copy all of the irpg-web files to your public_html/irpg web folder.
+3. Edit config.php with your favorite editor. This file must be in the same
+ public directory where the irpg web resides.
+4. chmod 644 * && chmod 666 hits.db
+5. If you change the default settings in the IRPG bot (for example, if you turn
+ off the option to write quest info to file, you'll have to manually edit
+ some scripts to take this into account. If you disable the INFO command,
+ you might want to remove it from the index.php page.
+6. Some code in this package requires that your system have GD 2.0+ (or have it
+ enabled in your php.ini, on Win32). If you don't want this functionality to
+ be available, edit the script playerview.php to remove the use of the map
+ and header.php to remove the links to the world map and the quest info page.
+ You can also delete the worldmap.php, makeworldmap.php, makemap.php,
+ quest.php, and makequestmap.php scripts.
+7. Edit the website ANY WAY you see fit. You don't have to keep all of the
+ links to me, I just thought they might be useful or interesting to users :^)
+8. All milestones, issues, bugs and features are tracked using GitEmAll.
+ Thanks for your interest in IdleRPG! :^)
+
+### Upgrading
+
+1. Remove your old web source, ie, rm -rfv that old buggy crap and start over.
+2. Make sure you have the irpg-bot functional and running.
+3. Copy all of the irpg-web files to your public_html/irpg web folder.
+4. Edit config.php with your favorite editor. This file must be in the same
+ public directory where the irpg web resides.
+5. chmod 644 * && chmod 666 hits.db
+6. If you change the default settings in the IRPG bot (for example, if you turn
+ off the option to write quest info to file, you'll have to manually edit
+ some scripts to take this into account. If you disable the INFO command,
+ you might want to remove it from the index.php page.
+7. Some code in this package requires that your system have GD 2.0+ (or have it
+ enabled in your php.ini, on Win32). If you don't want this functionality to
+ be available, edit the script playerview.php to remove the use of the map
+ and header.php to remove the links to the world map and the quest info page.
+ You can also delete the worldmap.php, makeworldmap.php, makemap.php,
+ quest.php, and makequestmap.php scripts.
+8. Edit the website ANY WAY you see fit. You don't have to keep all of the
+ links to me, I just thought they might be useful or interesting to users :^)
+9. All milestones, issues, bugs and features are tracked using GitEmAll.
+ Thanks for your interest in IdleRPG! :^)