Skip to content

Commit

Permalink
Updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishimura-Katsuo committed Aug 24, 2021
1 parent 4a4b10e commit 1be34a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion headers/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GameOutput : public std::wostream {
std::wstring COLOR(BYTE color);

const DWORD DEFAULT_FONT = 1;
const std::wstring version = L"Charon v1.3.0";
const std::wstring version = L"Charon v1.4.0";
extern GameOutput gamelog;

namespace D2 {
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
This is an experiment and utility for Diablo 2. It is intended for single player and TCP/IP game use, so connections to Battle.net are disabled. It's main features include:

Always in Direct 3D Mode with Alt+Enter fullscreen toggle.
Ladder Runewords and Unique Items in Single Player and TCP/IP
Ladder Runewords, Cube Recipes, and Unique Items in Single Player and TCP/IP
Uber Tristram and Diablo Clone in Single Player and TCP/IP
Gently Improved Drop Rates with Respect to Single Player
Gently Improved Rune Drop Rates with Respect to Single Player
Map Reveal (more information now)
Display Monsters, Missiles, and Items (superior and above) on Automap
Updated Item Tooltips and Item Level Display
/players X uncap (16-20 is reasonable, but very difficult)
Improved experience scaling for /players X
Experience Bonuses and Scaling
Repeatable Socket, Respec, and Imbue Quests
Repeatable Cow Portal (even if you killed the Cow King)
Disabled Weather
Regenerate Single Player Maps (always a new map!)
All Items Drop Pre-Identified
Single Player FPS Uncap (40 FPS is a good spot)
Loading additional mpq via command line parameter: -mpq "filename.mpq"

Almost all features are optional now! Press F11 while Diablo 2 is running to enable/disable these options!
Expand Down

0 comments on commit 1be34a8

Please sign in to comment.