Skip to content

Commit

Permalink
feat: 1.2.1 include additional dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshh123 committed Dec 7, 2023
1 parent 3840306 commit 942d852
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A tool to clean out mods from Grand Theft Auto 5 for online play, and restore th

Get the latest version from the [Releases](https://github.com/ganeshh123/gta5-cleaner/releases/latest) page.

[Download for Windows](https://github.com/ganeshh123/gta5-cleaner/releases/download/1.2.0/gta5cleaner_1.2.0.zip)
[Download for Windows](https://github.com/ganeshh123/gta5-cleaner/releases/download/1.2.1/gta5cleaner_1.2.1.zip)

## Usage
1. Download and extract `gta5cleaner.exe` to the root 'Grand Theft Auto V' folder (same place as `GTAV.exe`)
Expand Down
7 changes: 7 additions & 0 deletions essentialFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ module.exports = [
'common.rpf',
'd3dcompiler_46.dll',
'd3dcsx_46.dll',
'fvad.dll',
'GFSDK_ShadowLib.win64.dll',
'GFSDK_TXAA.win64.dll',
'GFSDK_TXAA_AlphaResolve.win64.dll',
'GTA5.exe',
'GTAVLanguageSelect.exe',
'GTAVLauncher.exe',
'PlayGTAV.exe',
'libcurl.dll',
'opus.dll',
'opusenc.dll',
'toxmod.dll',
'x64a.rpf',
'x64b.rpf',
'x64c.rpf',
Expand All @@ -38,10 +43,12 @@ module.exports = [
'x64u.rpf',
'x64v.rpf',
'x64w.rpf',
'zlib1.dll',
/* Steam Install */
'steam_api64.dll',
'steam_appid.txt',
'installscript.vdf',
'installscript_sdk.vdf',
'EntryPoints.txt',
/* Epic Games Install */
'.egstore',
Expand Down
12 changes: 10 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gta5-cleaner",
"version": "1.1.0",
"version": "1.2.1",
"description": "A tool to clean out mods from Grand Theft Auto 5 for online play, and restore them later.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 942d852

Please sign in to comment.