added filter option to inspect model, complete model list and vehicle

This commit is contained in:
Nuno Neto 2019-05-30 03:10:40 +01:00
parent 4559312f1c
commit ac9c11d003
71 changed files with 12782 additions and 80 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

100
WorldForm.Designer.cs generated
View File

@ -1,7 +1,7 @@
using CodeWalker.WinForms;
 using CodeWalker.WinForms;
namespace CodeWalker
{
namespace CodeWalker
{
partial class WorldForm
{
/// <summary>
@ -69,6 +69,8 @@ namespace CodeWalker
this.DynamicLODCheckBox = new System.Windows.Forms.CheckBox();
this.YmapsTextBox = new CodeWalker.WinForms.TextBoxFix();
this.ViewModelTabPage = new System.Windows.Forms.TabPage();
this.ModelFilterTextBox = new System.Windows.Forms.TextBox();
this.label31 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.ViewModeComboBox = new System.Windows.Forms.ComboBox();
@ -136,6 +138,7 @@ namespace CodeWalker
this.TimedEntitiesCheckBox = new System.Windows.Forms.CheckBox();
this.FieldOfViewTrackBar = new System.Windows.Forms.TrackBar();
this.tabPage14 = new System.Windows.Forms.TabPage();
this.HDTexturesCheckBox = new System.Windows.Forms.CheckBox();
this.WireframeCheckBox = new System.Windows.Forms.CheckBox();
this.RenderModeComboBox = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
@ -287,7 +290,6 @@ namespace CodeWalker
this.ToolbarCameraMapViewButton = new System.Windows.Forms.ToolStripMenuItem();
this.ToolbarCameraOrthographicButton = new System.Windows.Forms.ToolStripMenuItem();
this.ToolbarPanel = new System.Windows.Forms.Panel();
this.HDTexturesCheckBox = new System.Windows.Forms.CheckBox();
this.StatusStrip.SuspendLayout();
this.ToolsPanel.SuspendLayout();
this.ToolsTabControl.SuspendLayout();
@ -374,44 +376,9 @@ namespace CodeWalker
this.ModelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ModelComboBox.FormattingEnabled = true;
this.ModelComboBox.Items.AddRange(new object[] {
"dt1_lod_slod3",
"dt1_tc_dufo_core",
"dt1_tc_ufocore",
"ex_office_citymodel_01",
"id1_30_build3_dtl2",
"imp_prop_ship_01a",
"prop_alien_egg_01",
"prop_fruit_stand_02",
"prop_fruit_stand_03",
"dune",
"dune2",
"dune2_hi",
"adder",
"adder_hi",
"kuruma2",
"kuruma2_hi",
"infernus",
"infernus_hi",
"buzzard",
"buzzard_hi",
"rhino",
"rhino_hi",
"lazer",
"lazer_hi",
"duster",
"duster_hi",
"marquis",
"marquis_hi",
"submersible",
"submersible_hi",
"cargobob",
"cargobob_hi",
"sanchez",
"sanchez_hi"});
this.ModelComboBox.Location = new System.Drawing.Point(44, 7);
this.ModelComboBox.Location = new System.Drawing.Point(54, 41);
this.ModelComboBox.Name = "ModelComboBox";
this.ModelComboBox.Size = new System.Drawing.Size(150, 21);
this.ModelComboBox.Size = new System.Drawing.Size(137, 21);
this.ModelComboBox.TabIndex = 11;
this.ModelComboBox.SelectedIndexChanged += new System.EventHandler(this.ModelComboBox_SelectedIndexChanged);
this.ModelComboBox.TextUpdate += new System.EventHandler(this.ModelComboBox_TextUpdate);
@ -805,6 +772,8 @@ namespace CodeWalker
//
// ViewModelTabPage
//
this.ViewModelTabPage.Controls.Add(this.ModelFilterTextBox);
this.ViewModelTabPage.Controls.Add(this.label31);
this.ViewModelTabPage.Controls.Add(this.label1);
this.ViewModelTabPage.Controls.Add(this.ModelComboBox);
this.ViewModelTabPage.Location = new System.Drawing.Point(4, 22);
@ -814,10 +783,27 @@ namespace CodeWalker
this.ViewModelTabPage.Text = "Model";
this.ViewModelTabPage.UseVisualStyleBackColor = true;
//
// ModelFilterTextBox
//
this.ModelFilterTextBox.Location = new System.Drawing.Point(54, 11);
this.ModelFilterTextBox.Name = "ModelFilterTextBox";
this.ModelFilterTextBox.Size = new System.Drawing.Size(137, 20);
this.ModelFilterTextBox.TabIndex = 13;
this.ModelFilterTextBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(3, 11);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(44, 13);
this.label31.TabIndex = 12;
this.label31.Text = "Search:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(-1, 10);
this.label1.Location = new System.Drawing.Point(3, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 13);
this.label1.TabIndex = 5;
@ -1663,6 +1649,19 @@ namespace CodeWalker
this.tabPage14.Text = "Render";
this.tabPage14.UseVisualStyleBackColor = true;
//
// HDTexturesCheckBox
//
this.HDTexturesCheckBox.AutoSize = true;
this.HDTexturesCheckBox.Checked = true;
this.HDTexturesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.HDTexturesCheckBox.Location = new System.Drawing.Point(10, 231);
this.HDTexturesCheckBox.Name = "HDTexturesCheckBox";
this.HDTexturesCheckBox.Size = new System.Drawing.Size(82, 17);
this.HDTexturesCheckBox.TabIndex = 57;
this.HDTexturesCheckBox.Text = "HD textures";
this.HDTexturesCheckBox.UseVisualStyleBackColor = true;
this.HDTexturesCheckBox.CheckedChanged += new System.EventHandler(this.HDTexturesCheckBox_CheckedChanged);
//
// WireframeCheckBox
//
this.WireframeCheckBox.AutoSize = true;
@ -3283,19 +3282,6 @@ namespace CodeWalker
this.ToolbarPanel.TabIndex = 7;
this.ToolbarPanel.Visible = false;
//
// HDTexturesCheckBox
//
this.HDTexturesCheckBox.AutoSize = true;
this.HDTexturesCheckBox.Checked = true;
this.HDTexturesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.HDTexturesCheckBox.Location = new System.Drawing.Point(10, 231);
this.HDTexturesCheckBox.Name = "HDTexturesCheckBox";
this.HDTexturesCheckBox.Size = new System.Drawing.Size(82, 17);
this.HDTexturesCheckBox.TabIndex = 57;
this.HDTexturesCheckBox.Text = "HD textures";
this.HDTexturesCheckBox.UseVisualStyleBackColor = true;
this.HDTexturesCheckBox.CheckedChanged += new System.EventHandler(this.HDTexturesCheckBox_CheckedChanged);
//
// WorldForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -3640,5 +3626,7 @@ namespace CodeWalker
private System.Windows.Forms.ToolStripMenuItem ToolbarSelectOcclusionButton;
private System.Windows.Forms.CheckBox CarGeneratorsCheckBox;
private System.Windows.Forms.CheckBox HDTexturesCheckBox;
private System.Windows.Forms.TextBox ModelFilterTextBox;
private System.Windows.Forms.Label label31;
}
}
}

