top of page
Older versions of
RAGEPluginHook
​

Released:     09/19/2019 16:51:41    

Size:              9.60 MB

​

Added interoperability with Rocktar's new launcher.

Downloads

cmg-banner-728x90.gif

RAGE Plugin Hook - 1.68.1248.15551

Released:     07/26/2019 22:15:08    

Size:              9.61 MB

​

Added support for game patch v1737.
Removed support for game patch v1734.
Fixed Vehicle.EngineRevolutionsRatio.
Fixed Vehicle.DriveForce.
Fixed Vehicle.TopSpeed.
Fixed Game.StartNewScript().

Downloads

animated-s6-02.gif

RAGE Plugin Hook - 1.67.1242.15499

Released:     07/25/2019 03:16:00   

Size:              9.52 MB

​

RAGE Plugin Hook leaves ALPHA status with this release.
Added support for game patch v1734.
Removed support for game patch v1604.
Fixed the launcher not reading developer mode correctly from the config file.

Downloads

simplecoin_768x90.jpg

RAGE Plugin Hook - Open Alpha - 0.66.1241.15481

Released:     06/08/2019 00:05:20    

Size:              9.44 MB 

 

Fixed an issue causing UI rendering not working if the game was launched in full screen mode.
Fixed a potential crash in the launcher while attempting to display a dialog under certain circumstances.

Downloads

RAGE Plugin Hook - Open Alpha - 0.65.1237.15477

Released:     03/13/2019 01:34:46   

Size:              9.45 MB 

 

Keyboard input in the console is now proper, regardless of layout.
Fixed an issue that caused problems with certain features like the console, on systems using certain character encodings (Turkish in particular).

.

Downloads

728x90.gif

RAGE Plugin Hook - Open Alpha - 0.64.1234.15464

Released:          12/12/2018 00:59:13   

Size:                   9.45 MB 

 

Added support for game patch v1604.
Removed support for game patch v1493.


Fixed certain things like ped groups not working.
Added counter-measures to Rockstar's latest anti-debugging shit, so you can now debug your plugins again.

Downloads

728x90.gif

RAGE Plugin Hook - Open Alpha - 0.63.1224.15140 

Released:     07/25/2018 00:20:27   

Size:              7.45 MB 

 

Added support for game patch v1493.
Removed support for game patch v1365.

Downloads

728x90.gif

RAGE Plugin Hook - Open Alpha - 0.62.1216.14731

Released:     03/20/2018 20:46:07

Size:              7.37 MB 

​

Added support for game patch v1365.
Removed support for game patch v1290.


Fixed Vehicle::RadioStation.
Fixed Vehicle::IsComponentBroken() and related methods not working correctly.

Downloads

728x90.gif

RAGE Plugin Hook - Open Alpha - 0.61.1204.14469

Released:     01/06/2018 08:05:07  

Size:              7.28 MB 

 

Fixed several properties related to vehicle types in Vehicle and Model returning bogus values.
Now shows an "incorrect installation" when RPH is not installed in the game folder, instead of just showing that game version 0 is unsupported.

Downloads

728x90-3.png

RAGE Plugin Hook - Open Alpha - 0.60.1201.14419

Released:     12/22/2017 23:32:17  

Size:              7.28 MB 

 

Fixed an issue with Vehicle::EmergencyLightingOverride and non-emergency vehicles since game patch v1290.
Fixed Vehicle::ApplySirenSettingsFrom() not working since game patch v1290.
Fixed Vehicle::RepairComponents() not working since game patch v1290.
Fixed Vehicle::AreAnyComponentsBroken() not working since game patch v1290.
Fixed Vehicle::IsComponentBroken() not working since game patch v1290.
Fixed Vehicle::AreAllComponentsBroken() not working since game patch v1290.
Fixed VehicleWheel::Temperature not working since game patch v1290.
Fixed VehicleWheel::Health not working since game patch v1290.
Fixed VehicleWheel::TireHealth not working since game patch v1290.
Fixed VehicleWheel::IsOnFire not working since game patch v1290.
Fixed VehicleWheel::IsFacingLeft not working since game patch v1290.
Fixed VehicleWheel::IsDriveWheel not working since game patch v1290.
Fixed VehicleWheel::IsSteeringWheel not working since game patch v1290.
Fixed Model::IsLawEnforcementVehicle not working since game patch v1290.
Fixed Model::IsEmergencyVehicle not working since game patch v1290.
Fixed Model::IsElectricVehicle not working since game patch v1290.
Fixed Model::IsJetski not working since game patch v1290.
Fixed Model::IsOffroadVehicle not working since game patch v1290.
Fixed Model::IsBus not working since game patch v1290.
Fixed Model::IsBigVehicle not working since game patch v1290.
Fixed Model::IsVan not working since game patch v1290.

