Jack 525 Posted February 10, 2017 Author Share Posted February 10, 2017 (edited) Thanks man,you answer really fast,can i post your mod in another forum? Of course i will give you the credits Okey but I have some terms: - mention gtaforums and gtagarage as the original mod location so the players can be informed about the possible mod updates, - don't credit just me (although I made this mod by myself, I used some of the methods of the other people which I mentioned in the original post of this topic), - in case of a video demonstartion of a mod don't reupload my own videos on the private youtube channels (either you provide a link to the original video or create your own video of the mod). These are my terms. If someone thinks I'm wrong feel free to start a debate. Edited February 10, 2017 by Jack Link to post Share on other sites
Jitterdoomer 98 Posted February 11, 2017 Share Posted February 11, 2017 (edited) Can you give those tanks a cooldown time? Because I don't wanna get my ass kicked by a tank's cannon many times in a row especially during missions where I get a 6 star wanted level. Edited February 11, 2017 by Jitterdoomer Link to post Share on other sites
Ryhan'ZFX 32 Posted February 11, 2017 Share Posted February 11, 2017 Thanks again man,tell me what should i change in txt file to decrease the firing rate? Link to post Share on other sites
Jack 525 Posted February 11, 2017 Author Share Posted February 11, 2017 Can you give those tanks a cooldown time? Because I don't wanna get my ass kicked by a tank's cannon many times in a row especially during missions where I get a 6 star wanted level. Thanks again man,tell me what should i change in txt file to decrease the firing rate? // ------> changes go here:PLAYER_TANK_FIRE_RATE = 1000 NPC_TANK_FIRE_RATE = 0 CANNONBALL_SPEED = 120.0 CANNONBALL_SMOKE_R = 0.5 CANNONBALL_SMOKE_G = 0.5 CANNONBALL_SMOKE_B = 0.5 Sanny Builder is needed to create a CLEO file from a text document. NPC_TANK_FIRE_RATE is what you all need to change. That 0 number means the fastest fire rate, 1000 means every 1 second, 2000 are 2 seconds etc. So, like mentioned before, open the text file with the Sanny Builder and press F6 so the code can accept your changes. Maybe I should make an ini for this. Link to post Share on other sites
Ryhan'ZFX 32 Posted February 18, 2017 Share Posted February 18, 2017 Thanks man,i appreciate your work! I have some request for your next updateMaybe you can make the tank blockade the players path (just like in V) to make it even more realistic not just run off or ram the players vehicle (i found that annoying) also make the accuracy rate of npc tank more slower and make an ini file! Thanks for your time Link to post Share on other sites
Jack 525 Posted February 20, 2017 Author Share Posted February 20, 2017 (edited) Tank Fire 1.3 (download link at the original post):- fixed player's tank "frozen aiming",- removed aiming ability for destroyed NPC tanks,- SWAT Tank water cannon replaced with cannoballs- mod changes available through Tank Fire.ini: ENABLE_ONMISSION = 0 ; [boolean] seting this value to 1 will disable tank fire while the player is on the missionPLAYER_TANK_FIRE_RATE = 250 ; [4 bytes] time in milisecinds: 250 ms = 1/4 seconds (0 means the fastest fire rate) NPC_TANK_FIRE_RATE = 1000 ; [4 bytes] time in milisecinds: 1000 ms = 1 second (0 means the fastest fire rate) CANNONBALL_SPEED = 220.0 ; [float] CANNONBALL_SMOKE_R = 1.0 ; [float] Cannonball some colour Red [values from 0.0 to 1.0] CANNONBALL_SMOKE_G = 1.0 ; [float] Cannonball some colour Green [values from 0.0 to 1.0] CANNONBALL_SMOKE_B = 1.0 ; [float] Cannonball some colour Blue [values from 0.0 to 1.0] Thanks man,i appreciate your work! I have some request for your next updateMaybe you can make the tank blockade the players path (just like in V) to make it even more realistic not just run off or ram the players vehicle (i found that annoying) also make the accuracy rate of npc tank more slower and make an ini file! Thanks for your time What do you mean by "accuracy rate of npc tank" ? You mean fire rate? Edited February 20, 2017 by Jack 1 Link to post Share on other sites
GTA2PEOPLE 8 Posted February 21, 2017 Share Posted February 21, 2017 Jack Hello, I need your help for a cleo.cs. I think you know the mod Swatvan Cannon.cs. Well, I would want you to change so that Cleo, instead of shooting like a tank, replace the script in order to allow you to shoot like a machine gun, which can move 360 degrees. I would be very grateful, as I am working on military vehicles, this script may be a great evolution in the modding. Link to post Share on other sites
Ryhan'ZFX 32 Posted March 1, 2017 Share Posted March 1, 2017 (edited) What do you mean by "accuracy rate of npc tank" ? You mean fire rate? I mean the accuracy of npc tank when npc tank fire at the player Edited March 1, 2017 by Ryhan'ZFX Link to post Share on other sites
Foxter Diaz 3 Posted August 21, 2017 Share Posted August 21, 2017 I've downloaded the 1.4 version and Cj's tank is indestructible... could you add the option to make the player's tank destructible in the .ini file? Link to post Share on other sites
Jack 525 Posted August 22, 2017 Author Share Posted August 22, 2017 I've downloaded the 1.4 version and Cj's tank is indestructible... could you add the option to make the player's tank destructible in the .ini file? Done. You have 2 more options in the ini: ENABLE_ONMISSION = 0 ; [boolean] PLAYER_TANK_FIRE_RATE = 250 ; [4 bytes] NPC_TANK_FIRE_RATE = 500 ; [4 bytes] CANNONBALL_SPEED = 220.0 ; [float] CANNONBALL_SMOKE_R = 1.0 ; [float] CANNONBALL_SMOKE_G = 1.0 ; [float] CANNONBALL_SMOKE_B = 1.0 ; [float] ENABLE_PLAYER_TANK_DAMAGE = 1 ; if 0 the player's tank will not be effected by cannonball damage CANNONBALL_DAMAGE = 250.0 ; [float] Download link is available at the gtagarage (TankFire 1.41). 1 Link to post Share on other sites
Foxter Diaz 3 Posted August 27, 2017 Share Posted August 27, 2017 I've downloaded the 1.4 version and Cj's tank is indestructible... could you add the option to make the player's tank destructible in the .ini file? Done. You have 2 more options in the ini: ENABLE_ONMISSION = 0 ; [boolean] PLAYER_TANK_FIRE_RATE = 250 ; [4 bytes] NPC_TANK_FIRE_RATE = 500 ; [4 bytes] CANNONBALL_SPEED = 220.0 ; [float] CANNONBALL_SMOKE_R = 1.0 ; [float] CANNONBALL_SMOKE_G = 1.0 ; [float] CANNONBALL_SMOKE_B = 1.0 ; [float] ENABLE_PLAYER_TANK_DAMAGE = 1 ; if 0 the player's tank will not be effected by cannonball damage CANNONBALL_DAMAGE = 250.0 ; [float] Download link is available at the gtagarage (TankFire 1.41). OMG THANK YOU SO MUCH!!! Link to post Share on other sites
Foxter Diaz 3 Posted September 9, 2017 Share Posted September 9, 2017 When I use Tank Fire 1.4 or 1.41 with Wanted level Editor mod, the game crashes when a tank appears. I tested it without the tank fire, just the WLE or vice versa, just the Tank fire mod without the WLE and it works fine. The problem is that these two mods are incompatible. Could you fix this issue? Link to post Share on other sites
Timjab 505 Posted September 9, 2017 Share Posted September 9, 2017 When I use Tank Fire 1.4 or 1.41 with Wanted level Editor mod, the game crashes when a tank appears. I tested it without the tank fire, just the WLE or vice versa, just the Tank fire mod without the WLE and it works fine. The problem is that these two mods are incompatible. Could you fix this issue?Wtf with your profile picture Link to post Share on other sites
Jack 525 Posted September 11, 2017 Author Share Posted September 11, 2017 When I use Tank Fire 1.4 or 1.41 with Wanted level Editor mod, the game crashes when a tank appears. I tested it without the tank fire, just the WLE or vice versa, just the Tank fire mod without the WLE and it works fine. The problem is that these two mods are incompatible. Could you fix this issue? It's done: Wanted Level Editor 1.091 Overwrite the old wanted level editor files with these ones. Use Tank Fire 1.41. I'm currently working on the Wanted Level Editor update for the GTA Underground Snapshot 3.0. Link to post Share on other sites
AngelD7 18 Posted February 26, 2019 Share Posted February 26, 2019 why when i have 6 stars pedestrians leave the car? it is a bug, or it is part of the mod? Link to post Share on other sites
AngelD7 18 Posted February 26, 2019 Share Posted February 26, 2019 (edited) for those who hate the fact of pedestrians leaving the car at 6 starts wl, u just have to delete that line from the script ''(0633: AS_actor [email protected] exit_car)'' Edited March 15, 2019 by AngelD7 Link to post Share on other sites
AngelD7 18 Posted February 27, 2019 Share Posted February 27, 2019 (edited) if u don't like, people run away in panic from you when you reach 6 stars level delete this line 05DA: AS_actor [email protected] run_away_in_panic_from [email protected] [email protected] [email protected] away_radius 1000.0 timelimit -1 Edited March 15, 2019 by AngelD7 Link to post Share on other sites
Mihail92 6 Posted October 6, 2019 Share Posted October 6, 2019 Is it possible to cut swatvan firing from script 1.41? Is it just not compatible with this plugin? plugin The script itself is not bad, but incompatibility with the plugin spoils everything ... Link to post Share on other sites
Jack 525 Posted October 7, 2019 Author Share Posted October 7, 2019 On 10/6/2019 at 11:33 AM, Mihail92 said: Is it possible to cut swatvan firing from script 1.41? Is it just not compatible with this plugin? plugin The script itself is not bad, but incompatibility with the plugin spoils everything ... Swatvan removed from the script. Player's tank destruction error has been removed as well: Tank Fire 1.42 2 Link to post Share on other sites
Mihail92 6 Posted October 8, 2019 Share Posted October 8, 2019 (edited) Thank you, SWATVAN is working fine, but the same problem with the tank, when you exit it it will crash from the game. Can this be fixed? Link to the plugin, new version. plugin Edited October 9, 2019 by Mihail92 Link to post Share on other sites
CruzerBlade 0 Posted January 11, 2020 Share Posted January 11, 2020 Hello! Great mod! Really one of a kind and I love it. However there's one bug in particular that disturbs my playing experience. Apparently after the player's tank fire on one spot, the "explosion" stays there and destroys any NPC vehicles that goes over the spot, as if it's a kill zone for NPC vehicles (it does not affect the player vehicle). I don't know how long the "kill zone" stays, but it does stay for quite long. It is unrealistic if I fire a tank behind me and the following vehicles behind it explodes as well. Regarding that, is there a way I can prevent the mod from changing the properties of the player's cannon at all? Thanks! Link to post Share on other sites
Ryhan'ZFX 32 Posted January 18 Share Posted January 18 Just wanted to ask after all these years, how are you doing? I really enjoy the new update for the mod. Will there be version for III and VC? Would love to hear the progress so far Link to post Share on other sites
Jack 525 Posted January 18 Author Share Posted January 18 6 hours ago, Ryhan'ZFX said: Just wanted to ask after all these years, how are you doing? I really enjoy the new update for the mod. Will there be version for III and VC? Would love to hear the progress so far Hi. I'm doing fine, thanks. I can't remember when was the last time I updated this mod. I'm currently working on some other things but yes there will be tank fire for vc and III. Although I'm not as active as I use to be - I'm trying to be present as much as I can. Link to post Share on other sites