View File

@ -14,6 +14,7 @@ using CodeWalker.Project;
using CodeWalker.Rendering;
using CodeWalker.GameFiles;
using CodeWalker.Properties;
using System.Linq;
namespace CodeWalker
{
@ -211,11 +212,14 @@ namespace CodeWalker
bool initedOk = false;
string[] objectCompleteList;
public WorldForm()
{
InitializeComponent();
InitializeModelCombo();
Renderer = new Renderer(this, gameFileCache);
camera = Renderer.camera;
timecycle = Renderer.timecycle;
@ -7832,6 +7836,40 @@ namespace CodeWalker
var statsForm = new StatisticsForm(this);
statsForm.Show(this);
}
private void InitializeModelCombo()
{
string[] objects = System.IO.File.ReadAllLines("entities\\ObjectList.ini");
string[] vehicles = System.IO.File.ReadAllLines("entities\\VehicleList.ini");
//string[] ped = System.IO.File.ReadAllLines("entities\\PedList.ini");
this.objectCompleteList = objects.Concat(vehicles).ToArray();
//this.objectCompleteList = this.objectCompleteList.Concat(ped).ToArray();
this.ModelComboBox.Items.AddRange(this.objectCompleteList);
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
List<string> temp = new List<string>();
string[] keys = ModelFilterTextBox.Text.Split(' ');
ModelComboBox.Items.Clear();
foreach (string prop in this.objectCompleteList)
{
if (keys.All(prop.Contains))
{
temp.Add(prop);
}
}
this.ModelComboBox.Items.AddRange(temp.ToArray());
if (temp.Count > 0)
this.ModelComboBox.Text = temp[0];
else
this.ModelComboBox.Text = "";
}
}
public enum WorldControlMode

View File

@ -240,6 +240,14 @@ ufo
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB4SURBVDhP3ZC7DcAgDEQZKTMwHOvSIFriS7BlEB+HMic9
QJbvFThLUkpXzjkSpaeuzMPlEELx3jdsBauyCHBY6UWYPQI93KEljQD3jL6EGzN6x0bASyNYwkKU8Udm
gd6TMnIikDJyIqjVNz8T7FgKrAwFX6lVinM3aJ05lWDPRRcAAAAASUVORK5CYII=
</value>
</data>
<data name="ToolbarTransformSpaceButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB0SURBVDhP7ZNBCoAgEEXnSJ3BqxmetNpaMLhVv5DNRJS2
CxIeuvA9XSjtg5mHEILPxB6U7JyLxphmSkDK1o5x9dst87SUfTXwRsYsA+paT0BGDGsVOJ92hdz3Bz4f
wGPC48uu7w5IGd+gBlpRMgYCnRwyESUj3CsQkYNFDwAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolbarObjectSpaceButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -261,12 +269,13 @@ ufo
WBXYx9R1nV75RuyHKrrnzCcGjE1u9ZyD4BugoZigQ9xrngAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolbarTransformSpaceButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<data name="ToolbarSnapButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB0SURBVDhP7ZNBCoAgEEXnSJ3BqxmetNpaMLhVv5DNRJS2
CxIeuvA9XSjtg5mHEILPxB6U7JyLxphmSkDK1o5x9dst87SUfTXwRsYsA+paT0BGDGsVOJ92hdz3Bz4f
wGPC48uu7w5IGd+gBlpRMgYCnRwyESUj3CsQkYNFDwAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACtSURBVDhPrZBBEsIgEAR5Gy/wFV55T/wHr+KgHuCKNsVY
ZI2JiU7VVIVlp7OL+1mllIr7cb8Ie++PQwQYITnnM24NWxoBgsQYm/l+gk699bMsRA4h1JTSPsg0Xert
em/mGwh3vW1Z7MvIABSWqXG3+iZHAEw1m4wD49oVANgVOL/VeSgeDAiX1mpWeKy9BIQiI+OxWQF77tG5
2Fc729BmeElf/3lNhORe+oecewDObEqX49RqCgAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolbarSnapToGroundButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -295,15 +304,6 @@ ufo
EcMw2DzPDMEke9AsYBrHs10vN4I1QqImwwDcFyMjQGaBHr5Bo8nEoYCnCQTGzVeI4oj6fIi+KHgoPBhC
4knCjTww9vxfbIUQNDEyiGIZ8t6tW/k0vC/AOpuiueNOLwVkUeylvju9FJCg8E1vM/2PlTv5UoervVTJ
uQAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolbarSnapButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACtSURBVDhPrZBBEsIgEAR5Gy/wFV55T/wHr+KgHuCKNsVY
ZI2JiU7VVIVlp7OL+1mllIr7cb8Ie++PQwQYITnnM24NWxoBgsQYm/l+gk699bMsRA4h1JTSPsg0Xert
em/mGwh3vW1Z7MvIABSWqXG3+iZHAEw1m4wD49oVANgVOL/VeSgeDAiX1mpWeKy9BIQiI+OxWQF77tG5
2Fc729BmeElf/3lNhORe+oecewDObEqX49RqCgAAAABJRU5ErkJggg==
</value>
</data>
<data name="ToolbarUndoButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -389,6 +389,17 @@ ufo
4BJN+IjGo5O8ZJndGVhKxpjWWts551aih0fre+0BLaVchRAezPB2NXSSV/gVwXGYPJiVUt6ns1ghCDjn
UQG86w3FToVgDcWCWS9Fvi/Ao0RVAcwUjwpyhzmf4n8BFApS5HZRwRuONGMbrIJ1JIN8O2QAAAAASUVO
RK5CYII=
</value>
</data>
<data name="ToolbarCameraModeButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEvSURBVDhP3dK/K0dRGMfxKxRJopCSEkLya/guUhQRmQwG
WfwIkYySgYUSKUKJlOK/MBoMFMofYLUIsfJ+f3NuF3+A8tRree5zP/fcc070f6oHT/jAPTqQj6WvXvCM
TZQgG3H58gFGcYVLtGIN15jBNDbwiGNUIg4pQx8GsQuHhrCDW8yjHyns4Q0DcCXpykM5bFzgHGPYxw1G
UIVMtMHfWUUj4nIg/KurGIYrSAZYOXDGlbhXcZlegUO8Yxzb+BlQAwNW0G0jVAYK0AwHtnCEOyQDZvGC
ObTbKIIvLMA9WIYDizhFMsDjfsAZptCA9JcdfoVBvryOSbgCe4HPTuCz+BQMKEUvJmCy96ET1ehCuAf2
5ZF+uwdZKEYtmuBGFSIXhtejBe5PHX7dxL+qKPoEppRHcXOtiDsAAAAASUVORK5CYII=
</value>
</data>
<data name="ToolbarCameraPerspectiveButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -426,17 +437,9 @@ ufo
QdQiTqrAWNICd7gPnUj+xBKaU9dxfhTkjwV/FxU+AbsiGnc46OYIAAAAAElFTkSuQmCC
</value>
</data>
<data name="ToolbarCameraModeButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEvSURBVDhP3dK/K0dRGMfxKxRJopCSEkLya/guUhQRmQwG
WfwIkYySgYUSKUKJlOK/MBoMFMofYLUIsfJ+f3NuF3+A8tRree5zP/fcc070f6oHT/jAPTqQj6WvXvCM
TZQgG3H58gFGcYVLtGIN15jBNDbwiGNUIg4pQx8GsQuHhrCDW8yjHyns4Q0DcCXpykM5bFzgHGPYxw1G
UIVMtMHfWUUj4nIg/KurGIYrSAZYOXDGlbhXcZlegUO8Yxzb+BlQAwNW0G0jVAYK0AwHtnCEOyQDZvGC
ObTbKIIvLMA9WIYDizhFMsDjfsAZptCA9JcdfoVBvryOSbgCe4HPTuCz+BQMKEUvJmCy96ET1ehCuAf2
5ZF+uwdZKEYtmuBGFSIXhtejBe5PHX7dxL+qKPoEppRHcXOtiDsAAAAASUVORK5CYII=
</value>
</data>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>177</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAMAICAAAAAAGACoDAAANgAAABAQAAAAABgAaAMAAN4MAABAQAAAAAAYACgyAABGEAAAKAAAACAA

11266
entities/ObjectList.ini Normal file

File diff suppressed because it is too large Load Diff

760
entities/PedList.ini Normal file
View File

