Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThScEo committed Jul 28, 2024
1 parent f38a973 commit 8da5994
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ To download latest release, go to <a href="https://github.com/ThScEo/AutoForge/r
<li>Once done and the game is loaded, open the developper toolbox (CTRL+MAJ+I) on Google Chrome, this can be different on other navigators)</li>
<li>Open the "Network" tab and find any message which request url looks like "json?h=something", select it on the developper toolbox by clicking.</li>
<li>Your User Key is the value after the "json?h=your_user_key_is_here". Copy its value and fill the field "user_key" in Autoforge with it.
<img src="img/how_to_login.png" width=60%></li>
<li>Your SID is the value of the sid cookie. To find it, select the "Headers" tab, scroll down to the "Request Headers" section, and find the "cookie" field. Copy the value of the sid only, and fill the field "sid" in AutoForge with it. <img src="img/how_to_login_sid.png" width=60%></li>
<li>The web adresse is the URL displayed on your navigator when playing Forge Of Empires. <img src="img/how_to_login_url.png" width=60%><br/>
<img src="img/how_to_login.PNG" width=60%></li>
<li>Your SID is the value of the sid cookie. To find it, select the "Headers" tab, scroll down to the "Request Headers" section, and find the "cookie" field. Copy the value of the sid only, and fill the field "sid" in AutoForge with it. <img src="img/how_to_login_sid.PNG" width=60%></li>
<li>The web adresse is the URL displayed on your navigator when playing Forge Of Empires. <img src="img/how_to_login_url.PNG" width=60%><br/>
For example: "https://es21.forgeofempires.com/game/"</li>
</ol>

<div id="screenshots">
<h2>📷 Screenshots</h2>
<ul>
<img src="img/tab_1.png" width=70%>
<img src="img/tab_2.png" width=70%>
<img src="img/tab_2_extended_1.png" width=70%>
<img src="img/tab_2_extended_2.png" width=70%>
<img src="img/tab_3.png" width=70%>
<img src="img/tab_5.png" width=70%>
<img src="img/tab_6.png" width=70%>
<img src="img/minimized.png" width=70%>
<img src="img/tab_1.PNG" width=70%>
<img src="img/tab_2.PNG" width=70%>
<img src="img/tab_2_extended_1.PNG" width=70%>
<img src="img/tab_2_extended_2.PNG" width=70%>
<img src="img/tab_3.PNG" width=70%>
<img src="img/tab_5.PNG" width=70%>
<img src="img/tab_6.PNG" width=70%>
<img src="img/minimized.PNG" width=70%>
</ul>
</div>
</div>

0 comments on commit 8da5994

Please sign in to comment.