Addon Vehicles change/add name, brand,...
-
hello eveyone, first of all sorry if this was already answared but i'm having a problem to change this parameters.
I have some cars that have all the data perfect like the lp770. here it is
But i have other that don't
I have a GTR addon that doesn't show the brand/maker name on the game but it's on the vehicles.meta but it isn't on the global.gxt2 so, my conclusion is that i have to add on the gxt. my problem is how can i know the hex code for the different parameters such as name brand, and so on..."hex code that i don't know "= "name"
"hex code that i don't know "= "brand"
"hex code that i don't know "= "and so on"Thanks for the help in advance
Best regards
-
There's a tool in OpenIV for that. Open Hash Generator in the Tools tab.
Select Output format "Hex"Left column you enter the names from vehicles.meta and carcols.meta, right are the hex values you use in the gtx2 file.
-
@tk0wnz said in Addon Vehicles change name:
There's a tool in OpenIV for that. Open Hash Generator in the Tools tab.
Select Output format "Hex"Left column you enter the names from vehicles.meta and carcols.meta, right are the hex values you use in the gtx2 file.
Thanks for the help. it worked!
Best regards
-
@tk0wnz how i can find hex code from other cars?
-
@Henry_Snow You don't need hex for car names now.
You can just use the brand id (for example: JOBUILT, JOBUILT = JoBuilt)
Much easier. Car brand IDs are found in vehicles.meta.
-
-
@tk0wnz Which did you mean by Name?
The Centanario or lp770
-
@nafi_ said in Addon Vehicles change/add name, brand,...:
@tk0wnz Which did you mean by Name?
The Centanario or lp770vehicle.meta and carcols.meta:
<modelName>THISNAME</modelName>
-
@tk0wnz Thanks Mate