Jump to content

Issue with wallpapers removing on outside of bases

Can't Reproduce 2.3.6

SlayersRust
SlayersRust

Posted

Issue with wallpapers removing on outside of bases. The end of the video shows whats happening when a player lands with paraglider all their outside wallpapers dissapear

Here is what Nivex recommended to me as a fix.

nivex [GG]

robj needs to fix that most likely. need to block the call to CheckWallpaper method

if (!socketMod_Inside.DoCheck(place)) { RemoveWallpaper(side); break; }

or this code will remove it when it's outside

 

  • Curator
RobJ

Posted (edited)

I already stop that check even running.    i will see if i can reproduce it 


        #region Patch
        [AutoPatch]
        [HarmonyPatch(typeof(BuildingBlock), nameof(BuildingBlock.CheckWallpaper))]
        internal class PatchBuildingBlock
        {
            [HarmonyPrefix]
            internal static bool Prefix(BuildingBlock __instance)
            {
                if ((object)__instance == null || __instance.IsDestroyed)
                    return true;
                return false;
            }
        }
        #endregion
Edited by RobJ
  • Curator
RobJ

Posted

I just parachuted down on to a skinned base    all good    skins are still their    maybe the other paraglider killed them   

  • Curator
RobJ

Posted

Changed Status from Pending to Can't Reproduce

SlayersRust

Posted

28 minutes ago, RobJ said:

I just parachuted down on to a skinned base    all good    skins are still their    maybe the other paraglider killed them   

Its possible the Paraglider plugin is causing something to happen but I don't know why.
 

 Its a paid plugin so you'd have to contact the dev of it to test with it if he lets you

  • Curator
RobJ

Posted

Trying a few more times I still can't get the wallpapers to disappear, but I don't own the plugin paraglider so I cannot fully help. However, I do find without paraglider I can't replicate the issue, so it would suggest there could be an issue on the other side.

 

could you use vanilla wallpapers without opening my ui just apply them with the default wallpaper tool, face punch his way, and then paraglide into that building and let me know if they disappear.

SlayersRust

Posted

6 minutes ago, RobJ said:

Trying a few more times I still can't get the wallpapers to disappear, but I don't own the plugin paraglider so I cannot fully help. However, I do find without paraglider I can't replicate the issue, so it would suggest there could be an issue on the other side.

 

could you use vanilla wallpapers without opening my ui just apply them with the default wallpaper tool, face punch his way, and then paraglide into that building and let me know if they disappear.

We are having trouble recreating the bug at all right now trying all ways possible. Its very unusual we will keep testing and recording any findings but we could not recreate the bug in any way today yet. With Vanilla wallpapers, Wallpaperplanner etc.

Will keep testing

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.7k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.