Downloads

728x90-3.png

RAGE Plugin Hook - Open Alpha - 0.57.1152.13084

Released:     08/30/2017 00:07:37   

Size:              7.21 MB 

 

Added support for game patch v1180.
Removed support for game patch v1103.
Added Model::AddName() to add additional known names for Model::Name.
Model::Model(String^) constructor now adds the specified name to the list of known names.
World::DateTime now clamps the day to a valid value to workaround the game using 31 days in all months.

Downloads

728.png

RAGE Plugin Hook - Open Alpha - 0.52.1061.10387 

Released:     04/05/2017 21:06:35

Size:              5.48 MB 

​

Added support for game patch v1032.
Removed support for game patch v1011.


Game backup feature now includes Social Club installers for the version being backed up.
Fixed "Generate Detailed Report" button crashing.
Added native name BEGIN_TEXT_COMMAND_PRINT.
Added native name END_TEXT_COMMAND_PRINT.
Added native name BEGIN_TEXT_COMMAND_IS_MESSAGE_DISPLAYED.
Added native name END_TEXT_COMMAND_IS_MESSAGE_DISPLAYED.
Added native name BEGIN_TEXT_COMMAND_DISPLAY_TEXT.
Added native name END_TEXT_COMMAND_DISPLAY_TEXT.
Added native name BEGIN_TEXT_COMMAND_DISPLAY_HELP.
Added native name END_TEXT_COMMAND_DISPLAY_HELP.
Added native name BEGIN_TEXT_COMMAND_IS_THIS_HELP_MESSAGE_BEING_DISPLAYED.
Added native name END_TEXT_COMMAND_IS_THIS_HELP_MESSAGE_BEING_DISPLAYED.
Added native name BEGIN_TEXT_COMMAND_CLEAR_PRINT.
Added native name END_TEXT_COMMAND_CLEAR_PRINT.
Added native name ADD_TEXT_COMPONENT_SUBSTRING_TEXT_LABEL.
Added native name ADD_TEXT_COMPONENT_SUBSTRING_TEXT_LABEL_HASH_KEY.
Added native name ADD_TEXT_COMPONENT_FORMATTED_INTEGER.
Added native name SHOW_HEADING_INDICATOR_ON_BLIP.
Added native name REMOVE_MP_GAMER_TAG.
Added native name IS_MP_GAMER_TAG_ACTIVE.
Added native name SET_MP_GAMER_TAG_VISIBILITY.
Added native name SET_MP_GAMER_TAG_COLOUR.
Added native name SET_MP_GAMER_TAG_ALPHA.
Added native name SET_MP_GAMER_TAG_WANTED_LEVEL.
Added native name SET_MP_GAMER_TAG_NAME.
Added native name GET_VEHICLE_MODEL_NUMBER_OF_SEATS.
Added native name ARE_ANY_VEHICLE_SEATS_FREE.
Added native name CONTROL_LANDING_GEAR.
Added native name GET_VEHICLE_MOD_COLOR_1_NAME.
Added native name GET_VEHICLE_MOD_COLOR_2_NAME.
Added native name DOES_CARGOBOB_HAVE_PICK_UP_ROPE.
Added native name CREATE_PICK_UP_ROPE_FOR_CARGOBOB.
Removed native name GET_CLOSEST_VEHICLE_TURNING_BLOODSPRAY.
Added native name REMOVE_PICK_UP_ROPE_FOR_CARGOBOB (Formerly GET_CLOSEST_VEHICLE_TURNING_BLOODSPRAY).
Added native name GET_HASH_OF_THIS_SCRIPT_NAME.
Added native name GET_SCREEN_COORD_FROM_WORLD_COORD.
Added native name BEGIN_TEXT_COMMAND_SCALEFORM_STRING.
Added native name END_TEXT_COMMAND_SCALEFORM_STRING.
Added native name NETWORK_GET_PLAYER_INDEX_FROM_PED.
Added native name NETWORK_REGISTER_ENTITY_AS_NETWORKED.
Added native name GET_TIME_AS_STRING.
Added native name NETWORK_REQUEST_CLOUD_TUNABLES.
Added native name NETWORK_EARN_FROM_CRATE_DROP.
Added native name NETWORK_PAY_MATCH_ENTRY_FEE.
Added native name NETWORK_SPENT_ROBBED_BY_MUGGER.
Added native name NETWORK_BUY_FAIRGROUND_RIDE.

