mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 03:06:23 +08:00
Merge pull request #226 from ook3D/master
Update Unknown Values And Flags
This commit is contained in:
+9
-28
@@ -68,38 +68,19 @@
|
||||
this.CarFlagsCheckedListBox.CheckOnClick = true;
|
||||
this.CarFlagsCheckedListBox.FormattingEnabled = true;
|
||||
this.CarFlagsCheckedListBox.Items.AddRange(new object[] {
|
||||
"1 - High priority",
|
||||
"2 - Unk02",
|
||||
"1 - Force Spawn",
|
||||
"2 - Ignore Density",
|
||||
"4 - Police",
|
||||
"8 - Firetruck",
|
||||
"16 - Ambulance",
|
||||
"32 - Unk06",
|
||||
"64 - Unk07",
|
||||
"128 - Unk08",
|
||||
"256 - Unk09",
|
||||
"512 - SP Enable",
|
||||
"1024 - MP Enable",
|
||||
"32 - During Day",
|
||||
"64 - At Night",
|
||||
"128 - Align Left",
|
||||
"256 - Align Right",
|
||||
"512 - Single Player",
|
||||
"1024 - Network Player",
|
||||
"2048 - Low Priority",
|
||||
"4096 - Unk13",
|
||||
"8192 - Unk14",
|
||||
"16384 - Unk15",
|
||||
"32768 - Unk16",
|
||||
"65536 - Unk17",
|
||||
"131072 - Unk18",
|
||||
"262144 - Unk19",
|
||||
"524288 - Unk20",
|
||||
"1048576 - Unk21",
|
||||
"2097152 - Unk22",
|
||||
"4194304 - Unk23",
|
||||
"8388608 - Unk24",
|
||||
"16777216 - Unk25",
|
||||
"33554432 - Unk26",
|
||||
"67108864 - Unk27",
|
||||
"134217728 - Unk28",
|
||||
"268435456 - Unk29",
|
||||
"536870912 - Unk30",
|
||||
"1073741824 - Unk31",
|
||||
"2147483648 - Unk32"});
|
||||
"4096 - Prevent Entry"});
|
||||
this.CarFlagsCheckedListBox.Location = new System.Drawing.Point(345, 112);
|
||||
this.CarFlagsCheckedListBox.Name = "CarFlagsCheckedListBox";
|
||||
this.CarFlagsCheckedListBox.Size = new System.Drawing.Size(201, 289);
|
||||
|
||||
+12
-12
@@ -188,15 +188,15 @@
|
||||
this.EntityFlagsCheckedListBox.FormattingEnabled = true;
|
||||
this.EntityFlagsCheckedListBox.Items.AddRange(new object[] {
|
||||
"1 - Allow full rotation",
|
||||
"2 - Unk02",
|
||||
"2 - Stream Low Priority",
|
||||
"4 - Disable embedded collisions",
|
||||
"8 - LOD in parent ymap",
|
||||
"16 - Unk05",
|
||||
"16 - LOD Adopt Me",
|
||||
"32 - Static entity",
|
||||
"64 - Object isn\'t dark at night",
|
||||
"128 - Unk08",
|
||||
"256 - Unk09",
|
||||
"512 - Disable YDR lights",
|
||||
"512 - Ignore Day Night Light Settings",
|
||||
"1024 - Unk11",
|
||||
"2048 - Unk12",
|
||||
"4096 - Unk13",
|
||||
@@ -205,18 +205,18 @@
|
||||
"32768 - Unk16",
|
||||
"65536 - Unk17",
|
||||
"131072 - Unk18",
|
||||
"262144 - Disable archetype extensions",
|
||||
"262144 - Dont Spawn Peds",
|
||||
"524288 - Unk20",
|
||||
"1048576 - Unk21",
|
||||
"2097152 - Unk22",
|
||||
"4194304 - Don\'t cast shadows",
|
||||
"8388608 - Only cast shadows",
|
||||
"16777216 - Disable reflections",
|
||||
"33554432 - Interior proxy",
|
||||
"67108864 - Disable water reflections",
|
||||
"134217728 - Reflection proxy",
|
||||
"268435456 - Unk29",
|
||||
"536870912 - Mirror proxy",
|
||||
"4194304 - Dont Render Shadows",
|
||||
"8388608 - Only Render Shadows",
|
||||
"16777216 - Dont Render Reflections",
|
||||
"33554432 - Only Render Reflections",
|
||||
"67108864 - Dont Render Water Reflections",
|
||||
"134217728 - Only Render Water Reflections",
|
||||
"268435456 - Dont Render Mirror Reflections",
|
||||
"536870912 - Only Render Mirror Reflections",
|
||||
"1073741824 - Unk31",
|
||||
"2147483648 - Unk32"});
|
||||
this.EntityFlagsCheckedListBox.Location = new System.Drawing.Point(348, 113);
|
||||
|
||||
+38
-38
@@ -64,11 +64,11 @@
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.TabControl = new System.Windows.Forms.TabControl();
|
||||
this.MloArchetypeTabPage = new System.Windows.Forms.TabPage();
|
||||
this.MloUpdatePortalCountsButton = new System.Windows.Forms.Button();
|
||||
this.TimeArchetypeTabPage = new System.Windows.Forms.TabPage();
|
||||
this.TimeFlagsTextBox = new System.Windows.Forms.TextBox();
|
||||
this.TimeFlagsCheckedListBox = new System.Windows.Forms.CheckedListBox();
|
||||
this.label15 = new System.Windows.Forms.Label();
|
||||
this.MloUpdatePortalCountsButton = new System.Windows.Forms.Button();
|
||||
this.BaseArchetypeTabPage.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SpecialAttributeNumericUpDown)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.HDTextureDistNumericUpDown)).BeginInit();
|
||||
@@ -297,38 +297,38 @@
|
||||
this.EntityFlagsCheckedListBox.CheckOnClick = true;
|
||||
this.EntityFlagsCheckedListBox.FormattingEnabled = true;
|
||||
this.EntityFlagsCheckedListBox.Items.AddRange(new object[] {
|
||||
"1 - Unk01",
|
||||
"2 - Unk02",
|
||||
"4 - Unk03",
|
||||
"8 - Unk04",
|
||||
"16 - Unk05",
|
||||
"1 - Wet Road Reflection",
|
||||
"2 - Dont Fade",
|
||||
"4 - Draw Last",
|
||||
"8 - Climbable By AI",
|
||||
"16 - Suppress HD TXDs",
|
||||
"32 - Static",
|
||||
"64 - Disable alpha sorting",
|
||||
"128 - Instance",
|
||||
"256 - Unk09",
|
||||
"512 - Bone anims (YCD)",
|
||||
"128 - Tough For Bullets",
|
||||
"256 - Is Generic",
|
||||
"512 - Has Anim (YCD)",
|
||||
"1024 - UV anims (YCD)",
|
||||
"2048 - Unk12",
|
||||
"4096 - Unk13",
|
||||
"8192 - Object won\'t cast shadow",
|
||||
"16384 - Unk15",
|
||||
"32768 - Unk16",
|
||||
"2048 - Shadow Only",
|
||||
"4096 - Damage Model",
|
||||
"8192 - Dont Cast Shadows",
|
||||
"16384 - Cast Texture Shadows",
|
||||
"32768 - Dont Collide With Flyer",
|
||||
"65536 - Double-sided rendering",
|
||||
"131072 - Dynamic",
|
||||
"262144 - Unk19",
|
||||
"524288 - Dynamic anims (YCD)",
|
||||
"1048576 - Unk21",
|
||||
"2097152 - Unk22",
|
||||
"4194304 - Unk23",
|
||||
"8388608 - Unk24",
|
||||
"16777216 - Unk25",
|
||||
"33554432 - Unk26",
|
||||
"67108864 - Enables special atribute for door archetypes",
|
||||
"134217728 - Unk28",
|
||||
"268435456 - Disable red vertex channel",
|
||||
"536870912 - Disable green vertex channel",
|
||||
"1073741824 - Disable blue vertex channel",
|
||||
"2147483648 - Disable alpha vertex channel"});
|
||||
"262144 - Override Physics Bounds",
|
||||
"524288 - Auto Start Anim",
|
||||
"1048576 - Pre Reflected Water Proxy",
|
||||
"2097152 - Proxy For Water Reflections",
|
||||
"4194304 - No AI Cover",
|
||||
"8388608 - No Player Cover",
|
||||
"16777216 - Is Ladder Deprecated",
|
||||
"33554432 - Has Cloth",
|
||||
"67108864 - Enable Door Physics",
|
||||
"134217728 - Is Fixed For Navigation",
|
||||
"268435456 - Dont Avoid By Peds",
|
||||
"536870912 - Use Ambient Scale",
|
||||
"1073741824 - Is Debug",
|
||||
"2147483648 - Has Alpha Shadow"});
|
||||
this.EntityFlagsCheckedListBox.Location = new System.Drawing.Point(441, 38);
|
||||
this.EntityFlagsCheckedListBox.Name = "EntityFlagsCheckedListBox";
|
||||
this.EntityFlagsCheckedListBox.Size = new System.Drawing.Size(182, 274);
|
||||
@@ -507,6 +507,16 @@
|
||||
this.MloArchetypeTabPage.Text = "Mlo Archetype Def";
|
||||
this.MloArchetypeTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// MloUpdatePortalCountsButton
|
||||
//
|
||||
this.MloUpdatePortalCountsButton.Location = new System.Drawing.Point(49, 35);
|
||||
this.MloUpdatePortalCountsButton.Name = "MloUpdatePortalCountsButton";
|
||||
this.MloUpdatePortalCountsButton.Size = new System.Drawing.Size(153, 23);
|
||||
this.MloUpdatePortalCountsButton.TabIndex = 0;
|
||||
this.MloUpdatePortalCountsButton.Text = "Update Portal Counts";
|
||||
this.MloUpdatePortalCountsButton.UseVisualStyleBackColor = true;
|
||||
this.MloUpdatePortalCountsButton.Click += new System.EventHandler(this.MloUpdatePortalCountsButton_Click);
|
||||
//
|
||||
// TimeArchetypeTabPage
|
||||
//
|
||||
this.TimeArchetypeTabPage.Controls.Add(this.TimeFlagsTextBox);
|
||||
@@ -581,16 +591,6 @@
|
||||
this.label15.TabIndex = 68;
|
||||
this.label15.Text = "Time Flags:";
|
||||
//
|
||||
// MloUpdatePortalCountsButton
|
||||
//
|
||||
this.MloUpdatePortalCountsButton.Location = new System.Drawing.Point(49, 35);
|
||||
this.MloUpdatePortalCountsButton.Name = "MloUpdatePortalCountsButton";
|
||||
this.MloUpdatePortalCountsButton.Size = new System.Drawing.Size(153, 23);
|
||||
this.MloUpdatePortalCountsButton.TabIndex = 0;
|
||||
this.MloUpdatePortalCountsButton.Text = "Update Portal Counts";
|
||||
this.MloUpdatePortalCountsButton.UseVisualStyleBackColor = true;
|
||||
this.MloUpdatePortalCountsButton.Click += new System.EventHandler(this.MloUpdatePortalCountsButton_Click);
|
||||
//
|
||||
// EditYtypArchetypePanel
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
@@ -181,16 +181,16 @@
|
||||
"2 - Link Interiors together",
|
||||
"4 - Mirror",
|
||||
"8 - Disable Timecycle Modifier",
|
||||
"16 - Unused?",
|
||||
"32 - Use exterior LOD",
|
||||
"16 - Mirror Using Expensive Shaders",
|
||||
"32 - Low LOD Only",
|
||||
"64 - Hide when door closed",
|
||||
"128 - Mirror Directional Light",
|
||||
"256 - Mirror exterior portals",
|
||||
"512 - Mirror Portal Traversal",
|
||||
"1024 - Mirror Floor",
|
||||
"2048 - Mirror Floor (Water)",
|
||||
"4096 - Light Bleeding",
|
||||
"8192 - Water extent to horizon"});
|
||||
"128 - Mirror Can See Directional",
|
||||
"256 - Mirror Using Portal Traversal",
|
||||
"512 - Mirror Floor",
|
||||
"1024 - Mirror Can See Exterior View",
|
||||
"2048 - Water Surface",
|
||||
"4096 - Water Surface Extend To Horizon",
|
||||
"8192 - Use Light Bleed"});
|
||||
this.FlagsCheckedListBox.Location = new System.Drawing.Point(318, 15);
|
||||
this.FlagsCheckedListBox.Name = "FlagsCheckedListBox";
|
||||
this.FlagsCheckedListBox.Size = new System.Drawing.Size(184, 214);
|
||||
|
||||
+10
-10
@@ -117,16 +117,16 @@
|
||||
this.FlagsCheckedListBox.CheckOnClick = true;
|
||||
this.FlagsCheckedListBox.FormattingEnabled = true;
|
||||
this.FlagsCheckedListBox.Items.AddRange(new object[] {
|
||||
"1 - Unk01",
|
||||
"2 - Disables wanted level",
|
||||
"4 - Disable exterior shadows",
|
||||
"8 - Unk04",
|
||||
"16 - Unk05",
|
||||
"32 - Reduces vehicle population",
|
||||
"64 - Reduces ped population",
|
||||
"128 - Unk08",
|
||||
"256 - Disable limbo portals",
|
||||
"512 - Unk10"});
|
||||
"1 - Freeze Vehicles",
|
||||
"2 - Freeze Peds",
|
||||
"4 - No Directional Light",
|
||||
"8 - No Exterior Lights",
|
||||
"16 - Force Freeze",
|
||||
"32 - Reduce Cars",
|
||||
"64 - Reduce Peds",
|
||||
"128 - Force Directional Light On",
|
||||
"256 - Dont Render Exterior",
|
||||
"512 - Mirror Potentially Visible"});
|
||||
this.FlagsCheckedListBox.Location = new System.Drawing.Point(352, 41);
|
||||
this.FlagsCheckedListBox.Name = "FlagsCheckedListBox";
|
||||
this.FlagsCheckedListBox.Size = new System.Drawing.Size(201, 154);
|
||||
|
||||
Reference in New Issue
Block a user