Skip to content

Commit f4a43c5

Browse files
committed
Release v3.3.9
1 parent d7b3bc2 commit f4a43c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Features
5050
<span id="installation"></span>
5151
## Installation
5252

53-
Rainbomizer requires an **ASI-Loader** to function. It works with **all** versions of the game. Additionally, you require **ScriptHook** for certain features.
53+
Rainbomizer requires an **ASI-Loader** to function. Additionally, you require **ScriptHook** for certain features. All versions of GTA V Legacy are supported, however older versions of the game may require the Car Generator Randomizer and the Credits Randomizer to be disabled. **The Enhanced edition is not supported**
5454

5555
1. Install **ScriptHook** (includes an ASI Loader) from [here](http://www.dev-c.com/gtav/scripthookv)
5656
2. Download Rainbomizer from [Releases](https://github.com/Parik27/V.Rainbomizer/releases) and **extract the archive** to the root directory of GTA V.

src/common/logger.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#ifndef NDEBUG
99
#define RAINBOMIZER_BUILD "Debug Build: " __DATE__ " " __TIME__
1010
#else
11-
#define RAINBOMIZER_BUILD "Release v3.3.7: " __DATE__ " " __TIME__
12-
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.7"
11+
#define RAINBOMIZER_BUILD "Release v3.3.9: " __DATE__ " " __TIME__
12+
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.9"
1313
#endif
1414

1515
constexpr int RAINBOMIZER_BUILD_NUMBER =

0 commit comments

Comments
 (0)