Advertising
Navigation
Information

GTA San Andreas Mods

:

Mods for GTA SA Mobile

Variety Timing for Vehicles 2 Explodes - [Android]


Autor: ArqnkRadjah
Datum: 14.05.2024
Downloads: 3404 | Statistiken
Dateigröße: 1.696 KB

Bewertung:
10.00 bei 2 Bewertungen

Variety Timing for Vehicles 2 Explodes
This script gives more variety for vehicles in your game to explode.
Before it takes 5 seconds to explode, now it will take random timing to explode from 1 to 7 seconds(can be adjusted from its config).


ARM ©2024

Advertising
Download
Werbung
Melden
Mod Report

Bist du der Autor dieser Modifications? Falls jemand deine Mod geklaut hat, kannst du diesen Mod melden und einen Antrag auf Löschung stellen.

Diese Mod melden

Screenshots
Videos
Ein Youtube Video hinzufügen

7 Kommentare bisher
Dein Name/Nick:


Deine Message:


reload, if the code cannot be seen

Hinweis:
Du musst registriert und eingeloggt sein, um Kommentare zu posten.
Davidstrs
"Vic"
Vic
Comments: 0
Profile
Message
31.05.2024, 11:56

what about no explode ? only burn


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
31.05.2024, 18:29

@Davidstrs You can try to set the min and max value to 1 milion(16 minutes) or add one more 0 to make it 166 minutes.


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
04.08.2024, 11:56

can you port it to PC?
or at least give the source so that we may do it.


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
04.08.2024, 18:25

@man_s_our The script is open. You can decompile it with SB. It used memory addresses, but PC and Android have a different memory offset.


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 14:49

@ArqnkRadjah
decompiling it using sb3 gave me error Unknown opcode 2001 at offset 150.


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 16:23

@man_s_our Tick Ignore Unknown on the decompile option (gear icon)
Also the compiler should be on sa mobile because the memory write opcode on mobile and pc are different.
Other than that it's should be find to decompile the script and you can start to find the right memory addresses on the pc version and change it. bye


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 19:36

@ArqnkRadjah
I found the addresses for pc just now. I'll see if I can make a script that manipulate them.