diff --git a/readme.md b/readme.md index d9a500f..da32283 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,7 @@ 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 Gently Improved Drop Rates with Respect to Single Player Gently Improved Rune Drop Rates with Respect to Single Player @@ -9,15 +10,14 @@ This is an experiment and utility for Diablo 2. It is intended for single player 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) - Force socket quest available with: /socket - Force respec quest available with: /respec - Force imbue quest available with: /imbue - Force cow portal available with: /cows - Improved experience scaling for /players X by typing: /xp - Weather toggle (press insert key) - Always in Direct 3D Mode + Improved experience scaling for /players X + Repeatable Socket, Respec, and Imbue Quests + Repeatable Cow Portal (even if you killed the Cow King) + Disabled Weather 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! + A note about 'Always in Direct 3D Mode': This feature causes the game to ignore command line flags that control the video, such as `-w`. The game now starts windowed every time, and you can toggle full screen mode on and off by holding Alt and pressing Enter (Alt+Enter). We're currently trying to understand how the game uses the rendering API, and we'll be looking to update the renderer to newer APIs, since the game currently uses DirectDraw v7 and Direct3D v3.