@ -0,0 +1,760 @@
Skidrow01AMM=32417469
Hooker01SFY=42647445
Hooker03SFY=51789996
JimmyBostonCutscene=60192701
SalvaGoon03GMY=62440720
Autoshop01SMM=68070371
Eastsa02AFY=70821038
Car3Guy1Cutscene=71501447
Clown01SMY=71929310
TracyDisantoCutscene=101298480
FloydCutscene=103106535
Pigeon=111281960
TigerShark=113504370
Genfat01AMM=115168927
AnitaCutscene=117698822
Eastsa02AMM=131961260
Indian01AFY=153984193
MaryannCutscene=161007533
Westy=181896267
Zimbor=188012277
Baywatch01SMY=189425762
PestContGunman=193469166
Socenlat01AMM=193817059
DaleCutscene=216536661
Janet=225287241
Michael=225514697
Tanisha=226559113
Corpse02=228356856
StrPunk02GMY=228715206
AmmuCountrySMM=233415434
Soucent03AMO=238213328
Jewelass=257763003
GuadalopeCutscene=261428209
Chef01SMY=261586155
ChiCold01GMM=275618457
MountainLion=307287994
Latino01AMY=321657486
Car3Guy2Cutscene=327394568
Genfat02AMM=330231874
Fitness02AFY=331645324
Hippie01AFY=343259175
Hooker02SFY=348382215
Hipster02AMY=349505262
Dockwork01SMM=349680864
Chop=351016938
Ktown01AMO=355916122
Ballas01GFY=361513884
DaveNorton=365775923
Cop01SFY=368603149
FemBarberSFM=373000027
Eastsa02AMY=377976310
PrologueHostage01AFM=379310561
Tramp01AMO=390939205
Crow=402729631
GentransportSMM=411102470
Marnie=411185872
ShopKeep01=416176080
Hipster04AFY=429425116
Vinewood01AFY=435429221
Cntrybar01SMM=436345731
Snowcop01SMM=451459928
Ktown01AMY=452351020
FosRepCutscene=466359675
Strpreach01SMM=469792763
Markfost=479578891
MrsThornhill=503621995
PrologueSec02Cutscene=512955554
Tramp01AMM=516505552
OldMan1aCutscene=518814684
Business02AFM=532905404
Vinewood03AMY=534725268
Salton01AMO=539004493
Bevhills03AFY=549978415
RampHipsterCutscene=569740212
Doorman01SMY=579932932
MovPrem01SFY=587253782
Hipster01AMY=587703123
BallaOrig01GMY=588969535
BallaSout01GMY=599294057
Beach02AMY=600300561
Poppymich=602513566
Stwhi01AMY=605602864
Chip=610290475
Korean01GMY=611648169
Runner01AMY=623927022
Ortega=648372919
AshleyCutscene=650367097
MexGoon01GMY=653210662
FibOffice02SMM=653289389
SalvaGoon01GMY=663522487
Business01AFY=664399832
PrologueSec02=666086773
Lifeinvad02=666718676
CrisFormage=678319271
Highsec02SMM=691061163
StripperLite=695248020
Ktown02AMY=696250687
Indian01AMY=706935758
Soucent01AMO=718836251
FilmDirector=728636342
Soucent01AFY=744758650
Cyclist01=755956971
Downtown01AMY=766375082
Jetski01AMY=767028979
ONeil=768005095
Corpse01=773063444
ReporterCutscene=776079908
ChemSec01SMM=788443093
DevinCutscene=788622594
Genhot01AFY=793439294
PornDudesCutscene=793443893
Barry=797459875
Fish=802685111
Malibu01AMM=803106487
JanetCutscene=808778210
Beach01AFM=808859815
MexThug01AMY=810804565
Hiker01AFY=813893651
Grip01SMY=815693290
WeiChengCutscene=819699067
Sweatshop01SFM=824925120
Business02AFY=826475330
MexGoon02GMY=832784782
Vinewood04AMY=835315305
SalvaGoon02GMY=846439045
Lost03GMY=850468060
Famdd01=866411749
FibArchitect=874722259
Imporage=880829941
Retriever=882848737
Genstreet02AMY=891398354
KorBoss01GMM=891945583
MovieStar=894928436
Stretch=915948376
Stwhi02AMY=919005580
Bevhills04AFY=920595805
Party01=921110016
Vinewood03AFY=933092024
Breakdance01AMY=933205398
SteveHains=941695432
Marston01=943915367
MrsPhillips=946007720
LazlowCutscene=949295643
FatWhite01AFM=951767867
TerryCutscene=978452933
FbiSuit01=988062523
PestContDriver=994527967
Valet01SMY=999748158
Rurmeth01AMM=1001210244
Bodybuild01AFM=1004114196
Maude=1005070462
RsRanger01AMO=1011059922
DreyfussCutscene=1012965715
HammerShark=1015224100
MimeSMY=1021093698
RussianDrunk=1024089777
Lost02GMY=1032073858
Soucent01AFO=1039800368
ShopMidSFY=1055701597
Rurmeth01AFY=1064866854
Bevhills02AMM=1068876755
Abigail=1074457665
Beach01AMM=1077785853
Soucent02AMO=1082572151
Ktown02AFM=1090617681
Scientist01SMM=1092080539
Stingray=1095262541
Miranda=1095737979
Sheriff01SFY=1096929346
Factory01SMY=1097048408
Hairdress01SMM=1099825042
TanishaCutscene=1123963760
Poodle=1125994524
Shepherd=1126154828
MartinMadrazoCutscene=1129928304
Xmech01SMY=1142162924
JewelassCutscene=1145088004
Bevhills01AFY=1146800212
JoshCutscene=1158606749
ExArmy01=1161072059
LamarDavisCutscene=1162230285
RampHic=1165307954
Fitness01AFY=1165780219
MollyCutscene=1167167044
JosefCutscene=1167549130
Glenstank01=1169888870
RussianDrunkCutscene=1179785778
Dale=1182012905
Finguru01=1189322339
FabienCutscene=1191403201
MilitaryBum=1191548746
Humpback=1193010354
DomCutscene=1198698306
Ktown01AFO=1204772502
Andreas=1206185632
PestCont01SMY=1209091352
Tramp01AFM=1224306523
MexBoss02GMM=1226102803
Gardener01SMM=1240094341
Chef=1240128502
Baywatch01SFY=1250841910
Vinewood01AMY=1264851357
Musclbeac01AMY=1264920838
Acult02AMO=1268862154
MoviePremFemaleCutscene=1270514905
SiemonYetarian=1283141381
PriestCutscene=1299047806
LesterCrest=1302784073
Families01GFY=1309468115
Hipster03AMY=1312913862
Husky=1318032802
NataliaCutscene=1325314544
Salton01AMM=1328415626
PoloGoon01GMY=1329576454
Lost01GMY=1330042375
MrsThornhillCutscene=1334976110
Paparazzi=1346941736
Tourist01AFM=1347814329
Hiker01AMY=1358380044
Eastsa03AFY=1371553700
Baygor=1380197501
Stripper01SFY=1381498905
TylerDixon=1382414087
Ktown01AFM=1388848350
TaosTranslatorCutscene=1397974313
Lifeinvad01=1401530684
TrampBeac01AMM=1404403376
Acult01AMM=1413662315
Tennis01AMM=1416254276
Bevhills01AMM=1423699487
Tennis01AFY=1426880966
WinClean01SMY=1426951581
Acult01AMO=1430544400
Tourist01AFY=1446741360
Prisguard01SMM=1456041926
Cormorant=1457690978
JimmyDisanto=1459905209
TrafficWarden=1461287021
Cat=1462895032
Bestmen=1464257942
MarnieCutscene=1464721716
MexBoss01GMM=1466037421
MagentaCutscene=1477887514
FbiSuit01Cutscene=1482427218
Marine02SMY=1490458366
Trucker01SMM=1498487404
Soucent02AFY=1519319503
Vagos01GFY=1520708641
KerryMcintosh=1530648845
HunterCutscene=1531218220
SpyActress=1535236204
StripperLiteSFY=1544875514
TennisCoachCutscene=1545995274
Bevhills02AFY=1546450936
FibSec01=1558115333
Vinewood02AMY=1561705728
Airhostess01SFY=1567728751
Mistress=1573528872
Cop01SMY=1581098148
PrisMuscl01SMY=1596003233
RivalPaparazzi=1624626906
Omega=1625728984
Salton02AMM=1626646295
MerryWeatherCutscene=1631478380
Bride=1633872967
RampMarineCutscene=1634506681
Genstreet01AFO=1640504453
Fatlatin01AMM=1641152947
Orleans=1641334641
AirworkerSMY=1644266841
Postal01SMM=1650036788
CiaSec01SMM=1650288984
Armymech01SMY=1657546978
TonyaCutscene=1665391897
Armoured02SMM=1669696074
Eastsa02AFM=1674107025
Priest=1681385341
Coyote=1682622302
MovAlien01=1684083350
Motox01AMY=1694362237
Downtown01AFM=1699403886
Marine01SMY=1702441027
Hao=1704428387
LamarDavis=1706635382
Bevhills02AMY=1720428295
Terry=1728056212
OgBoss01AMM=1746653202
Soucent01AMM=1750583735
Azteca01GMY=1752208920
Epsilon01AFY=1755064960
BarryCutscene=1767447799
Skater01AFY=1767892582
Methhead01AMY=1768677545
TomCutscene=1776856003
Factory01SFY=1777626099
Tramp01=1787764635
SbikeAMO=1794381917
Hen=1794449327
PaperCutscene=1798879480
Hasjew01AMM=1809430156
Hillbilly01AMM=1822107721
MPros01=1822283721
Clay=1825562762
AmandaTownley=1830688247
Pug=1832265812
Stripper02SFY=1846523796
ShopMaskSMY=1846684678
HughCutscene=1863555924
DeniseCutscene=1870669624
FreemodeMale01=1885233650
PrologueSec01=1888624839
MichelleCutscene=1890499016
OldMan1a=1906124788
BradCadaverCutscene=1915268960
Lifeinvad01Cutscene=1918178165
Marine03SMY=1925237458
Postal02SMM=1936142927
Hwaycop01SMY=1939545845
DeadHooker=1943971979
Soucent01AFM=1951946145
Devin=1952555184
Car3Guy2=1975732938
DwService01SMY=1976765073
Bevhills01AMY=1982350912
BikeHire01=1984382277
Lsmetro01SMM=1985653476
Motox02AMY=2007797722
Epsilon01AMY=2010389054
Bartender01SFY=2014052797
Beach02AMM=2021631368
NervousRonCutscene=2023152276
Strperf01SMM=2035992488
Josh=2040438510
Blackops02SMY=2047212121
JayNorris=2050158196
GroomCutscene=2058033618
Hillbilly02AMM=2064532783
Prisoner01=2073775040
TaosTranslator=2089096292
KorLieut01GMY=2093736314
Hippy01AMY=2097407511
Justin=2109968527
Golfer01AFY=2111372120
Beachvesp01AMY=2114544056
ChiGoon01GMM=2119136831
Business01AMM=2120901815
Mariachi01SMM=2124742566
Ashley=2129936603
PrologueSec01Cutscene=2141384740
Acult02AMY=-2132435154
Stripper02Cutscene=-2126242959
PartyTarget=-2114499097
Denise=-2113195075
Hipster01AFY=-2109222095
BrideCutscene=-2101379423
Polynesian01AMY=-2088436577
Beach01AMO=-2077764712
Famfor01GMY=-2077218039
Runner02AMY=-2076336881
Car3Guy1=-2063996617
Sweatshop01SFY=-2063419726
PrologueDriver=-2057423197
DaveNortonCutscene=-2054740852
RampHicCutscene=-2054384456
FibMugger01=-2051422616
Stlat01AMY=-2039163396
Dockwork01SMY=-2039072303
Solomon=-2034368986
Soucent03AFY=-2018356203
JohnnyKlebitz=-2016771922
TaoChengCutscene=-2006710211
StretchCutscene=-1992464379
AbigailCutscene=-1988720319
Soucent04AMY=-1976105999
OmegaCutscene=-1955548155
BurgerDrug=-1954728090
Dolphin=-1950698411
Soucent03AMM=-1948675910
ScreenWriterCutscene=-1948177172
TomEpsilonCutscene=-1945119518
TrampBeac01AFM=-1935621530
CarBuyerCutscene=-1932625649
BurgerDrugCutscene=-1931689897
MoviePremMaleCutscene=-1922568579
KillerWhale=-1920284487
Swat01SMY=-1920001264
Korean02GMY=-1880237687
SalvaBoss01GMY=-1872961334
WillyFist=-1871275377
Bankman=-1868718465
Tourist02AFY=-1859912896
Staggrm01AMO=-1852518909
Juggalo01AMY=-1849016788
Strvend01SMY=-1837161693
Wade=-1835459726
Farmer01AMM=-1806291497
Tattoo01AMO=-1800524916
Rottweiler=-1788665315
Armoured01SMM=-1782092083
AmandaTownleyCutscene=-1779492637
Salton04AMM=-1773858377
MexGoon03GMY=-1773333796
Hotposh01=-1768198658
PrologueHostage01AMM=-1760377969
BankmanCutscene=-1755309778
Hipster02AFY=-1745486195
Genstreet01AMY=-1736970383
Stbla02AMY=-1731772337
OldMan2Cutscene=-1728452752
Paper=-1717894970
Hacker=-1715797768
Taphillbilly=-1709285806
CopCutscene=-1699520669
Busicas01AMY=-1697435671
Franklin=-1692214353
Devinsec01SMY=-1688898956
Trevor=-1686040670
Dom=-1674727288
FreemodeFemale01=-1667301416
Topless01AFY=-1661836925
Claypain=-1660909656
Eastsa01AFM=-1656894598
Ammucity01SMY=-1643617475
Lathandy01SMM=-1635724594
Soucent02AMM=-1620232223
Ups01SMM=-1614577886
Ranger01SFY=-1614285257
Bouncer01SMM=-1613485779
Bevhills02AFM=-1606864033
Business03AMY=-1589423867
PrologueMournFemale01=-1576494617
TennisCoach=-1573167273
GCutscene=-1567723049
PoloGoon02GMY=-1561829034
ChefCutscene=-1555576182
MaryAnn=-1552967674
DrFriedlanderCutscene=-1549575121
Eastsa01AMY=-1538846349
CustomerCutscene=-1538297973
SteveHainsCutscene=-1528782338
Soucent02AFO=-1519524074
Gay02AMY=-1519253631
Hipster03AFY=-1514497514
AntonCutscene=-1513650250
Ballasog=-1492432238
Chimp=-1469565163
ChinGoonCutscene=-1463670378
Gaffer01SMM=-1453933154
JanitorSMM=-1452549652
ShopLowSFY=-1452399100
Polynesian01AMM=-1445349730
Golfer01AMM=-1444213182
RoccoPelosiCutscene=-1436281204
Epsilon02AMY=-1434255461
ChickenHawk=-1430839454
WeiCheng=-1427838341
Yoga01AMY=-1425378987
Pilot01SMY=-1422914553
Scrubs01SFY=-1420211530
BallasogCutscene=-1410400252
SpyActor=-1408326184
Zombie01=-1404353274
Soucent02AMY=-1398552374
JewelSec01=-1395868234
OrleansCutscene=-1389097126
Waiter01SMY=-1387498932
Genstreet01AMO=-1386944600
Busker01SMO=-1382092357
ShopHighSFM=-1371020112
Business03AFY=-1366884940
Stripper01Cutscene=-1360365899
Molly=-1358701087
Skater02AMY=-1342520604
Skidrow01AFM=-1332260293
Pig=-1323586730
Sheriff01SMY=-1320879687
Floyd=-1313761614
Prisoner01SMY=-1313105063
Autopsy01SMY=-1306051250
MexLabor01AMM=-1302522190
Salton03AMM=-1299428795
GunVend01=-1289578670
Paramedic01SMM=-1286380898
Business02AMY=-1280051738
Blackops01SMY=-1275859404
BeverlyCutscene=-1267809450
Acult01AMY=-1251702741
DeniseFriendCutscene=-1249041111
LesterCrestCutscene=-1248528957
FatCult01AFM=-1244692252
ComJane=-1230338610
Fireman01SMY=-1229853272
Sunbathe01AMY=-1222037748
MiltonCutscene=-1217776881
Business04AFY=-1211756494
JimmyDisantoCutscene=-1194552652
ChiBoss01GMM=-1176698112
Indian01AFO=-1160266880
MaudeCutscene=-1127975477
NervousRon=-1124046095
Beverly=-1113448868
Brad=-1111799518
MexGang01GMY=-1109568186
Bevhills01AFM=-1106743555
JoeMinuteman=-1105179493
Xmech02SMY=-1105135100
Michelle=-1080659212
Robber01SMY=-1067576423
SiemonYetarianCutscene=-1064078846
OrtegaCutscene=-1059388209
Claude01=-1057787465
Vindouche01AMY=-1047300121
Skater01AMY=-1044093321
CrisFormageCutscene=-1041006362
JanitorCutscene=-1040164288
RampGangCutscene=-1031795266
Stlat02AMM=-1029146878
Rhesus=-1026527405
Soucent04AMM=-1023672578
Bankman01=-1022961931
GurkCutscene=-1022036185
Rat=-1011537562
MrKCutscene=-1010001291
Soucent03AMY=-1007618204
Yoga01AFY=-1004861906
Griff01=-1001079621
PrologueHostage01=-988619485
ArmGoon02GMY=-984709238
Patricia=-982642292
Construct02SMY=-973145378
Guido01=-961242577
Runner01AFY=-951490775
Beach01AFY=-945854168
Tourist01AMM=-929103484
Nigel=-927525251
Mani=-927261102
Musclbeac02AMY=-920443780
Business01AMY=-912318012
Uscg01SMY=-905948951
Beachvesp02AMY=-900269486
Tonya=-892841148
CletusCutscene=-890640939
Milton=-886023758
DrFriedlander=-872673803
MrsPhillipsCutscene=-872569905
Salton01AFO=-855671414
TomEpsilon=-847807830
Soucentmc01AFM=-840346158
Armoured01=-839953400
Hunter=-837606178
Jesus01=-835930287
Boar=-832573324
Strvend01SMM=-829353047
PrologueMournMale01=-829029621
Antonb=-815646164
Stbla01AMY=-812470807
Fabien=-795819184
Ups02SMM=-792862442
Misty01=-785842275
Ktown01AMM=-782401935
AfriAmer01AMM=-781039234
Gay01AMY=-775102410
Beach01AMY=-771835772
WadeCutscene=-765011498
Princess=-756833660
Seagull=-745300483
Doctor01SMM=-730659924
Migrant01SFY=-715445259
RoccoPelosi=-709209345
Golfer01AMY=-685776591
Salton01AMY=-681546704
Security01SMM=-681004504
Construct01SMY=-673538407
Movprem01SMM=-664900312
Deer=-664053099
Busboy01SMY=-654717625
Skater01AMM=-640198516
Babyd=-636391810
Dreyfuss=-628553422
Vinewood02AFY=-625565461
Juggalo01AFY=-619494093
Scdressy01AFY=-614546432
Famdnf01GMY=-613248456
LinecookSMM=-610530921
ClayCutscene=-607414220
Pogo01=-598109171
TaoCheng=-597926235
MexCntry01AMM=-578715987
Indian01AMM=-573920724
Lifeinvad01SMM=-570394627
Salton01AFM=-569505431
Natalia=-568861381
TrafficWardenCutscene=-567724045
TracyDisanto=-566941131
RampHipster=-554721426
PatriciaCutscene=-544533759
Rabbit=-541762431
Lazlow=-538688539
Maid01SFM=-527186490
Tranvest01AMM=-521758348
Casey=-520477356
Josef=-518348876
NigelCutscene=-515400693
Hasjew01AMY=-512913663
ImranCutscene=-482210853
Dealer01SMY=-459818001
RampGang=-449965460
Barman01SMY=-442429178
Cletus=-429715051
RampMex=-424905564
JewelThief=-422822692
Soucent01AMY=-417940021
AndreasCutscene=-413773017
Pilot01SMM=-413447396
ArmLieut01GMM=-412008429
Talina=-409745176
Beach03AMY=-408329255
Movspace01SMM=-407694286
Famca01GMY=-398748745
GroveStrDlrCutscene=-396800478
CaseyCutscene=-359228352
ZimborCutscene=-357782800
Surfer01AMY=-356333586
HaoCutscene=-325152996
Paparazzi01AMM=-322270187
DebraCutscene=-321892375
Migrant01SMM=-317922106
JimmyBoston=-308279251
FibOffice01SMM=-306416314
MrK=-304305299
GarbageSMY=-294281201
Niko01=-287649847
OldMan2=-283816889
Ranger01SMY=-277793362
BradCutscene=-270159898
PrologueDriverCutscene=-267695653
Marine02SMM=-265970301
Hippie01=-264140789
Autoshop02SMM=-261389155
JoeMinutemanCutscene=-258122199
Abner=-257153498
Jewelass01=-254493138
AlDiNapoli=-252946718
Highsec01SMM=-245247470
ArmBoss01GMM=-236444766
Marine01SMM=-220552467
Soucent02AFM=-215821512
OscarCutscene=-199280229
BallaEast01GMY=-198252413
Roadcyc01AMY=-178150202
DwService02SMY=-175076858
Eastsa01AFY=-173013091
ChemWork01GMM=-166363761
Pilot02SMM=-163714847
RampMexCutscene=-162605104
SolomonCutscene=-154017714
Tranvest02AMM=-150026812
Eastsa01AMM=-106498753
BikerChic=-96953009
JohnnyKlebitzCutscene=-91572095
FatBla01AFM=-88831029
Vinewood04AFY=-85696186
ManuelCutscene=-72125238
Magenta=-52653814
Cow=-50684386
StrPunk01GMY=-48477765
Manuel=-46035440
Lost01GFY=-44746786
ArmGoon01GMM=-39239064
Cyclist01AMY=-37334073
Groom=-20018299
Dhill01AMY=-12678997
ChiGoon02GMM=-9308122
ScreenWriter=-1689993
mp_m_forgery_01
mp_m_meth_01
mp_m_securoguard_01
mp_m_waremech_01
mp_m_weapexp_01
mp_m_weapwork_01
mp_m_weed_01
s_m_y_xmech_02_mp
u_m_y_smugmech_01
g_f_importexport_01
g_m_importexport_01
ig_malc
mp_f_cardesign_01
mp_f_chbar_01
mp_f_cocaine_01
mp_f_counterfeit_01
mp_f_execpa_01
mp_f_forgery_01
mp_f_helistaff_01
mp_f_meth_01
mp_f_weed_01
mp_m_cocaine_01
mp_m_counterfeit_01
mp_m_execpa_01
mp_m_avongoon
mp_m_bogdangoon
u_m_y_corpse_01
u_m_y_juggernaut_01
cs_lestercrest_2
csb_avon
csb_bogdan
csb_mrs_r
ig_avon
ig_lestercrest_2
csb_sol
csb_talcc
csb_talmm
csb_tonyprince
ig_dix
ig_djblamadon
ig_djblamrupert
ig_djblamryanh
ig_djblamryans
ig_djdixmanager
ig_djgeneric_01
ig_djsolfotios
ig_djsoljakob
ig_djsolmanager
ig_djsolmike
ig_djsolrobt
ig_djtalaurelia
ig_djtalignazio
ig_englishdave
ig_jimmyboston_02
ig_kerrymcintosh_02
ig_lacey_jones_02
ig_lazlow_2
ig_sol
ig_talcc
ig_talmm
ig_tonyprince
ig_tylerdix_02
s_f_y_clubbar_01
s_m_y_clubbar_01
s_m_y_waretech_01
u_f_m_miranda_02
u_f_y_danceburl_01
u_f_y_dancelthr_01
u_f_y_dancerave_01
u_f_y_poppymich_02
u_m_y_danceburl_01
u_m_y_dancelthr_01
u_m_y_dancerave_01
a_f_y_clubcust_01
a_f_y_clubcust_02
a_f_y_clubcust_03
a_m_y_clubcust_01
a_m_y_clubcust_02
a_m_y_clubcust_03
csb_dix
csb_djblamadon
csb_englishdave
mp_f_bennymech_01
csb_alan
csb_bryony
ig_sacha

