19596
477
19596
477
Last version includes extended Rollovers! Check this video to watch the feature in action.
GTA V physics don't allow for proper rollovers, so I've coded something that lets vehicles perform Hollywood Rolls/Barrelrolls/Rollovers if the circumstances allow for it.
This script affects every vehicle, not only the player's.
Useful for pit maneuvers, don't you think?
Description
This script lets vehicles actually do rollovers when they're supposed to. High ground clearance, long, narrow and/or Heavily damaged vehicles are more likely to do rollovers if they slide too much, while low clearance, wide vehicles are less likely to crash like that. Being on road or not also affects them, as well as the weather conditions.
Features
Concepts considered for the rollovers:
Installation
"HollywoodRollover.dll" and "HollywoodRollover.ini" go inside \Grand Theft Auto V\scripts\ folder.
Settings
You can change multiple settings inside "HollywoodRollover.ini" to tune the script's behavior to your likings.
You can define if you want your vehicle to be affected by the script or not, the same goes for the the NPCs' vehicles.
Explosive rollovers can be enabled or disabled too.
Controls
- Enter: reload settings from the .ini. (No notifications will be shown)
REQUIREMENTS
.NET Framework 4.5.2
Visual C++ 2015
ScriptHookV
ScriptHookVDotNet
Sourcecode
Here.
Changelog
2.5
2.0
1.2b
1.2
1.1
GTA V physics don't allow for proper rollovers, so I've coded something that lets vehicles perform Hollywood Rolls/Barrelrolls/Rollovers if the circumstances allow for it.
This script affects every vehicle, not only the player's.
Useful for pit maneuvers, don't you think?
Description
This script lets vehicles actually do rollovers when they're supposed to. High ground clearance, long, narrow and/or Heavily damaged vehicles are more likely to do rollovers if they slide too much, while low clearance, wide vehicles are less likely to crash like that. Being on road or not also affects them, as well as the weather conditions.
Features
- Both NPC vehicles and Player vehicles can perform rollovers now.
- Rollover probability algorithm that calculates how likely is for a vehicle to perform a rollover.
Concepts considered for the rollovers:
- The vehicle's length, width and height
- The vehicle's body damage
- Weather conditions
- If the vehicle is on dirt/snow or not
Installation
"HollywoodRollover.dll" and "HollywoodRollover.ini" go inside \Grand Theft Auto V\scripts\ folder.
Settings
You can change multiple settings inside "HollywoodRollover.ini" to tune the script's behavior to your likings.
You can define if you want your vehicle to be affected by the script or not, the same goes for the the NPCs' vehicles.
Explosive rollovers can be enabled or disabled too.
Controls
- Enter: reload settings from the .ini. (No notifications will be shown)
REQUIREMENTS
.NET Framework 4.5.2
Visual C++ 2015
ScriptHookV
ScriptHookVDotNet
Sourcecode
Here.
Changelog
2.5
- Added Extended Rollovers
- Improved roll probability system (now its more fair)
- Fixed twitchy rolls
- Re-Added Explosive rollovers, they're not a % per second
2.0
- Complete rewrite of the script. New algorrithm allows for more realistic rollowers.
- Rollower probability algorrithm tweaked: now body damage has more weight on the calculations. Damaged vehicles will roll more easily.
- Removed explosive rollovers as the new system doesn't like them.
- Rollovers now affect everyone.
- The scrip has been optimized for minimal performance impact.
1.2b
- Fixed force multiplier.
1.2
- Added Y axis to the flip force: rollovers should look more natural now.
- Added ForceMultiplier setting: you can now tweak the rollover force over the vehicle.
- Added JumpBeforeRollover setting: you can now define if you want that little jump before rollovers or not.
1.1
- Tweaked rollovers to be more realistic
- Rollovers won't make you land on your wheels like nothing happened anymore
- Added explosive rollovers
- Fixed an issue where you could trigger multiple rollovers in rapid sucession.
Först uppladdad: 8 januari 2016
Senast uppdaterad: 7 november 2017
Senast nedladdad: 5 timmar sedan
310 Kommentarer
More mods by Eddlm, mkeezay30 (Original idea):
Last version includes extended Rollovers! Check this video to watch the feature in action.
GTA V physics don't allow for proper rollovers, so I've coded something that lets vehicles perform Hollywood Rolls/Barrelrolls/Rollovers if the circumstances allow for it.
This script affects every vehicle, not only the player's.
Useful for pit maneuvers, don't you think?
Description
This script lets vehicles actually do rollovers when they're supposed to. High ground clearance, long, narrow and/or Heavily damaged vehicles are more likely to do rollovers if they slide too much, while low clearance, wide vehicles are less likely to crash like that. Being on road or not also affects them, as well as the weather conditions.
Features
Concepts considered for the rollovers:
Installation
"HollywoodRollover.dll" and "HollywoodRollover.ini" go inside \Grand Theft Auto V\scripts\ folder.
Settings
You can change multiple settings inside "HollywoodRollover.ini" to tune the script's behavior to your likings.
You can define if you want your vehicle to be affected by the script or not, the same goes for the the NPCs' vehicles.
Explosive rollovers can be enabled or disabled too.
Controls
- Enter: reload settings from the .ini. (No notifications will be shown)
REQUIREMENTS
.NET Framework 4.5.2
Visual C++ 2015
ScriptHookV
ScriptHookVDotNet
Sourcecode
Here.
Changelog
2.5
2.0
1.2b
1.2
1.1
GTA V physics don't allow for proper rollovers, so I've coded something that lets vehicles perform Hollywood Rolls/Barrelrolls/Rollovers if the circumstances allow for it.
This script affects every vehicle, not only the player's.
Useful for pit maneuvers, don't you think?
Description
This script lets vehicles actually do rollovers when they're supposed to. High ground clearance, long, narrow and/or Heavily damaged vehicles are more likely to do rollovers if they slide too much, while low clearance, wide vehicles are less likely to crash like that. Being on road or not also affects them, as well as the weather conditions.
Features
- Both NPC vehicles and Player vehicles can perform rollovers now.
- Rollover probability algorithm that calculates how likely is for a vehicle to perform a rollover.
Concepts considered for the rollovers:
- The vehicle's length, width and height
- The vehicle's body damage
- Weather conditions
- If the vehicle is on dirt/snow or not
Installation
"HollywoodRollover.dll" and "HollywoodRollover.ini" go inside \Grand Theft Auto V\scripts\ folder.
Settings
You can change multiple settings inside "HollywoodRollover.ini" to tune the script's behavior to your likings.
You can define if you want your vehicle to be affected by the script or not, the same goes for the the NPCs' vehicles.
Explosive rollovers can be enabled or disabled too.
Controls
- Enter: reload settings from the .ini. (No notifications will be shown)
REQUIREMENTS
.NET Framework 4.5.2
Visual C++ 2015
ScriptHookV
ScriptHookVDotNet
Sourcecode
Here.
Changelog
2.5
- Added Extended Rollovers
- Improved roll probability system (now its more fair)
- Fixed twitchy rolls
- Re-Added Explosive rollovers, they're not a % per second
2.0
- Complete rewrite of the script. New algorrithm allows for more realistic rollowers.
- Rollower probability algorrithm tweaked: now body damage has more weight on the calculations. Damaged vehicles will roll more easily.
- Removed explosive rollovers as the new system doesn't like them.
- Rollovers now affect everyone.
- The scrip has been optimized for minimal performance impact.
1.2b
- Fixed force multiplier.
1.2
- Added Y axis to the flip force: rollovers should look more natural now.
- Added ForceMultiplier setting: you can now tweak the rollover force over the vehicle.
- Added JumpBeforeRollover setting: you can now define if you want that little jump before rollovers or not.
1.1
- Tweaked rollovers to be more realistic
- Rollovers won't make you land on your wheels like nothing happened anymore
- Added explosive rollovers
- Fixed an issue where you could trigger multiple rollovers in rapid sucession.
Först uppladdad: 8 januari 2016
Senast uppdaterad: 7 november 2017
Senast nedladdad: 5 timmar sedan





