Página 1 de 1
Security Van Heist V2
Enviado: 01 Nov 2020, 16:37
por Cleoude
Although it is similar to Gta 5, there are some customizations in the mod.
Enhanced Features:
Vehicle doors now open with animation.
The system of damaging the doors has improved. You no longer have to just detonate it with a bomb. You can open the doors by shooting or damaging certain parts of the doors.
Lock and Load Security Feature added. In these business vehicles, you can steal a gun or ammo. It does not change the weapons you have. But if you don't have the kind of weapon you stole, you will have it. More information:
https://gta.fandom.com/wiki/Lock_and_Load_Security
Money Message Feature. Original gxt text files are used.
The random event is like gta 5.
All nearby Security Vans are shown as a blip on the map. There is a arrow on the vehicles. (Customizable color)
Random event will fail if you move away from vehicles, pickup, enter a mission, or vehicles wrecked.
Vehicles are armored and explosion proof.
There are many ways to start the random event:
Stealing the vehicle
Shooting, damaging, hitting the vehicle.
If random event is started, you will have wanted level or not. (Customizable)
Security guards will attack you or try to escape. (Randomly now)
The doors at the rear of the vehicle cannot be opened. but when we blow them up they will open and you will pickup money or gun create. Your wanted level will increase. Random event ends when you get the pickup.
Customizable Features: (.ini File)
You can change the guards' health, armor, weapon, weapon skills, accuracy of shooting.
ForceSkin feature. So the feature of preventing Actor from being as Male01.
When this feature is active, you can change the ped type of actors. If the ped type is police, it will automatically have pistol and nightstick. And it will shoot with both hands.
You can change the blip colors. But limited colors.
You can adjust the health of the vehicle and its maximum damage. (Ex. If Car Health is 1000, the Guards will leave the car.)
You can adjust the health of the door.
You can adjust Attack and Explode Wanted Level(when you open the door).
You can disable the Lock and Load Security feature.
You can set the minimum and maximum amount of money you can steal from the vehicles.
You can disable the money message feature.
Download
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 16:41
por Junior_Djjr
I didn't see how the mod works, but did you used/considered the CLEO+ impact bullet event to check the shot position? It is a perfect use case.
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 17:08
por Cleoude
Junior_Djjr escreveu: ↑01 Nov 2020, 16:41
I didn't see how the mod works, but did you used/considered the CLEO+ impact bullet event to check the shot position? It is a perfect use case.
It was not in my mind. Because I'm learning new Cleo+. I don't know some opcodes. But great idea. I'll try it.
Added after 7 minutes 25 seconds:
Junior_Djjr escreveu: ↑01 Nov 2020, 16:41
I didn't see how the mod works.
In fact, there are invisible objects behind the vehicle and the door opens when these objects health is 0. I used the 0356 opcode in the previous version.
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 17:34
por Neon
Cleoude escreveu: ↑01 Nov 2020, 16:37
You can change the blip colors. But limited colors.
It would be nice if you could also disable the cone markers above the vehicles, you can do it with
this command by setting it to "blip only"
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 17:37
por Cleoude
Neon escreveu: ↑01 Nov 2020, 17:34
Cleoude escreveu: ↑01 Nov 2020, 16:37
You can change the blip colors. But limited colors.
It would be nice if you could also disable the cone markers above the vehicles, you can do it with
this command by setting it to "blip only"
I'll Add it in next version thanks!
There are many ideas for this mod. I really liked this. So I released the V2 version. In fact, many improvements can be made. Actually, I think of making a flash radar feature.
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 17:44
por Neon
Cleoude escreveu: ↑01 Nov 2020, 17:37
Neon escreveu: ↑01 Nov 2020, 17:34
Cleoude escreveu: ↑01 Nov 2020, 16:37
You can change the blip colors. But limited colors.
It would be nice if you could also disable the cone markers above the vehicles, you can do it with
this command by setting it to "blip only"
I'll Add it in next version thanks!
There are many ideas for this mod. I really liked this. So I released the V2 version. In fact, many improvements can be made. Actually, I think of making a flash radar feature.
I suggest you to adapt this to CLEO+ like Junior said first, there's already my Wanted Radar Warning mod (wich also needs CLEO+) for the flash feature but feel free to use it as a base if you wanna do anything else (but it would be nice to come with a toggle in the .ini so both mods don't end up breaking eachothers feature)
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 18:18
por Cleoude
Neon escreveu: ↑01 Nov 2020, 17:44
Cleoude escreveu: ↑01 Nov 2020, 17:37
Neon escreveu: ↑01 Nov 2020, 17:34
Cleoude escreveu: ↑01 Nov 2020, 16:37
You can change the blip colors. But limited colors.
It would be nice if you could also disable the cone markers above the vehicles, you can do it with
this command by setting it to "blip only"
I'll Add it in next version thanks!
There are many ideas for this mod. I really liked this. So I released the V2 version. In fact, many improvements can be made. Actually, I think of making a flash radar feature.
I suggest you to adapt this to CLEO+ like Junior said first, there's already my Wanted Radar Warning mod (wich also needs CLEO+) for the flash feature but feel free to use it as a base if you wanna do anything else (but it would be nice to come with a toggle in the .ini so both mods don't end up breaking eachothers feature)
Yes, Actually I look opcodes from Opcode Database. It would be nice if there was an opcode database for Cleo +. But I'm still looking at tutorials and trying to understand. I hope I will make it compatible...
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 18:52
por Neon
Cleoude escreveu: ↑01 Nov 2020, 18:18
Yes, Actually I look opcodes from Opcode Database. It would be nice if there was an opcode database for Cleo +. But I'm still looking at tutorials and trying to understand. I hope I will make it compatible...
The CLEO+ folder comes with a .txt file that explains how to install it in sanny builder wich means it also has all upcodes/commands added by CLEO+ in it, like
0ED8=3,set_script_event_on_menu %1d% label %2p% %3d%, and in the "CLEO+ gta3sc xml.txt" file you can see what some of these parameters means if you get lost in translation, but I strongly suggest you to learn GTA3Script, is almost the same but far more simple and quick to program, there's a quick tutorial for people who are already familiar with Sanny Builder
here
Re: Security Van Heist V2
Enviado: 01 Nov 2020, 19:43
por Cleoude
Neon escreveu: ↑01 Nov 2020, 18:52
Cleoude escreveu: ↑01 Nov 2020, 18:18
Yes, Actually I look opcodes from Opcode Database. It would be nice if there was an opcode database for Cleo +. But I'm still looking at tutorials and trying to understand. I hope I will make it compatible...
The CLEO+ folder comes with a .txt file that explains how to install it in sanny builder wich means it also has all upcodes/commands added by CLEO+ in it, like
0ED8=3,set_script_event_on_menu %1d% label %2p% %3d%, and in the "CLEO+ gta3sc xml.txt" file you can see what some of these parameters means if you get lost in translation, but I strongly suggest you to learn GTA3Script, is almost the same but far more simple and quick to program, there's a quick tutorial for people who are already familiar with Sanny Builder
here
I have been using sanny builder for a long time. Gta3script looks really nice. I will look it. Sometimes it takes a while to get used to innovations

Thanks for your reply!
Re: Security Van Heist V2
Enviado: 02 Nov 2020, 05:38
por Junior_Djjr
Anyway, prefer to learn with
my tutorial even if you already know Sanny Builder.
Re: Security Van Heist V2
Enviado: 02 Nov 2020, 05:48
por Cleoude
Junior_Djjr escreveu: ↑02 Nov 2020, 05:38
Anyway, prefer to learn with
my tutorial even if you already know Sanny Builder.
Thanks! :)
Re: Security Van Heist V2
Enviado: 17 Ago 2021, 16:45
por L34ND20
Nice mod, but it very easy to open the door, and it can be opened with blows and few shots, the glass could be bulletproof, and the security guards come out very easy and poorly armed, it could have the system to hit the car, and shooting, until they leave.
2024: Please, remove the marker.