From 7d294e6c57102b4db26a5ac6fa6715a04340b651 Mon Sep 17 00:00:00 2001 From: rollschuh2282 Date: Sun, 3 Sep 2023 18:39:14 +0200 Subject: [PATCH 1/2] update Portal flag names --- .../GameFiles/MetaTypes/MetaNames.cs | 12 ++++++++++- .../Panels/EditYtypMloPortalPanel.Designer.cs | 20 +++++++++---------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CodeWalker.Core/GameFiles/MetaTypes/MetaNames.cs b/CodeWalker.Core/GameFiles/MetaTypes/MetaNames.cs index ff4d5e7..5f24c0c 100644 --- a/CodeWalker.Core/GameFiles/MetaTypes/MetaNames.cs +++ b/CodeWalker.Core/GameFiles/MetaTypes/MetaNames.cs @@ -19774,7 +19774,17 @@ namespace CodeWalker.GameFiles 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, diff --git a/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs b/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs index 73d4562..c19b19d 100644 --- a/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs +++ b/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs @@ -177,20 +177,20 @@ this.FlagsCheckedListBox.CheckOnClick = true; this.FlagsCheckedListBox.FormattingEnabled = true; this.FlagsCheckedListBox.Items.AddRange(new object[] { - "1 - Disables exterior rendering", - "2 - Disables interior rendering", + "1 - One-Way", + "2 - Link Interiors together", "4 - Mirror", - "8 - Extra bloom", - "16 - Unk05", + "8 - Disable Timecycle Modifier", + "16 - Unused?", "32 - Use exterior LOD", "64 - Hide when door closed", - "128 - Unk08", + "128 - Mirror Directional Light", "256 - Mirror exterior portals", - "512 - Unk10", - "1024 - Mirror limbo entities", - "2048 - Unk12", - "4096 - Unk13", - "8192 - Disable farclipping"}); + "512 - Mirror Portal Traversal", + "1024 - Mirror Floor", + "2048 - Water Surface (need Mirror)", + "4096 - Light Bleeding", + "8192 - Water extent to horizon"}); this.FlagsCheckedListBox.Location = new System.Drawing.Point(318, 15); this.FlagsCheckedListBox.Name = "FlagsCheckedListBox"; this.FlagsCheckedListBox.Size = new System.Drawing.Size(184, 214); From 4cd57db350bdfa093c9673d96dabd9d559140fd7 Mon Sep 17 00:00:00 2001 From: rollschuh2282 Date: Sun, 3 Sep 2023 18:41:19 +0200 Subject: [PATCH 2/2] fix too long text --- CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs b/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs index c19b19d..7220c8a 100644 --- a/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs +++ b/CodeWalker/Project/Panels/EditYtypMloPortalPanel.Designer.cs @@ -188,7 +188,7 @@ "256 - Mirror exterior portals", "512 - Mirror Portal Traversal", "1024 - Mirror Floor", - "2048 - Water Surface (need Mirror)", + "2048 - Mirror Floor (Water)", "4096 - Light Bleeding", "8192 - Water extent to horizon"}); this.FlagsCheckedListBox.Location = new System.Drawing.Point(318, 15);