Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Aug 2, 2024
1 parent 8c24fd1 commit 5d5de2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
artifacts: ImGuiRedux${{matrix.platform}}.zip
name: "${{matrix.platform}} Builds"
body: "This release is updated frequently with newer builds.\n\n- ImGuiRedux${{matrix.platform}}.zip for CLEORedux"
body: "This release is updated frequently with newer builds.\n\n- ImGuiReduxWin64 -> For CLEORedux (Supports 64 bit games)"
allowUpdates: true
tag: "${{matrix.platform}}-latest"
ImGuiCleo:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
artifacts: ImGuiCleoWin32.zip
name: "Win32 Builds"
body: "This release is updated frequently with newer builds.\n\n- ImGuiCleoWin32.zip for regular CLEO\n- ImGuiReduxWin32.zip for CLEORedux"
body: "This release is updated frequently with newer builds.\n\n- ImGuiCleoWin32 -> For CLEO5 (Supports GTA SA). Only required if you use ImGui in .cs scripts. \n- ImGuiReduxWin32 -> For CLEORedux (Supports 32 bit games). GTA SA Support is also included."
allowUpdates: true
tag: "Win32-latest"

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
- GTA 4 Complete Edition
- Bully Scholarship Edition

## Versions
- ImGuiCleoWin32 -> For CLEO5 (Supports GTA SA). Only required if you use ImGui in .cs scripts.
- ImGuiReduxWin32 -> For CLEORedux (Supports 32 bit games). GTA SA Support is also included.
- ImGuiReduxWin64 -> For CLEORedux (Supports 64 bit games)


### Installation
1. Install [ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases) & [ImGuiRedux x86](https://github.com/user-grinch/ImGuiRedux/releases/tag/Win32-latest)
3. For GTAs install [SilentPatch](https://gtaforums.com/topic/669045-silentpatch/)
Expand Down

0 comments on commit 5d5de2d

Please sign in to comment.