What's new

Solved Edit common to fly airtug for scripts please help + like

  • Thread starter Chr0m3 x MoDz
  • Start date
  • Views 4,049
Chr0m3 x MoDz

Xxchr0m3kingxX

From the top to the fall, lessons through it all.
VIP
Sinner Services Seasoned Veteran
Messages
5,377
Reaction score
7,882
Points
1,170
Sin$
0
Hey guys could someone please direct me to a tut to make the airtug flyable

i am fairly new to gta modding and only have 1 disk lol so have to get it right

+ like to the person who helps
 
Restrain

Restrain

S-D Winchester
Hidden Devils
Programmer Reporter Forum Addict
Messages
4,325
Reaction score
2,177
Points
690
Sin$
7
Would you like to learn how to create a freeze/helicopter car on GTA IV? If so, follow my simple, twelve step tutorial. Enjoy!



What is a helicopter/freeze car?


Helicopter Car: It's pretty self explanatory. Your car's attributes will be replaced with that of a helicopter, allowing you to fly. It will obtain the same controls and speed as a helicopter.

Freeze Car: A freeze car can be used to eliminate individual/all players from a multilayer game, hence its "freeze" title. As soon as you enter the vehicle, every player's console within that game will crash, requiring manual restart.



1. Open your Common.rpf using Open IV (...Run as administrator and ensure that edit mode is enabled)

2. Extract Vehicles.ide and Gtxd.ide to your Desktop (...You can find your IDE files within the "Data" folder)

3. Open both your Gtxd.ide and Vehicles.ide in Notepad

4. Copy and Paste all of your data from Vehicles.ide into Gtxd.ide

5. Close your Vehicles.ide file (...We no longer need to use this file)

