Lovono 5 Posted May 14, 2016 (edited) I don't know where is the full vehicle model list, I found the list here http://www.gtamodding.com/wiki/Vehicle_Modelshas 306 models but I found in the Native Trainer source code has 400 vehicle models. So where is the full list? why gtamodding only has 306 models? Update 1: Unknown_Modder 's vehicle model table at post #27, thank you very much Edited July 31, 2016 by Lovono Quote Share this post Link to post Share on other sites
Jitnaught 377 Posted May 14, 2016 Probably the most up-to-date list: https://github.com/crosire/scripthookvdotnet/blob/dev/source/scripting/VehicleHashes.hpp Quote Share this post Link to post Share on other sites
frodzet 33 Posted May 14, 2016 Probably the most up-to-date list: https://github.com/crosire/scripthookvdotnet/blob/dev/source/scripting/VehicleHashes.hpp This. Quote Share this post Link to post Share on other sites
NRGMAN1973 1 Posted May 18, 2016 Probably the most up-to-date list: https://github.com/crosire/scripthookvdotnet/blob/dev/source/scripting/VehicleHashes.hpp thanks for sharing that list Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted May 18, 2016 A complete list for the current version (1.33) must contain 423 vehicles. This list above is missing "METROTRAIN". Also "UTILLITRUCK", "UTILLITRUCK2" and "UTILLITRUCK3" are duplicated. With those changes made, it is a complete list. Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted June 7, 2016 So ... 14 new vehicles as of today: Benefactor XLS Benefactor XLS2 Bravado Rumpo3 Buckingham Nimbus Buckingham Volatus Dewbauchee Seven70 Enus Windsor2 Grotti BestiaGTS Grotti Prototipo HVY Brickade Pegassi Reaper Pfister Pfister811 Vapid FMJ TUG Quote Share this post Link to post Share on other sites
CliffHanger 15 Posted June 7, 2016 Wait, the Pfister is playable and all? Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted June 7, 2016 (edited) No idea yet ... I have collected this data from the vehicles.meta, but I am still without means to spawn them, Once I spawn I will be able to give more information about them. I have already seen the models .. the "Grotti Prototipo" looks like a freeking spaceship ... lol. BTW: The Nimbus and the Volatus are a plane and a heli. Kinda boring ones. The TUG is, as expected, a Tugboat. The Brickade looks like an interesting armored truck. I wonder if it could carry a team of people inside. Stay tuned. Edited June 7, 2016 by mockba.the.borg Quote Share this post Link to post Share on other sites
Jitnaught 377 Posted June 7, 2016 the "Grotti Prototipo" looks like a freeking spaceship ... lol. I can't wait to play with that car. It looks amazing haha Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted June 7, 2016 Here are the hashes (in 32 bits Unsigned Decimal) VEHICLE_BESTIAGTS = 1274868363 VEHICLE_BRICKADE = -305727417 VEHICLE_FMJ = 1426219628 VEHICLE_NIMBUS = -1295027632 VEHICLE_PFISTER811 = -1829802492 VEHICLE_PROTOTIPO = 2123327359 VEHICLE_REAPER = 234062309 VEHICLE_RUMPO3 = 1475773103 VEHICLE_SEVEN70 = -1757836725 VEHICLE_TUG = -2100640717 VEHICLE_VOLATUS = -1845487887 VEHICLE_WINDSOR2 = -1930048799 VEHICLE_XLS = 1203490606 VEHICLE_XLS2 = -432008408 Quote Share this post Link to post Share on other sites
CliffHanger 15 Posted June 7, 2016 <3 Will test them when I get home tonight. Quote Share this post Link to post Share on other sites
Jitnaught 377 Posted June 7, 2016 Video of the Prototipo: Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted June 8, 2016 <3 Will test them when I get home tonight. I would love to know how you are going to test them. I rely on ScriptHookV to spawn vehicles, but I din't see a new release yet. Do you have a different method? Thanks, Mockba. Quote Share this post Link to post Share on other sites
unknown modder 203 Posted June 8, 2016 <3 Will test them when I get home tonight. I would love to know how you are going to test them. I rely on ScriptHookV to spawn vehicles, but I din't see a new release yet. Do you have a different method? Thanks, Mockba. the method the guy above you used was to model swap with a comet, then spawn the comet using the cheat code Quote Share this post Link to post Share on other sites
unknown modder 203 Posted June 8, 2016 Also the proto, pfister811 and seven70 cant be spawned offline on 757(not tried online) without the use of Global vars. If you try the car gets deleted after ~5 seconds Quote Share this post Link to post Share on other sites
CliffHanger 15 Posted June 9, 2016 ^ That is correct. Shame. The vehicle deletes itself when I enter it. I wonder if R* is doing this temporarily before the vehicles are officially released or this is a general-permanent f*ck you to us modders. If someone has a work around I'd like to hear about it. Quote Share this post Link to post Share on other sites
unknown modder 203 Posted June 9, 2016 ^ That is correct. Shame. The vehicle deletes itself when I enter it. I wonder if R* is doing this temporarily before the vehicles are officially released or this is a general-permanent f*ck you to us modders. If someone has a work around I'd like to hear about it. *getGlobalPtr(2562051) = 1; SimpleNativeTrainer already has this fix included Quote Share this post Link to post Share on other sites
Frank ツ 674 Posted June 11, 2016 ^ That is correct. Shame. The vehicle deletes itself when I enter it. I wonder if R* is doing this temporarily before the vehicles are officially released or this is a general-permanent f*ck you to us modders. If someone has a work around I'd like to hear about it. *getGlobalPtr(2562051) = 1; SimpleNativeTrainer already has this fix included well i downloaded simple native traienr but it still despawns after a few sec Quote Share this post Link to post Share on other sites
rsquattro 313 Posted June 11, 2016 (edited) Try this, it will fix it for you: > https://fr.gta5-mods.com/scripts/mplowrider2-in-sp you will can spawn lowriders, reaper, pfister 911 , proto X80 ..... Edited June 11, 2016 by rsquattro Quote Share this post Link to post Share on other sites
Frank ツ 674 Posted June 11, 2016 Try this, it will fix it for you: > https://fr.gta5-mods.com/scripts/mplowrider2-in-sp you will can spawn lowriders, reaper, pfister 911 , proto X80 ..... yeah that worked thanks alot Quote Share this post Link to post Share on other sites
sjaak327 1,026 Posted June 11, 2016 ^ That is correct. Shame. The vehicle deletes itself when I enter it. I wonder if R* is doing this temporarily before the vehicles are officially released or this is a general-permanent f*ck you to us modders. If someone has a work around I'd like to hear about it. *getGlobalPtr(2562051) = 1;SimpleNativeTrainer already has this fix included well i downloaded simple native traienr but it still despawns after a few sec Maybe there is confusion, Simple trainer v 3.7 and 3.8 certainly include this fix, and that is working fine on my end, in fact, I have yet to hear anyone claiming it didn't. Quote Share this post Link to post Share on other sites
Cyron43 129 Posted June 11, 2016 (edited) ^ That is correct. Shame. The vehicle deletes itself when I enter it. I wonder if R* is doing this temporarily before the vehicles are officially released or this is a general-permanent f*ck you to us modders. If someone has a work around I'd like to hear about it. *getGlobalPtr(2562051) = 1;SimpleNativeTrainer already has this fix included well i downloaded simple native traienr but it still despawns after a few sec Maybe there is confusion, Simple trainer v 3.7 and 3.8 certainly include this fix, and that is working fine on my end, in fact, I have yet to hear anyone claiming it didn't. Sorry but I can confirm the disappearing cars. :-/This is really weird. I played in SP mode today and everything was fine. Then I shut down the game and some hours later I started it again and now the cars disappear after one or two seconds. P.S.: Using the latest game patch v1.0.757.4, ScriptHookV for that version and your Simple Trainer V3.8. UPDATE: Not all of the new vehicles disappear but the seven-70, Pfister 811, and X80 Prototype do. Haven't tried the tug though. UPDATE 2: I found the culprit! It's the new version of the WebsiteHax mod ( https://www.gta5-mods.com/scripts/buy-online-vehicles-in-sp-asi ). I removed it and everything is back to normal. Edited June 11, 2016 by Cyron43 Quote Share this post Link to post Share on other sites
unknown modder 203 Posted June 11, 2016 Sorry but I can confirm the disappearing cars. :-/This is really weird. I played in SP mode today and everything was fine. Then I shut down the game and some hours later I started it again and now the cars disappear after one or two seconds. P.S.: Using the latest game patch v1.0.757.4, ScriptHookV for that version and your Simple Trainer V3.8. UPDATE: Not all of the new vehicles disappear but the seven-70, Pfister 811, and X80 Prototype do. Haven't tried the tug though. UPDATE 2: I found the culprit! It's the new version of the WebsiteHax mod ( https://www.gta5-mods.com/scripts/buy-online-vehicles-in-sp-asi ). I removed it and everything is back to normal. A quick disassemble tells me you are indeed correct. If you dont set the ini file item DLC Vehicles Block Bypass to 1, it will reset the globals, deleting the vehicles again Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted July 12, 2016 (edited) BF400 86520421 86520421 0x05283265 BF400 BRIOSO 1549126457 1549126457 0x5c55cb39 Brioso R/A CHINO2 -1361687965 2933279331 0xaed64a63 CLIFFHANGER 390201602 390201602 0x17420102 Cliffhanger CONTENDER 683047626 683047626 0x28b67aca Contender GARGOYLE 741090084 741090084 0x2c2c2324 Gargoyle LE7B -1232836011 3062131285 0xb6846a55 RE-7B LYNX 482197771 482197771 0x1cbdc10b Lynx OMNIS -777172681 3517794615 0xd1ad4937 Omnis RALLYTRUCK -2103821244 2191146052 0x829a3c44 Dune SHEAVA 819197656 819197656 0x30d3f6d8 ETR1 TAMPA2 -1071380347 3223586949 0xc0240885 Drift Tampa TROPHY -736967017 3558000279 0xd412c697 Trophy Truck TROPHY2 1503553032 1503553032 0x599e6608 Desert Raid TROPOS 1887331236 1887331236 0x707e63a4 Tropos Rallye TYRUS 2067820283 2067820283 0x7b406efb Tyrus XLS2 -432008408 3862958888 0xe6401328 In case anyone finds it useful BTW ... the new global to spawn DLC in story mode is 0x272A34 Cheers, Mockba Edited July 12, 2016 by mockba.the.borg Quote Share this post Link to post Share on other sites
unknown modder 203 Posted July 13, 2016 BF400 86520421 86520421 0x05283265 BF400 BRIOSO 1549126457 1549126457 0x5c55cb39 Brioso R/A CHINO2 -1361687965 2933279331 0xaed64a63 CLIFFHANGER 390201602 390201602 0x17420102 Cliffhanger CONTENDER 683047626 683047626 0x28b67aca Contender GARGOYLE 741090084 741090084 0x2c2c2324 Gargoyle LE7B -1232836011 3062131285 0xb6846a55 RE-7B LYNX 482197771 482197771 0x1cbdc10b Lynx OMNIS -777172681 3517794615 0xd1ad4937 Omnis RALLYTRUCK -2103821244 2191146052 0x829a3c44 Dune SHEAVA 819197656 819197656 0x30d3f6d8 ETR1 TAMPA2 -1071380347 3223586949 0xc0240885 Drift Tampa TROPHY -736967017 3558000279 0xd412c697 Trophy Truck TROPHY2 1503553032 1503553032 0x599e6608 Desert Raid TROPOS 1887331236 1887331236 0x707e63a4 Tropos Rallye TYRUS 2067820283 2067820283 0x7b406efb Tyrus XLS2 -432008408 3862958888 0xe6401328 In case anyone finds it useful BTW ... the new global to spawn DLC in story mode is 0x272A34 Cheers, Mockba Those hashes arent all correct. Chino2 and XLS2 were added in mpexecutive. Trophy and Trophy2 should acutaully be TrophyTruck and TrophyTruck2 with hashes of 101905590 and 3631668194 respectively Quote Share this post Link to post Share on other sites
mockba.the.borg 105 Posted July 13, 2016 Have you tried spawning the trucks with the "TrophyTruck" and "TrophyTruck2" names? Quote Share this post Link to post Share on other sites
alloc8or 357 Posted July 13, 2016 @@mockba.the.borg My vehicle model table: { 0xB779A091, "adder" },{ 0x4C80EB0E, "airbus" },{ 0x5D0AAC8F, "airtug" },{ 0x63ABADE7, "akuma" },{ 0x2DB8D1AA, "alpha" },{ 0x45D56ADA, "ambulance" },{ 0x31F0B376, "annihilator" },{ 0xB8081009, "armytanker" },{ 0xA7FF33F5, "armytrailer" },{ 0x9E6B14D6, "armytrailer2" },{ 0x94204D89, "asea" },{ 0x9441D8D5, "asea2" },{ 0x8E9254FB, "asterope" },{ 0x806B9CC3, "bagger" },{ 0xE82AE656, "baletrailer" },{ 0xCFCA3668, "baller" },{ 0x08852855, "baller2" },{ 0x6FF0F727, "baller3" },{ 0x25CBE2E2, "baller4" },{ 0x1C09CF5E, "baller5" },{ 0x27B4E6B0, "baller6" },{ 0xC1E908D2, "banshee" },{ 0x25C5AF13, "banshee2" },{ 0xCEEA3F4B, "barracks" },{ 0x4008EABB, "barracks2" },{ 0x2592B5CF, "barracks3" },{ 0xF9300CC5, "bati" },{ 0xCADD5D2D, "bati2" },{ 0x7A61B330, "benson" },{ 0x6CBD1D6D, "besra" },{ 0x4BFCF28B, "bestiagts" },{ 0x05283265, "bf400" },{ 0x432AA566, "bfinjection" },{ 0x32B91AE8, "biff" },{ 0xEB298297, "bifta" },{ 0xFEFD644F, "bison" },{ 0x7B8297C5, "bison2" },{ 0x67B3F020, "bison3" },{ 0x32B29A4B, "bjxl" },{ 0xB820ED5E, "blade" },{ 0x8125BCF9, "blazer" },{ 0xFD231729, "blazer2" },{ 0xB44F0582, "blazer3" },{ 0xF7004C86, "blimp" },{ 0xDB6B4924, "blimp2" },{ 0xEB70965F, "blista" },{ 0x3DEE5EDA, "blista2" },{ 0xDCBC1C3B, "blista3" },{ 0x43779C54, "bmx" },{ 0x1F3D44B5, "boattrailer" },{ 0x3FC5D440, "bobcatxl" },{ 0xAA699BB6, "bodhi2" },{ 0x898ECCEA, "boxville" },{ 0xF21B33BE, "boxville2" },{ 0x07405E08, "boxville3" },{ 0x1A79847A, "boxville4" },{ 0xA7CE1BC5, "brawler" },{ 0xEDC6F847, "brickade" },{ 0x5C55CB39, "brioso" },{ 0x06FF6914, "btype" },{ 0xCE6B35A4, "btype2" },{ 0xDC19D101, "btype3" },{ 0xD756460C, "buccaneer" },{ 0xC397F748, "buccaneer2" },{ 0xEDD516C6, "buffalo" },{ 0x2BEC3CBE, "buffalo2" },{ 0x0E2C013E, "buffalo3" },{ 0x7074F39D, "bulldozer" },{ 0x9AE6DDA1, "bullet" },{ 0xAFBB2CA4, "burrito" },{ 0xC9E8FF76, "burrito2" },{ 0x98171BD3, "burrito3" },{ 0x353B561D, "burrito4" },{ 0x437CF2A0, "burrito5" },{ 0xD577C962, "bus" },{ 0x2F03547B, "buzzard" },{ 0x2C75F0DD, "buzzard2" },{ 0xC6C3242D, "cablecar" },{ 0x44623884, "caddy" },{ 0xDFF0594C, "caddy2" },{ 0x6FD95F68, "camper" },{ 0x7B8AB45F, "carbonizzare" },{ 0x00ABB0C0, "carbonrs" },{ 0xFCFCB68B, "cargobob" },{ 0x60A7EA10, "cargobob2" },{ 0x53174EEF, "cargobob3" },{ 0x78BC1A3C, "cargobob4" },{ 0x15F27762, "cargoplane" },{ 0x3822BDFE, "casco" },{ 0x779F23AA, "cavalcade" },{ 0xD0EB2BE5, "cavalcade2" },{ 0xB1D95DA0, "cheetah" },{ 0x14D69010, "chino" },{ 0xAED64A63, "chino2" },{ 0x17420102, "cliffhanger" },{ 0x84718D34, "coach" },{ 0x360A438E, "cog55" },{ 0x29FCD3E4, "cog552" },{ 0x13B57D8A, "cogcabrio" },{ 0x86FE0B60, "cognoscenti" },{ 0xDBF2D57A, "cognoscenti2" },{ 0xC1AE4D16, "comet2" },{ 0x28B67ACA, "contender" },{ 0x067BC037, "coquette" },{ 0x3C4E2113, "coquette2" },{ 0x2EC385FE, "coquette3" },{ 0x1ABA13B5, "cruiser" },{ 0x132D5A1A, "crusader" },{ 0xD9927FE3, "cuban800" },{ 0xC3FBA120, "cutter" },{ 0x77934CEE, "daemon" },{ 0xBC993509, "dilettante" },{ 0x64430650, "dilettante2" },{ 0x3D961290, "dinghy" },{ 0x107F392C, "dinghy2" },{ 0x1E5E54EA, "dinghy3" },{ 0x33B47F96, "dinghy4" },{ 0x698521E3, "dloader" },{ 0x806EFBEE, "docktrailer" },{ 0xCB44B1CA, "docktug" },{ 0xCA495705, "dodo" },{ 0x04CE68AC, "dominator" },{ 0xC96B73D9, "dominator2" },{ 0x9C669788, "double" },{ 0x462FE277, "dubsta" },{ 0xE882E5F6, "dubsta2" },{ 0xB6410173, "dubsta3" },{ 0x2B26F456, "dukes" },{ 0xEC8F7094, "dukes2" },{ 0x810369E2, "dump" },{ 0x9CF21E0F, "dune" },{ 0x1FD824AF, "dune2" },{ 0x39D6779E, "duster" },{ 0xDE3D9D22, "elegy2" },{ 0xD7278283, "emperor" },{ 0x8FC3AADC, "emperor2" },{ 0xB5FCF74E, "emperor3" },{ 0x6882FA73, "enduro" },{ 0xB2FE5CF9, "entityxf" },{ 0xFFB15B5E, "exemplar" },{ 0xDCBCBE48, "f620" },{ 0x81A9CDDF, "faction" },{ 0x95466BDB, "faction2" },{ 0x866BCE26, "faction3" },{ 0x0350D1AB, "faggio2" },{ 0x432EA949, "fbi" },{ 0x9DC66994, "fbi2" },{ 0xE8A8BDA8, "felon" },{ 0xFAAD85EE, "felon2" },{ 0x8911B9F5, "feltzer2" },{ 0xA29D6D10, "feltzer3" },{ 0x73920F8E, "firetruk" },{ 0xCE23D3BF, "fixter" },{ 0x50B0215A, "flatbed" },{ 0x5502626C, "fmj" },{ 0x58E49664, "forklift" },{ 0xBC32A33B, "fq2" },{ 0x3D6AAA9B, "freight" },{ 0x0AFD22A6, "freightcar" },{ 0x36DCFF98, "freightcont1" },{ 0x0E512E79, "freightcont2" },{ 0x264D9262, "freightgrain" },{ 0xD1ABB666, "freighttrailer" },{ 0x2C634FBD, "frogger" },{ 0x742E9AC0, "frogger2" },{ 0x71CB2FFB, "fugitive" },{ 0xBF1691E0, "furoregt" },{ 0x1DC0BA53, "fusilade" },{ 0x7836CE2F, "futo" },{ 0x2C2C2324, "gargoyle" },{ 0x94B395C5, "gauntlet" },{ 0x14D22159, "gauntlet2" },{ 0x97FA4F36, "gburrito" },{ 0x11AA0E14, "gburrito2" },{ 0x047A6BC1, "glendale" },{ 0x3CC7F596, "graintrailer" },{ 0x9628879C, "granger" },{ 0xA3FC0F4D, "gresley" },{ 0x825A9F4C, "guardian" },{ 0x34B7390F, "habanero" },{ 0x4B6C568A, "hakuchou" },{ 0x1A7FCEFA, "handler" },{ 0x5A82F9AE, "hauler" },{ 0x11F76C14, "hexer" },{ 0x0239E390, "hotknife" },{ 0x1D06D681, "huntley" },{ 0x39D6E83F, "hydra" },{ 0x18F25AC7, "infernus" },{ 0xB3206692, "ingot" },{ 0xF683EACA, "innovation" },{ 0x9114EADA, "insurgent" },{ 0x7B7E56F0, "insurgent2" },{ 0x34DD8AA1, "intruder" },{ 0xB9CB3B69, "issi2" },{ 0xDAC67112, "jackal" },{ 0x3EAB5555, "jb700" },{ 0xB2A716A3, "jester" },{ 0xBE0E6126, "jester2" },{ 0x3F119114, "jet" },{ 0x33581161, "jetmax" },{ 0xF8D48E7A, "journey" },{ 0x05852838, "kalahari" },{ 0x206D1B68, "khamelion" },{ 0xAE2BFE94, "kuruma" },{ 0x187D938D, "kuruma2" },{ 0x4BA4E8DC, "landstalker" },{ 0xB39B0AE6, "lazer" },{ 0xB6846A55, "le7b" },{ 0x26321E67, "lectro" },{ 0x1BF8D381, "lguard" },{ 0xF92AEC4D, "limo2" },{ 0x7B47A6A7, "lurcher" },{ 0x250B0C5E, "luxor" },{ 0xB79F589E, "luxor2" },{ 0x1CBDC10B, "lynx" },{ 0x9CFFFC56, "mamba" },{ 0x97E55D11, "mammatus" },{ 0x81634188, "manana" },{ 0xC1CE1183, "marquis" },{ 0x49863E9C, "marshall" },{ 0xF77ADE32, "massacro" },{ 0xDA5819A3, "massacro2" },{ 0x9D0450CA, "maverick" },{ 0x36848602, "mesa" },{ 0xD36A4B44, "mesa2" },{ 0x84F42E51, "mesa3" },{ 0x33C9E158, "metrotrain" },{ 0x09D80F93, "miljet" },{ 0xED7EADA4, "minivan" },{ 0xBCDE91F0, "minivan2" },{ 0xD138A6BB, "mixer" },{ 0x1C534995, "mixer2" },{ 0xE62B361B, "monroe" },{ 0xCD93A7DB, "monster" },{ 0x1F52A43F, "moonbeam" },{ 0x710A2B9B, "moonbeam2" },{ 0x6A4BD8F6, "mower" },{ 0x35ED670B, "mule" },{ 0xC1632BEB, "mule2" },{ 0x85A5B471, "mule3" },{ 0xDA288376, "nemesis" },{ 0x8C2BD0DC, "nightshade" },{ 0xB2CF7250, "nimbus" },{ 0x3D8FA25C, "ninef" },{ 0xA8E38B01, "ninef2" },{ 0xD1AD4937, "omnis" },{ 0x506434F6, "oracle" },{ 0xE18195B2, "oracle2" },{ 0x767164D6, "osiris" },{ 0x21EEE87D, "packer" },{ 0xE644E480, "panto" },{ 0x58B3979C, "paradise" },{ 0xCFCFEB3B, "patriot" },{ 0x885F3671, "pbus" },{ 0xC9CEAF06, "pcj" },{ 0xE9805550, "penumbra" },{ 0x6D19CCBC, "peyote" },{ 0x92EF6E04, "pfister811" },{ 0x809AA4CB, "phantom" },{ 0x831A21D5, "phoenix" },{ 0x59E0FBF3, "picador" },{ 0x404B6381, "pigalle" },{ 0x79FBB0C5, "police" },{ 0x9F05F101, "police2" },{ 0x71FA16EA, "police3" },{ 0x8A63C7B9, "police4" },{ 0xFDEFAEC3, "policeb" },{ 0xA46462F7, "policeold1" },{ 0x95F4C618, "policeold2" },{ 0x1B38E955, "policet" },{ 0x1517D4D9, "polmav" },{ 0xF8DE29A8, "pony" },{ 0x38408341, "pony2" },{ 0x7DE35E7D, "pounder" },{ 0xA988D3A2, "prairie" },{ 0x2C33B46E, "pranger" },{ 0xE2E7D4AB, "predator" },{ 0x8FB66F9B, "premier" },{ 0xBB6B404F, "primo" },{ 0x86618EDA, "primo2" },{ 0x153E1B0A, "proptrailer" },{ 0x7E8F677F, "prototipo" },{ 0x9D96B45B, "radi" },{ 0x174CB172, "raketrailer" },{ 0x829A3C44, "rallytruck" },{ 0x6210CBB0, "rancherxl" },{ 0x7341576B, "rancherxl2" },{ 0x8CB29A14, "rapidgt" },{ 0x679450AF, "rapidgt2" },{ 0xD83C13CE, "ratloader" },{ 0xDCE1D9F7, "ratloader2" },{ 0x0DF381E5, "reaper" },{ 0xB802DD46, "rebel" },{ 0x8612B64B, "rebel2" },{ 0xFF22D208, "regina" },{ 0xBE819C63, "rentalbus" },{ 0x322CF98F, "rhapsody" },{ 0x2EA68690, "rhino" },{ 0xB822A1AA, "riot" },{ 0xCD935EF9, "ripley" },{ 0x7F5C91F1, "rocoto" },{ 0x2560B2FC, "romero" },{ 0x9A5B1DCC, "rubble" },{ 0xCABD11E8, "ruffian" },{ 0xF26CEFF9, "ruiner" },{ 0x4543B74D, "rumpo" },{ 0x961AFEF7, "rumpo2" },{ 0x57F682AF, "rumpo3" },{ 0x9B909C94, "sabregt" },{ 0x0D4EA603, "sabregt2" },{ 0xDC434E51, "sadler" },{ 0x2BC345D1, "sadler2" },{ 0x2EF89E46, "sanchez" },{ 0xA960B13E, "sanchez2" },{ 0xB9210FD0, "sandking" },{ 0x3AF8C345, "sandking2" },{ 0xFB133A17, "savage" },{ 0xB52B5113, "schafter2" },{ 0xA774B5A6, "schafter3" },{ 0x58CF185C, "schafter4" },{ 0xCB0E7CD9, "schafter5" },{ 0x72934BE4, "schafter6" },{ 0xD37B7976, "schwarzer" },{ 0xF4E1AA15, "scorcher" },{ 0x9A9FD3DF, "scrap" },{ 0xC2974024, "seashark" },{ 0xDB4388E4, "seashark2" },{ 0xED762D49, "seashark3" },{ 0x48CECED3, "seminole" },{ 0x50732C82, "sentinel" },{ 0x3412AE2D, "sentinel2" },{ 0x4FB1A214, "serrano" },{ 0x97398A4B, "seven70" },{ 0xB79C1BF5, "shamal" },{ 0x30D3F6D8, "sheava" },{ 0x9BAA707C, "sheriff" },{ 0x72935408, "sheriff2" },{ 0x3E48BF23, "skylift" },{ 0x2B7F9DE3, "slamvan" },{ 0x31ADBBFC, "slamvan2" },{ 0x42BC5E19, "slamvan3" },{ 0x2C509634, "sovereign" },{ 0x0DC60D2B, "speeder" },{ 0x1A144F2A, "speeder2" },{ 0xCFB3870C, "speedo" },{ 0x2B6DC64A, "speedo2" },{ 0x17DF5EC2, "squalo" },{ 0x72A4C31E, "stalion" },{ 0xE80F67EE, "stalion2" },{ 0xA7EDE74D, "stanier" },{ 0x5C23AF9B, "stinger" },{ 0x82E499FA, "stingergt" },{ 0x6827CF72, "stockade" },{ 0xF337AB36, "stockade3" },{ 0x66B4FC45, "stratum" },{ 0x8B13F083, "stretch" },{ 0x81794C70, "stunt" },{ 0x2DFF622F, "submersible" },{ 0xC07107EE, "submersible2" },{ 0x39DA2754, "sultan" },{ 0xEE6024BC, "sultanrs" },{ 0xEF2295C9, "suntrap" },{ 0x42F2ED16, "superd" },{ 0x2A54C47D, "supervolito" },{ 0x9C5E5644, "supervolito2" },{ 0x16E478C1, "surano" },{ 0x29B0DA97, "surfer" },{ 0xB1D80E06, "surfer2" },{ 0x8F0E3594, "surge" },{ 0xEBC24DF2, "swift" },{ 0x4019CB4C, "swift2" },{ 0x6322B39A, "t20" },{ 0x744CA80D, "taco" },{ 0xC3DDFDCE, "tailgater" },{ 0x39F9C898, "tampa" },{ 0xC0240885, "tampa2" },{ 0xD46F4737, "tanker" },{ 0x74998082, "tanker2" },{ 0x22EDDC30, "tankercar" },{ 0xC703DB5F, "taxi" },{ 0x83051506, "technical" },{ 0x6D6F8F43, "thrust" },{ 0x02E19879, "tiptruck" },{ 0xC7824E5E, "tiptruck2" },{ 0x761E2AD3, "titan" },{ 0x1BB290BC, "tornado" },{ 0x5B42A5C4, "tornado2" },{ 0x690A4153, "tornado3" },{ 0x86CF7CDD, "tornado4" },{ 0x94DA98EF, "tornado5" },{ 0x3FD5AA2F, "toro" },{ 0x362CAC6D, "toro2" },{ 0x73B1C3CB, "tourbus" },{ 0xB12314E0, "towtruck" },{ 0xE5A2D6C6, "towtruck2" },{ 0x7BE032C6, "tr2" },{ 0x6A59902D, "tr3" },{ 0x7CAB34D0, "tr4" },{ 0x61D6BA8C, "tractor" },{ 0x843B73DE, "tractor2" },{ 0x562A97BD, "tractor3" },{ 0x782A236D, "trailerlogs" },{ 0xCBB2BE0E, "trailers" },{ 0xA1DA3C91, "trailers2" },{ 0x8548036D, "trailers3" },{ 0x2A72BEAB, "trailersmall" },{ 0x72435A19, "trash" },{ 0xB527915C, "trash2" },{ 0xAF62F6B2, "trflat" },{ 0x4339CD69, "tribike" },{ 0xB67597EC, "tribike2" },{ 0xE823FB48, "tribike3" },{ 0x0612F4B6, "trophytruck" },{ 0xD876DBE2, "trophytruck2" },{ 0x1149422F, "tropic" },{ 0x56590FE9, "tropic2" },{ 0x707E63A4, "tropos" },{ 0x82CAC433, "tug" },{ 0x185484E1, "turismor" },{ 0x967620BE, "tvtrailer" },{ 0x7B406EFB, "tyrus" },{ 0x1ED0A534, "utillitruck" },{ 0x34E6BF6B, "utillitruck2" },{ 0x7F2153DF, "utillitruck3" },{ 0x142E0DC3, "vacca" },{ 0xF79A00F7, "vader" },{ 0xA09E15FD, "valkyrie" },{ 0x5BFA5C4B, "valkyrie2" },{ 0x9C429B6A, "velum" },{ 0x403820E8, "velum2" },{ 0x41B77FA4, "verlierer2" },{ 0x4FF77E37, "vestra" },{ 0xCEC6B9B7, "vigero" },{ 0xAF599F01, "vindicator" },{ 0xE2504942, "virgo" },{ 0xCA62927A, "virgo2" },{ 0x00FDFFB0, "virgo3" },{ 0x920016F1, "volatus" },{ 0x9F4B77BE, "voltic" },{ 0x779B4F2D, "voodoo" },{ 0x1F3766E3, "voodoo2" },{ 0x51D83328, "warrener" },{ 0x69F06B57, "washington" },{ 0x5E4327C8, "windsor" },{ 0x8CF5CAE1, "windsor2" },{ 0x47BBCF2E, "xls" },{ 0xE6401328, "xls2" },{ 0x03E5F6B8, "youga" },{ 0xAC5DF515, "zentorno" },{ 0xBD1B39C3, "zion" },{ 0xB8E2AE18, "zion2" },{ 0x2D3BD401, "ztype" } Quote Share this post Link to post Share on other sites
_CP_ 9,489 Posted July 13, 2016 Someone already found new global hash from 791.2? Quote Share this post Link to post Share on other sites
alloc8or 357 Posted July 13, 2016 @@_CP_ Yeah, it's 0x272A34 Quote Share this post Link to post Share on other sites
unknown modder 203 Posted July 13, 2016 @@_CP_ Yeah, it's 0x272A34 is everyone using my decompiler now Quote Share this post Link to post Share on other sites