PeterTh / gedosato

The Generic DownSampling Tool
GNU General Public License v3.0
462 stars 166 forks source link

Grim Dawn hud toggle GeDoSaTo profile. #357

Closed LordJBeckman closed 8 years ago

LordJBeckman commented 8 years ago

First time I'm doing something like this, followed the tutorial on PCGamer and found a suitable PSHash for the game to toggle the HUD, can't get rid of the "-" in the folder name though, it's supposed to be "Grim Dawn" for "Grim Dawn.exe" but Github auto-adds the "-" in-between for some reason, sorry about that but I don't know how to fix it.

ebugusey commented 8 years ago

Gedo detects games by their exe name. Exact exe name. Use git instead of github. Download here https://git-for-windows.github.io/

Short instruction just for you:

git clone https://github.com/LordJBeckman/gedosato.git
cd gedosato
git checkout patch-1
<make some changes>
git commit -a -m '<commit comment>' 
git push origin patch-1

Full instruction: https://git-scm.com/doc

Also your config is worthless without whitelist entry.

LordJBeckman commented 8 years ago

Ah right the default whitelist needs the exe name for this game, totally forgot about that and I'll have to redo this commit and fix that folder error properly too.