From c2763dc901c051908c52aee8f9e9d945f619adbf Mon Sep 17 00:00:00 2001 From: pr701 Date: Sun, 21 Aug 2022 08:06:12 +0300 Subject: [PATCH] update readme formating --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 40e2442..5924c06 100644 --- a/README.md +++ b/README.md @@ -59,23 +59,23 @@ Do this for each client connecting to the server. 3. Setting up redirects client to your server: - **Method #1 - Hosts** + **Method #1 - Hosts** - Add redirects to the `hosts` file (`%WinDir%\System32\drivers\etc\hosts`): - `127.0.0.1 us.actual.battle.net` - `127.0.0.1 eu.actual.battle.net` + Add redirects to the `hosts` file (`%WinDir%\System32\drivers\etc\hosts`): + `127.0.0.1 us.actual.battle.net` + `127.0.0.1 eu.actual.battle.net` - !After the modification the official Battle.Net application will not be able to connect to the server! + !After the modification the official Battle.Net application will not be able to connect to the server! - **Method #2 - Modify main executable file** + **Method #2 - Modify main executable file** - ```c - // Find null-terminated string enum and rewrite with HexEditor to your IP server. - eu.actual.battle.net/ - us.actual.battle.net/ - cn.actual.battle.net/ - kr.actual.battle.net/ - ``` + ```c + // Find null-terminated string enum and rewrite with HexEditor to your IP server. + eu.actual.battle.net/ + us.actual.battle.net/ + cn.actual.battle.net/ + kr.actual.battle.net/ + ``` 4. Launch client (`x64` or `x86`) with arguments `"Diablo III64.exe" -launch`