mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-01-10 15:28:59 +08:00
update Portal flag names
This commit is contained in:
parent
11591fa008
commit
7d294e6c57
@ -19774,7 +19774,17 @@ namespace CodeWalker.GameFiles
|
|||||||
woodland_pollen_drop = 2445487209,
|
woodland_pollen_drop = 2445487209,
|
||||||
|
|
||||||
|
|
||||||
|
//Rollschuh2282 zonebind stuff
|
||||||
|
SCUMMINESS_POSH = 1618156912,
|
||||||
|
SCUMMINESS_NICE = 325739119,
|
||||||
|
SCUMMINESS_ABOVE_AVERAGE = 1129710621,
|
||||||
|
SCUMMINESS_BELOW_AVERAGE = 2784202857,
|
||||||
|
SCUMMINESS_CRAP = 3198877297,
|
||||||
|
SCUMMINESS_SCUM = 2664559559,
|
||||||
|
scumminessLevel = 1856972365,
|
||||||
|
LAW_RESPONSE_DELAY_SLOW = 3124669982,
|
||||||
|
LAW_RESPONSE_DELAY_MEDIUM = 1679254647,
|
||||||
|
LAW_RESPONSE_DELAY_FAST = 1875723229,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -177,20 +177,20 @@
|
|||||||
this.FlagsCheckedListBox.CheckOnClick = true;
|
this.FlagsCheckedListBox.CheckOnClick = true;
|
||||||
this.FlagsCheckedListBox.FormattingEnabled = true;
|
this.FlagsCheckedListBox.FormattingEnabled = true;
|
||||||
this.FlagsCheckedListBox.Items.AddRange(new object[] {
|
this.FlagsCheckedListBox.Items.AddRange(new object[] {
|
||||||
"1 - Disables exterior rendering",
|
"1 - One-Way",
|
||||||
"2 - Disables interior rendering",
|
"2 - Link Interiors together",
|
||||||
"4 - Mirror",
|
"4 - Mirror",
|
||||||
"8 - Extra bloom",
|
"8 - Disable Timecycle Modifier",
|
||||||
"16 - Unk05",
|
"16 - Unused?",
|
||||||
"32 - Use exterior LOD",
|
"32 - Use exterior LOD",
|
||||||
"64 - Hide when door closed",
|
"64 - Hide when door closed",
|
||||||
"128 - Unk08",
|
"128 - Mirror Directional Light",
|
||||||
"256 - Mirror exterior portals",
|
"256 - Mirror exterior portals",
|
||||||
"512 - Unk10",
|
"512 - Mirror Portal Traversal",
|
||||||
"1024 - Mirror limbo entities",
|
"1024 - Mirror Floor",
|
||||||
"2048 - Unk12",
|
"2048 - Water Surface (need Mirror)",
|
||||||
"4096 - Unk13",
|
"4096 - Light Bleeding",
|
||||||
"8192 - Disable farclipping"});
|
"8192 - Water extent to horizon"});
|
||||||
this.FlagsCheckedListBox.Location = new System.Drawing.Point(318, 15);
|
this.FlagsCheckedListBox.Location = new System.Drawing.Point(318, 15);
|
||||||
this.FlagsCheckedListBox.Name = "FlagsCheckedListBox";
|
this.FlagsCheckedListBox.Name = "FlagsCheckedListBox";
|
||||||
this.FlagsCheckedListBox.Size = new System.Drawing.Size(184, 214);
|
this.FlagsCheckedListBox.Size = new System.Drawing.Size(184, 214);
|
||||||
|
Loading…
Reference in New Issue
Block a user