Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added installer. #3

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
289 changes: 289 additions & 0 deletions Installer.py

Large diffs are not rendered by default.

39 changes: 15 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
A Working Garfield Kart Hack Client

Works on both Online and Single-player games
# Installer (Unfinished)
Furious racing not implemented yet.
![image](https://github.com/Jake4353/GarfClientInstaller/assets/44424544/8c9a6ebc-3d59-40ea-9a3f-88b98ae91e9a)

# Supported Hacks
- [x] Speed
Expand All @@ -18,29 +21,17 @@ Works on both Online and Single-player games
- Drives for you!
- [x] Works in Split-Screen (Furious Racing)

# Garfield Kart Installation
1. Opt into the multi_test Garfield Kart beta on Steam.
- Right click on Garfield Kart in your Steam Library.
- Select "Properties".
- Choose "Betas".
- Opt into the `multi_test - Test multiplayer P2P` beta and the game will automatically reinstall.

2. Download the [latest](/downloads/latest/original/Assembly-CSharp.dll) DLL file.

3. Locate the Assembly-CSharp.dll in your Garfield Kart Folder
- `C:\Program Files (x86)\Steam\steamapps\common\Garfield Kart\Garfield_Master7_Data\Managed`
4. Replace the Assembly-CSharp.dll with the one downloaded in [Step 2](/downloads/latest/original/Assembly-CSharp.dll).
5. Have fun!

# Furious Racing Installation
NOTE: The Furious Racing Hack is still a WIP - Watch out for bugs and stuff.
TODO:
- [ ] Unlock all steam achievements button
- [ ] Rework movement
1. Download the [latest](/downloads/latest/furious/Assembly-CSharp.dll) DLL file.
2. Locate the Assembly-CSharp.dll in your Garfield Kart Folder
- `C:\Program Files (x86)\Steam\steamapps\common\Garfield Kart - Furious Racing\Garfield Kart Furious Racing_Data\Managed`
3. Replace the Assembly-CSharp.dll with the one downloaded in [Step 2](/downloads/latest/furious/Assembly-CSharp.dll).
4. Have fun!
# How to uninstall
## 1 open properties tab
![image](https://github.com/Jake4353/GarfClientInstaller/assets/44424544/d9448420-f289-42e3-8d7f-3e7b7fa18339)
## 2 open files tab and press verify integrity of files
![image](https://github.com/Jake4353/GarfClientInstaller/assets/44424544/5a961665-a5ba-408e-b4e6-d338b327bc27)

# Installation
## 1 Select your prefered version of the game
![image](https://github.com/Jake4353/GarfClientInstaller/assets/44424544/fc2b5844-3a05-4a6b-9948-bf9c9a6e8778)
## 2 make sure the Version and Location are correct, and then press the install button and select your preferred hack version
![image](https://github.com/Jake4353/GarfClientInstaller/assets/44424544/babde7f7-69ca-416c-ae34-d0ea8ebe2001)


https://user-images.githubusercontent.com/28388670/185535383-9564f903-b036-4e56-b2cf-acc0f7dbb37b.mp4
8 changes: 8 additions & 0 deletions Uninstall.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to uninstall
## 1
Right click on the game on the steam library.
## 2
click properties and go to the **Files** tab
## 3
click **Verify Integrity of game files**

Binary file added downloads/originaldll/fr/Assembly-CSharp.dll
Binary file not shown.
Binary file added downloads/originaldll/og/Assembly-CSharp.dll
Binary file not shown.
559 changes: 559 additions & 0 deletions installer/installer.py

Large diffs are not rendered by default.

Loading