6. Go back to Gtxd.ide in Notepad (...We need to focus on this file only - Don't get confused!)

7. Select which Freeze/Helicopter Vehicle's you'd like...

(Do NOT select vehicles that spawn on the road, e.g. cars from POPCYCLE_GROUP_NETWORK within cargrp.dat - You'll freeze yourself!)

Example Freeze/Helicopter Car:


# Model name, Txd name, Type HandlingId Game name, Anims Anims2 Frq MaxNum Wheel Radius DefDirtLevel lodMult
# Front Rear Swankness flags
# cars have two extra fields wheelmodelId and wheel scale
# planes have one extra field model id of low level of detail
admiral, admiral, heli, ANNHIL, ADMIRAL, VEH@STD, NULL, 100, 999, 0.2229, 0.2229, 0, 2, 1.0 -


Example Non-Freeze/Helicopter Car:



# Model name, Txd name, Type HandlingId Game name, Anims Anims2 Frq MaxNum Wheel Radius DefDirtLevel lodMult
# Front Rear Swankness flags
# cars have two extra fields wheelmodelId and wheel scale
# planes have one extra field model id of low level of detail
admiral, admiral, car, ADMIRAL, ADMIRAL, VEH@STD, NULL, 100, 999, 0.2229, 0.2229, 0, 2, 1.0 -


Explanation:

As you can see, I simply changed TWO values to make an ADMIRAL into a FREEZE CAR

The first value we change is the TYPE (Change your TYPE to heli - It must be in lower-case!)

The second value we change is the Handling ID (Change your Handling ID to ANNHIL - It must be in UPPERCASE!)

8. Make sure you Save your Gtxd.ide when you're done editing

9. Go back to your Common.rpf in Open IV

10. Delete Vehicles.ide from within your "Data" folder (...You must delete vehicles.ide to prevent conflicting data with gtxd.ide)

11. Replace your Gtxd.ide with the one you've recently saved to your Desktop

12. Close or Rebuild your Common.rpf and Replace within your Grand Theft Auto IV ISO

Enjoy!

NOTICE:
Please do NOT flame. You're only making it difficult for yourself and staff. You'll just get infracted and/or suspended so behave and post nicely, or not at all.
 
Upvote 0
Chr0m3 x MoDz

Xxchr0m3kingxX

From the top to the fall, lessons through it all.
VIP
Sinner Services Seasoned Veteran
Messages
5,377
Reaction score
7,882
Points
1,170
Sin$
0
burrito, burrito car BURRITO
burrito,burrito,plane,A, BURRITO,

On any car, make sure not to put street cars as flying cars :tongue:
Ok didn't work gtxd is empty lol im editing ducks v1.3 :smile:

Very nice TUT thanks :biggrin:
 
Upvote 0
Michael 7s

MichaelCool

BEEP! BEEP! BEEP!
Bright Idea Contest Sponsor Grizzled Veteran
Messages
1,130
Reaction score
565
Points
250
Sin$
0
Would you like to learn how to create a freeze/helicopter car on GTA IV? If so, follow my simple, twelve step tutorial. Enjoy!



What is a helicopter/freeze car?


Helicopter Car: It's pretty self explanatory. Your car's attributes will be replaced with that of a helicopter, allowing you to fly. It will obtain the same controls and speed as a helicopter.

Freeze Car: A freeze car can be used to eliminate individual/all players from a multilayer game, hence its "freeze" title. As soon as you enter the vehicle, every player's console within that game will crash, requiring manual restart.



1.Open your Common.rpf using Open IV (...Run as administrator and ensure that edit mode is enabled)

2.ExtractVehicles.ide and Gtxd.ide to your Desktop (...You can find your IDE files within the "Data" folder)

3.Open both your Gtxd.ide and Vehicles.ide in Notepad

4.Copy and Paste all of your data from Vehicles.ide into Gtxd.ide

5.Close your Vehicles.ide file (...We no longer need to use this file)

6. Go back to Gtxd.ide in Notepad (...We need to focus on this file only - Don't get confused!)

7.Select which Freeze/Helicopter Vehicle's you'd like...

(Do NOT select vehicles that spawn on the road, e.g. cars from POPCYCLE_GROUP_NETWORK within cargrp.dat - You'll freeze yourself!)

Example Freeze/Helicopter Car:


# Model name, Txd name, Type HandlingId Game name, Anims Anims2 Frq MaxNum Wheel Radius DefDirtLevel lodMult
# Front Rear Swankness flags
# cars have two extra fields wheelmodelId and wheel scale
# planes have one extra field model id of low level of detail
admiral, admiral, heli, ANNHIL, ADMIRAL, VEH@STD, NULL,100,999,0.2229,0.2229,0,2,1.0-


Example Non-Freeze/Helicopter Car:



# Model name, Txd name, Type HandlingId Game name, Anims Anims2 Frq MaxNum Wheel Radius DefDirtLevel lodMult
# Front Rear Swankness flags
# cars have two extra fields wheelmodelId and wheel scale
# planes have one extra field model id of low level of detail
admiral, admiral, car, ADMIRAL, ADMIRAL, VEH@STD, NULL,100,999,0.2229,0.2229,0,2,1.0-


Explanation:

As you can see, I simply changed TWO values to make an ADMIRAL into a FREEZE CAR

The first value we change is the TYPE (Change your TYPE to heli - It must be in lower-case!)

The second value we change is the Handling ID (Change your Handling ID to ANNHIL - It must be in UPPERCASE!)

8. Make sure you Save your Gtxd.ide when you're done editing

9. Go back to your Common.rpf in Open IV

10.DeleteVehicles.ide from within your "Data" folder (...You must delete vehicles.ide to prevent conflicting data with gtxd.ide)

11.Replace your Gtxd.ide with the one you've recently saved to your Desktop

12.Close or Rebuild your Common.rpf and Replace within your Grand Theft Auto IV ISO

Enjoy!

NOTICE:
Please do NOT flame. You're only making it difficult for yourself and staff. You'll just get infracted and/or suspended so behave and post nicely, or not at all.
Or you could just make it more simple
 
Upvote 0
Konnza

Konnza

Mk5 VXR
Seasoned Veteran Grizzled Veteran A Milli
Messages
1,544
Reaction score
389
Points
305
Sin$
0
Thanks did it :biggrin:

Care to add me on XBL for a game sometime? :tongue:
ye i will when i get my live and when i get my xbox back :tongue:

Or you could just make it more simple
you need to change your sig "You can get in my car in GTA IV EFLC but if u even try to shoot me your freezed" what happens if a modder shoots you and you cant freeze him or her :tongue:
 
Upvote 0
Michael 7s

MichaelCool

BEEP! BEEP! BEEP!
Bright Idea Contest Sponsor Grizzled Veteran
Messages
1,130
Reaction score
565
Points
250
Sin$
0
you need to change your sig "You can get in my car in GTA IV EFLC but if u even try to shoot me your freezed" what happens if a modder shoots you and you cant freeze him or her :tongue:
Your right It's better to just write something better
 
Upvote 0
Top Bottom
Login
Register