IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

This section is for any editing topics that don't fit into any of the other forums, any questions on how to mod belong in Editing Discussion

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 [HELP] Handling Line Problem

 Vehicle Spawns with Nitrous Effect
 
methodunderg  
Posted: Saturday, Jun 9 2012, 12:14
Quote Post


Grandpa
Group Icon
Group: Members
Joined: May 23, 2008

nz.gif

XXXXX



Hi guys;

Have run into an issue with a few of my vehicles spawning with the nitrous effect, and can't seem to find the problem.
I know for a fact its in the handling line of the vehicle, because if I replace the line with the default one from R*, the nitrous effect is gone when the vehicle has spawned.

Default Handling
CODE
DFT30        5500.0   33187.9   2.0    0.0 0.0 -0.2  90  0.65 0.8  0.40   5 110.0 20.0 20.0 R D  3.5   0.40 0 30.0   1.4  0.06  0.0   0.45 -0.25 0.55 0.0  0.45 0.20 5000   4008  200   0  1 2


Modded Handling (came with vehicle)
CODE
DFT30       1900.0 4000.0 2.6 0.0 -0.5 -0.4 85 0.60 0.80 0.46 4 120.0 20.0 25.0 R P 4.0 0.45  0  30.0  1.1  0.08  0.0  0.28  0.08  0.4  0.5  0.2  0.50  26000  40c04090  80000   0    0   0


Also, about another 3 of my vehicles have the same problem; if you are after more examples between the modded/original lines, then I will post them too.

Thanks in advance for anyones help.

EDIT
After further testing, it has something to do with the last 6 values
CODE
26000  40c04090  80000   0    0   0
of the Modded Handling that is the problem. Switched these last 6 values from the original over to the modded one, and it worked fine (had to leave the last digit as 0, as I know this controls the vehicle animation)

This post has been edited by methodunderg on Saturday, Jun 9 2012, 12:46
PM
  Top
 

 
oksa8  
Posted: Saturday, Jun 9 2012, 14:04
Quote Post


Just call me Oksu
Group Icon
Group: Members
Joined: Sep 30, 2010

sf.gif

Member Award




It's the handling flags, written in hex. Which means it's written backwards, last value first and first value last. The value you are after is this one:
CODE
; 5th digit 1: HYDRAULIC_GEOM  2: HYDRAULIC_INST 4: HYDRAULIC_NONE  8: NOS_INST


So, the handling flags for the vehicle are these:
CODE
80000


There might not be all values, if last ones are 0, then they aren't needed to be placed. But the first ones have to always be there. Just change the 80000 to 00000, or to save some space, 0.

And, if there are multiple values selected for one flag, like "1 HYDRAULIC_GEOM" and "8 NOS_INSTANT", then you just sum those to values together. Any value over 10 is represented as letters, 10=A, 11=B etc.

Hope this helped, Grandpa. smile.gif
Users WebsitePM
  Top
 

 

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG