Jump to content

NewLoftus

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by NewLoftus

  1. On 1/12/2023 at 10:20 PM, Sqeegie said:

    Here is your "little mod." Just extract and dump the mod into the Mods folder.

     

    Complied version: https://drive.google.com/file/d/1AvV2m6j9mPg-izP2TkFgnTqXOJUZqw8K

     

    Source:

    public class PeskyVersion : IModApi
    {
        public void InitMod(Mod _modInstance)
        {
            Log.Out("[PeskyVersion] Getting rid of that pesky version label. . .");
    
            NGUIWindowManager nGUIWindowManager = UnityEngine.Object.FindObjectOfType<NGUIWindowManager>();
            nGUIWindowManager.Close(EnumNGUIWindow.Version);
        }
    }

    Thank you so much! Trying it now...

  2. I have determined how to turn all other UI elements off or only have then come on when needed. Toolbar, buffs, food/health - it all fades in 5 seconds unless there is an exception. So, I have managed to sort this out for everything except the silly version number.

     

    <boggle> Unfortunately, hiding the UI doesn't do anything besides break the game so is only good for screenshots! </boggle> I appreciate the input, but I'd like a clean UI.

     

    I'd pay someone to program it out for me.

×
×
  • Create New...