Jump to content

TuneShop stuff


Captain Cody

Recommended Posts

I already figured out how to pull the properties from the table, I need to figure out how to seperate the 6 or so digits of the handling/model tags so I can set the wider wheels, 1G_Boost 2G_Boost etc.

modelFlags

Property uses a decimal value, generated by a hexadecimal value. Either use 0x12345678 or tonumber ( "0x12345678" ). See projectcerbera for possible values.  

handlingFlags

Property uses a decimal value, generated by a hexadecimal value. Either use 0x12345678 or tonumber ( "0x12345678" ). See projectcerbera for possible values.  

16 bytes, every 4 are packed in each 2 digits. Though when one number hits 10, it's changed to a letter "hex crap" the question is how I would be able to change the digits correctly.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...