Speed-dependent bomb 1.2
617
21
617
21
A small script which aims to capture the best part of the movie Speed(1994).
Namely, the speed-dependent bomb.
Upon reaching a certain speed, the bomb will be activated and will detonate if you go below the activation speed or try to leave the vehicle.
Requirements:
Install instructions:
After above requirements are met, place 26B_Speed.dll into C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts.
Add the scripts folder if it does not exist.
Author's notes:
If you have any issues, or would like to suggest improvements, please let me know.
How to activate and use in-game:
Bugs:
The "stay above" speed is slightly lower than activation speed.
This is a temporary fix to an insta-explode bug which occurs when both "activation" and "stay above" speed variables are identical upon reaching the activation speed. Will try to fix in next release. However, the difference is minimal and barely noticeable as is.
Source can be found at:
https://github.com/MX-3/GTAV_MODS/blob/master/26B/26B_Speed.cs
Version 1.2 Changelog:
Version 1.1 Changelog:
Namely, the speed-dependent bomb.
Upon reaching a certain speed, the bomb will be activated and will detonate if you go below the activation speed or try to leave the vehicle.
Requirements:
- ScripthookV (http://www.dev-c.com/gtav/scripthookv/)
- ScriptHookVDotNet (https://www.gta5-mods.com/tools/scripthookv-net)
Install instructions:
After above requirements are met, place 26B_Speed.dll into C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts.
Add the scripts folder if it does not exist.
Author's notes:
If you have any issues, or would like to suggest improvements, please let me know.
How to activate and use in-game:
- Press "K" key to enable/disable mod.
- Press "J" to lower the speed of activation/detonation
- Press "L" to increase the speed of activation/detonation
- Get in a vehicle.
- Hit the bomb activation speed (default is 70mph on in-car speedometer).
- Stay above 70mph and stay in the vehicle or the vehicle will blow up.
Bugs:
The "stay above" speed is slightly lower than activation speed.
This is a temporary fix to an insta-explode bug which occurs when both "activation" and "stay above" speed variables are identical upon reaching the activation speed. Will try to fix in next release. However, the difference is minimal and barely noticeable as is.
Source can be found at:
https://github.com/MX-3/GTAV_MODS/blob/master/26B/26B_Speed.cs
Version 1.2 Changelog:
- Made the bomb automatically detonate if the player tries to leave the vehicle once the bomb has been activated.
Version 1.1 Changelog:
- Added ability to increase or decrease the trigger speed of activation and detonation of the bomb.
- Made the bomb react much faster.
Tải lên lần đầu: 28 Tháng năm, 2017
Cập nhật lần cuối: 29 Tháng năm, 2017
Last Downloaded: 04 Tháng mười, 2024
28 Bình luận
A small script which aims to capture the best part of the movie Speed(1994).
Namely, the speed-dependent bomb.
Upon reaching a certain speed, the bomb will be activated and will detonate if you go below the activation speed or try to leave the vehicle.
Requirements:
Install instructions:
After above requirements are met, place 26B_Speed.dll into C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts.
Add the scripts folder if it does not exist.
Author's notes:
If you have any issues, or would like to suggest improvements, please let me know.
How to activate and use in-game:
Bugs:
The "stay above" speed is slightly lower than activation speed.
This is a temporary fix to an insta-explode bug which occurs when both "activation" and "stay above" speed variables are identical upon reaching the activation speed. Will try to fix in next release. However, the difference is minimal and barely noticeable as is.
Source can be found at:
https://github.com/MX-3/GTAV_MODS/blob/master/26B/26B_Speed.cs
Version 1.2 Changelog:
Version 1.1 Changelog:
Namely, the speed-dependent bomb.
Upon reaching a certain speed, the bomb will be activated and will detonate if you go below the activation speed or try to leave the vehicle.
Requirements:
- ScripthookV (http://www.dev-c.com/gtav/scripthookv/)
- ScriptHookVDotNet (https://www.gta5-mods.com/tools/scripthookv-net)
Install instructions:
After above requirements are met, place 26B_Speed.dll into C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts.
Add the scripts folder if it does not exist.
Author's notes:
If you have any issues, or would like to suggest improvements, please let me know.
How to activate and use in-game:
- Press "K" key to enable/disable mod.
- Press "J" to lower the speed of activation/detonation
- Press "L" to increase the speed of activation/detonation
- Get in a vehicle.
- Hit the bomb activation speed (default is 70mph on in-car speedometer).
- Stay above 70mph and stay in the vehicle or the vehicle will blow up.
Bugs:
The "stay above" speed is slightly lower than activation speed.
This is a temporary fix to an insta-explode bug which occurs when both "activation" and "stay above" speed variables are identical upon reaching the activation speed. Will try to fix in next release. However, the difference is minimal and barely noticeable as is.
Source can be found at:
https://github.com/MX-3/GTAV_MODS/blob/master/26B/26B_Speed.cs
Version 1.2 Changelog:
- Made the bomb automatically detonate if the player tries to leave the vehicle once the bomb has been activated.
Version 1.1 Changelog:
- Added ability to increase or decrease the trigger speed of activation and detonation of the bomb.
- Made the bomb react much faster.
Tải lên lần đầu: 28 Tháng năm, 2017
Cập nhật lần cuối: 29 Tháng năm, 2017
Last Downloaded: 04 Tháng mười, 2024
Version 1.2 Changelog:
Made the bomb automatically detonate if the player tries to leave the vehicle once the bomb has been activated.
Version 1.1 Changelog:
Added ability to increase or decrease the trigger speed of activation and detonation of the bomb.
Made the bomb react much faster.
Version 1.1 Changelog:
Added ability to increase or decrease the trigger speed of activation and detonation of the bomb.
Made the bomb react much faster.
@krissboo LOL, gimme a sandwich!
@The_XXI HAHA best
@Pedge You know I was gonna have soup for lunch but......
@26B Thanks for this mod, and for making me lol @ Sad Keanu again :)
@krissboo Haha, you are welcome. Let me know if you would like to see anything added to the mod. I am open to suggestions and ideas.
@26B Sweet, I'll see how it goes.
@26B Having loadsa fun with this :) Now to find out if this works with a bodyguard driving a vehicle!
@krissboo The script specifically checks for the player, you can modify it to make it detect a bodyguard, the source is at https://github.com/MX-3/GTAV_MODS/blob/master/26B/26B_Speed.cs .
All you'd really have to do is change all of the player references to bodyguard's or add a separate check for a bodyguard. Should not be hard. If you get stuck let me know and I'll help you out.
@26B Well I can't say I've ever tried scripting, but i should be able to modify yours if that's cool. Be good to do it with the John Wick ped - it's not quite Jack Traven but close enough ;)
@26B And thanks by the way.
That's why I link the source, so people can change it if they want to. Give it a try and see if you can get it to work. If not, let me know and I'll help you out.
@26B Right, well I've got as far as setting up a github account....and now I have no idea what I'm doing ;) Time for some tutorials I think.
@26B Deleted that last comment cause I've sorta worked out how to modify your script. Is there somewhere we can chat on github?
@krissboo you can't really chat on github, it's not designed for that. Add me on steam if you want - 26BFD.
@26B Yeah I realised that after I posted the comment lol, but I'll add you on steam later on mate.
@26B Why don't you make that a feature of the mod? Like an ini for weather it works for just the player or for bodyguards or both?
@Think_Tank @26B TBH it would make my life easier but then how will I ever learn how to script lol. I haven't got anywhere with modding your script yet 26b but i'll get round to it this week sometime hopefully :)
Not sure if I'm doing something wrong or not. The mod loads fine and the "Bomb Armed" message displays, but the car never explodes when I slow down.