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

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.6k
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.