How can I change the vehicle data script settings?

Anything to do with GTA1/GTA2 modding (tools, scripts and more).
Post Reply
dltmdwns156
Jaywalker
Jaywalker
Posts: 6
Joined: 01 Jun 2025, 07:51

How can I change the vehicle data script settings?

Post by dltmdwns156 »

Hello? I asked you a question about changing the GTA2 car settings
1. Is there a way to add a vehicle weapon to a regular vehicle?
2. Is there a way for a normal vehicle to be immune to bullets, flamethrowers, electric shockers, etc. like tanks?
3. Is there a way to add a setting where a normal vehicle is just like a tank and you're just smashing another vehicle?

-----------------------------

I'm asking about changing the GTA2 script. I downloaded the script pad and the compiler program, but I have no idea how to proceed after this. Am I writing and applying the script myself? Or I'm not sure if I just need to run the GTA2 file (BIL) as a pad program and modify the part with the vehicle data..
Please tell me how to change the script~!! Please!
User avatar
Sektor
Boss
Boss
Posts: 1453
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: How can I change the vehicle data script settings?

Post by Sektor »

the easiest way without any coding is to use the GTA2 Trainer https://github.com/izawartka/gta2-trainer-cpp/releases/

If you really want to modify the .mis files then use the GIVE_WEAPON command.

GIVE_WEAPON ( car01, CAR_MACHINE_GUN )

You can also use CAR_BOMB, CAR_OIL, CAR_MINE, CAR_BOMB_INSTANT

There are other weapons but they only work on gunjeep, tank, fire engine

For defense:

SET_CAR_BULLETPROOF ( car01 , ON )
SET_CAR_FLAMEPROOF ( car01 , ON )
SET_CAR_ROCKETPROOF ( car01 , ON )

I'll answer other questions later but you need to read the GTA2 scripting documents.
Post Reply