From bd92a27a6247460e39c6820db68dbc779630f9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Ara=C3=BAjo?= Date: Thu, 2 Nov 2023 18:38:28 -0300 Subject: [PATCH] feat: improves and move documentation fix #21 --- readme.md | 60 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 57 deletions(-) diff --git a/readme.md b/readme.md index 0dc270b..402201e 100644 --- a/readme.md +++ b/readme.md @@ -27,38 +27,13 @@ Hoi4 Rich Presence This is a presence for discord that shows what you are doing in Hearts of Iron 4. -## How to Download and install +## How to download and install -Download the lastest presence from: - -[Releases](https://github.com/ThiaudioTT/hoi4-presence/releases) - -It's named as `hoi4-presence-vVERSION.zip` - -Extract the files into a folder, and - -Then, execute `setup.exe` to install. - -The script will do all the work for you. - -After the execution, you can delete the files. - -## Uninstalling - -Inside your game folder, you will see a file named `launcher-settings.json`. - -Inside of it: - -change `"exePath": "runRPC.exe",` to -`"exePath": "hoi4.exe",` - -You can delete all the other files originated from discord presence. +Struggling in installing? See the [Wiki](https://github.com/ThiaudioTT/hoi4-presence/wiki/Downloading,-Installing-and-Uninstalling). ## Submiting an issue -Found a bug? Submit it in: - -[Issues](https://github.com/ThiaudioTT/hoi4-presence/issues) +Found a bug? Submit it in [Issues](https://github.com/ThiaudioTT/hoi4-presence/issues). ## Contributing @@ -77,32 +52,3 @@ See: [How it Works](https://github.com/ThiaudioTT/hoi4-presence/wiki/How-it-work [Hoi4 Wiki](https://hoi4.paradoxwikis.com/Hearts_of_Iron_4_Wiki) [Logo](https://www.reddit.com/r/hoi4/comments/85l962/new_game_icon_made_by_me_the_original_sucks_free/) - -## Compiling from source - -You dont believe in my .exe files? :( - -Go to /DiscordRPC and execute it using pyinstaller: - -```pyinstaller.exe main.py --name hoi4Presence --noconsole --clean``` - -Don't compile in one file, it wont work. - -### Configuring the batch - -The batch is for executing the presence without doing it yourself. - -In `launcher-settings.json` (in your game folder), change exePath: - -`"exePath": "runRPC.bat",` - -if the save game folder isn't in your documents folder -change the line in `runRPC.bat` manually. - -### Changing settings.txt - -in settings.txt, (in your save folder) change: - -save_as_binary=no - -and you're done.