Downloads

RAGE Plugin Hook - Open Alpha - 0.47.1037.9935

Released:     10/06/2016 23:10:31    

Size:              5,37 MB 

 

Added support for game patch v877.
Removed support for game patch v791.
Fixed EmergencyLighting::Lights returning null in some cases.

Downloads

RAGE Plugin Hook - Open Alpha - 0.44.986.9189

Released:     08/06/2016 12:20:19   

Size:              5.16 MB 

 

Fixed a bug introduced in v0.43, preventing blips from being deleted.
Fixed .NET exception not being shown in the crash dialog.
Added XML comments to VehicleManeuver and its values.
Fixed AppDomainUnloadedException exception when a plugin unloaded immediately after loading without yielding at least once.
Game::SetClipboardText() will now clear the clipboard if the text is null or empty, instead of throwing an exception.
Fixed Entity::Velocity not throwing an exception if the entity is invalid.
Added Entity::AngularVelocity.
Added Model::IsLawEnforcementVehicle.
Added Model::IsEmergencyVehicle.
Added Model::IsElectric.
Added Model::IsJetski.
Added Model::IsOffroadVehicle.
Added Model::IsBus.
Added Model::IsBig.
Added Model::IsVan.
Added World::GetGroundZ().
Renamed VehicleManeuver::ReverseStraight to VehicleManeuver::ReverseStraight75.
Added VehicleManeuver::ReverseStraight.
Renamed VehicleManeuver::GoForwardStraight to VehicleManeuver::GoForwardStraightHalfAcceleration.
Added VehicleManeuver::HeadOnCollision.
Added VehicleManeuver::ReverseStraight50.
Added VehicleManeuver::HandBrakeUTurn.
Added VehicleManeuver::UTurn.
Added VehicleManeuver::HandBrakeDrivingDirection.
Added VehicleManeuver::SurfaceSubmarine.
Added Game::IsFullMapRevealForced.
Changed plugin unload procedure. RPH will now execute an exit point in plugins to allow them to clean up. Console commands 'UnloadAllPlugins' and 'UnloadPlugin' have been changed to reflect this. Added new console commands 'TerminateAllPlugins' and 'TerminatePlugin' for the old behaviour of the old commands.
Added PluginAttribute::ExitPoint. See the documentation for this property for the syntax of the exit point.
Added native name GET_FAKE_WANTED_LEVEL.
Added native name GET_LANDING_GEAR_STATE.
Added native name OPEN_BOMB_BAY_DOORS.
Added native name CLOSE_BOMB_BAY_DOORS.
Added native name GET_IS_LEFT_VEHICLE_HEADLIGHT_DAMAGED.
Added native name GET_IS_RIGHT_VEHICLE_HEADLIGHT_DAMAGED.
Added native name GET_IS_VEHICLE_ENGINE_RUNNING.

Downloads

RAGE Plugin Hook - Open Alpha - 0.40.952.8173

Released:     06/13/2016 22:40:40

Size:              5.09 MB 

 

Fixed a crash when using Windows 10 Education.
Fixed infinite loading when the GTAVLauncher.exe ended unexpectedly.
Changed misleading "Launch cancelled by user" message to "GTAVLauncher.exe exited unexpectedly".
Fixed a crash in the backup system when the backup cache got too big.
It's now possible to use the mouse wheel to scroll in the console.
Increased console output limit from 1,000 to 100,000.
Holding control while pressing Page Up or Page Down will now scroll to the top/bottom of the console output.
Console no longer scrolls back to bottom on new output when scrolling up to read old output.
Added Game::GetScriptGlobalVariableAddress().
Added Rage::OperatingSystemInfo which can be used to query the current OS version.
Added Vector3::RandomUnit.
Added Vector3::RandomUnit2D.
Added Vector3::Around().
Added Vector3::Around2D().
Removed native name SPECIAL_FRONTEND_EQUAL.
Added native name PLAY_STREAM_FROM_POSITION.

Downloads

RAGE Plugin Hook - Open Alpha - 0.38.886.6940

Released:     03/28/2016 08:27:35

Size:              4.97 MB 

 

The counter measures against Rockstar's attempt to keep online vehicles out of singleplayer are now disabled by default. Can be enabled under 'Advanced Settings' in the launcher.

Downloads

bottom of page