diff --git a/guide.php b/guide.php index d5dca34..7123ce6 100644 --- a/guide.php +++ b/guide.php @@ -33,7 +33,7 @@ $dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
  • Opening the game's launcher will revert it back to normal.
  • The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:61558/ to manage options, cheats, and scripts.

    -

    Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use a public server if you don't need to be able to play offline and don't have full control.

    +

    Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use a public server if you don't need to be able to play offline and have full control.

    Server Prerequisites