647
entities/VehicleList.ini Normal file
View File

@ -0,0 +1,647 @@
carbonrs
hotknife
tiptruck
faggio2
youga
glendale
dominator
kalahari
coquette
btype
boxville3
baller2
miljet
freightcar
speeder
buffalo3
freightcont2
dinghy2
tropic
gburrito2
hexer
crusader
cogcabrio
vacca
gauntlet2
chino
polmav
proptrailer
cargoplane
surano
raketrailer
squalo
turismor
kuruma2
infernus
speeder2
boxville4
handler
cruiser
policet
tornado
lguard
baller5
mixer2
huntley
fusilade
dinghy3
utillitruck
utilitytruck
voodoo2
boattrailer
moonbeam
dune2
khamelion
packer
tankercar
luxor
romero
barracks3
baller4
lectro
freightgrain
baller6
surfer
cog552
supervolito
trailersmall
dukes
speedo2
slamvan
sadler2
buffalo2
pranger
sovereign
frogger
buzzard2
ztype
alpha
submersible
rhino
coquette3
sanchez
buzzard
slamvan2
annihilator
rhapsody
bjxl
biff
jetmax
dinghy4
sentinel2
habanero
intruder
utilitytruck2
utillitruck2
burrito4
mule
cog55
toro2
mesa
freightcont1
casco
pony2
duster
hydra
sultan
tampa
sandking2
coquette2
graintrailer
freight
ninef
dinghy
blista2
skylift
jb700
jet
bobcatxl
toro
barracks2
swift2
velum2
pigalle
verlierer2
superd
bfinjection
fbi
tribike
bmx
burrito5
caddy
rumpo
ambulance
dubsta
seminole
marshall
hakuchou
landstalker
airbus
serrano
vestra
oracle
sentinel
flatbed
warrener
cargobob3
tractor3
tropic2
paradise
schafter4
forklift
picador
hauler
tornado2
valkyrie2
stinger
airtug
windsor
cargobob2
tractor
rancherxl
t20
akuma
dilettante2
stratum
rapidgt2
bison3
stockade
enduro
tornado3
dloader
washington
mower
tr3
besra
peyote
thrust
camper
baller3
bulldozer
moonbeam2
fugitive
police3
trash
schafter6
sheriff2
stalion
rancherxl2
firetruck
tourbus
frogger2
taco
tanker2
titan
osiris
daemon
voodoo
cavalcade
trailerlogs
futo
cargobob4
police
benson
lurcher
insurgent2
bison2
carbonizzare
tr2
tr4
pounder
utilitytruck3
utillitruck3
rocoto
bagger
docktrailer
phantom
dump
blazer
manana
stunt
faction
guardian
stingergt
technical
phoenix
tractor2
coach
mesa3
trailers3
mule3
rebel2
primo2
tornado4
cognoscenti
pbus
feltzer2
boxville
police4
stretch
nightshade
rapidgt
asterope
surge
premier
emperor2
insurgent
asea
asea2
gauntlet
faction2
policeold2
rumpo2
granger
tvtrailer
mammatus
gburrito
burrito3
rubble
scrap
bullet
sabregt
sheriff
velum
supervolito2
double
dune
mamba
maverick
radi
fbi2
armytrailer2
police2
voltic
valkyrie
trailers2
feltzer3
gresley
policeold1
schafter3
brawler
stanier
armytrailer
ninef2
sanchez2
prairie
bodhi2
zentorno
kuruma
chino2
vindicator
trflat
burrito
towtruck
surfer2
cheetah
jester
entityxf
ingot
lazer
blazer3
trash2
schafter2
emperor3
dubsta3
tribike2
adder
shamal
luxor2
rebel
armytanker
blade
riot
zion2
sandking
issi2
primo
fq2
dilettante
zion
jester2
rentalbus
furoregt
submersible2
mule2
comet2
marquis
banshee
seashark
buccaneer2
tailgater
cutter
cablecar
taxi
tiptruck2
dominator2
pcj
burrito2
dodo
ruffian
bati2
schafter5
docktug
trailers
ripley
monster
fixter
btype2
vigero
barracks
speedo
baller
patriot
cavalcade2
mixer
freighttrailer
mesa2
schwarzer
tanker
bus
emperor
buccaneer
ratloader
cuban800
nemesis
massacro2
jackal
seashark2
blimp2
cognoscenti2
sadler
blista3
f620
ratloader2
elegy2
caddy2
oracle2
virgo
predator
towtruck2
monroe
panto
stalion2
tribike3
baletrailer
dubsta2
felon
penumbra
bifta
blista
swift
dukes2
seashark3
minivan
buffalo
suntrap
boxville2
ruiner
stockade3
scorcher
innovation
blimp
massacro
vader
journey
pony
bati
felon2
savage
cargobob
blazer2
policeb
bison
regina
exemplar
bf400
cliffhanger
contender
gargoyle
le7b
lynx
omnis
rallytruck
sheava
tampa2
trophytruck
trophytruck2
tropos
tyrus
brioso
bestiagts
brickade
fmj
nimbus
pfister811
prototipo
reaper
rumpo3
seven70
tug
volatus
windsor2
xls
xls2
faction3
minivan2
sabregt
slamvan3
tornado5
virgo2
virgo3
avarus
blazer4
chimera
daemon2
defiler
esskey
faggio
faggio3
hakuchou2
manchez
nightblade
raptor
ratbike
sanctus
shotaro
tornado6
vortex
wolfsbane
youga2
zombiea
zombieb
blazer5
boxville5
comet3
diablous
diablous2
dune4
dune5
elegy
fcr
fcr2
italigtb
italigtb2
nero
nero2
penetrator
phantom2
ruiner2
ruiner3
specter
specter2
technical2
tempesta
voltic2
wastelander
gp1
infernus2
ruston
turismo2
apc
ardent
caddy3
cheetah2
dune3
halftrack
hauler2
insurgent3
nightshark
oppressor
phantom3
tampa3
technical3
torero
trailerlarge
trailers4
trailersmall2
vagner
xa21
alphaz1
bombushka
cyclone
havok
howard
hunter
microlight
mogul
molotok
nokota
pyro
pyro_hi
rapidgt3
retinue
rogue
rogue_hi
seabreeze
starling
tula
tula_hi
vigilante
visione
yosemite
z190
akula
autarch
avenger
avenger2
barrage
chernobog
comet4.ytd
comet5
deluxo
gt500
hermes
hustler
kamacho
khanjali
neon
pariah
raiden
revolter
riata
riot2
savestra
sc1
sentinel3
streiter
stromberg
thruster
viseris
volatol
entity2
fagaloa
flashgt
gb200
hotring
issi3
jester3
michelli
seasparrow
taipan
tezeract
tyrant
caracara
cheburek
dominator3
ellie
menacer
mule4
oppressor2
patriot2
pbus2
pounder2
scramjet
speedo4
stafford
strikeforce
swinger
terbyte
blimp3
freecrawler
slamvan6
toros
tulip
vamos
zr380
zr3802
zr3803
bruiser
bruiser2
bruiser3
brutus
brutus2
brutus3
cerberus
cerberus2
cerberus3
clique
deathbike
deathbike2
deathbike3
deveste
deviant
dominator4
dominator5
dominator6
impaler
impaler2
impaler3
impaler4
imperator
imperator2
imperator3
issi4
issi5
issi6
italigto
monster3
monster4
monster5
rcbandito
scarab
scarab2
scarab3
scarab3_hi
schlagen
slamvan4
slamvan5