Adressed the twitchy roll thing and added a few nice features! Check them out in the description's changelog and linked video.
is it still not working
@Fledron Did u get a solution??
My car is HESITANT to topple, the roof is not willing to touch the ground
Hi The author of this wonderful script, I would like to ask you to update it, simply for the reason that the ExtendRollover function does not work, it does not allow the car to fall on the roof, if someone has this problem then disable this function, the coups will be but not so spectacular, in any case, I really want to update this script!
@Zirowaski just the extend rollover? does the actual rolling work, like the whole mod, because everything stopped working for me, so I stopped playing gta5 because this golden mod died, does it still work?
No, i been tried to do it and it doesn't work needs a update, but thats impossible, last update was 3 years ago.
As soon as i try to roll over it crashes my game. Any ideas how to fix this?
This mod used to be an essential for me, now it doesn't work. Would be great if it could be updated and fixed, cheers :)
Probably like you lot are saying because it hasn't been updated in a while. Is this why, when I try rollover, my car like feels like its gotten weight so its stuck to the ground basically making rollover's impossible?
Good news! theres a way to use it. You need community script hook v dot net version 2.10.10! I've tested it and it works fine! thanks to CryticDan who originally found this. @CrypticDan
@ManyMojis would it interfere with disabling any other mods that require a updated Community SH?
funktioniert bei mir leider auch nicht ....
GTA 5 is now a full Tiger Woods simulator
@ManyMojis Doesn't work for me, is it still working for you?
Yeah, it does not work.
@Supreme Lee May I know what version of community scripthook, scripthook or any those script realted mods are you using?
v1.0.2215.0
I keep coming back to this page every so often to see if this mod has been updated. It fuggin kills me each time, but I'm hoping my persistence will be rewarded one day. The game is just not the same without this.
@Eddlm Any plans to ever update this? A FiveM version would be cool.
I use this mod and instantly my fps drop