Git Product home page Git Product logo

Comments (3)

ErinaSugino avatar ErinaSugino commented on May 29, 2024

If you want to simply remove the tab from the customizer UI where you can view your stats, that'd be as simple as removing the section from the customizer.config in /interface/sexbound/customizer/.

        {
          "position" : [120, 211],
          "baseImage" : "/interface/sexbound/customizer/selectedtab.png",
          "baseImageChecked" : "/interface/sexbound/customizer/selectedtabchecked.png",
          "text" : "^shadow;STATS",
          "data" : {
            "className"     : "Statistics",
            "targetTabName" : "statisticsTab"
          }
        },

If you want to fully remove statistical tracking for your entity, you need to edit /scripts/sexbound/override/player.lua, the Sexbound.Player.new() function and remove the line initing the statistics handler self._statistics = Sexbound.Player.Statistics:new(self) - as well as potentially other code references that expect that module to exist. While causing asset mismatching, this change only affects your local player entity and should even work on a server that has an unmodified copy.

However, albeit not my space to judge, I don't quiet understand what or why you are trying to achieve. You say you "want to keep your character's adventures a secret when playing with your people" - the statistics, by normal means, cannot be seen by another player.

from starbound-sbr-mod.

Shigess avatar Shigess commented on May 29, 2024

Thank you Erina, always so kind and diligent. Do you have a patreon or discord server?

from starbound-sbr-mod.

ErinaSugino avatar ErinaSugino commented on May 29, 2024

Sexbound Reborn has it's own section on the general Starbound Adult Modding Discord.
As for Patreon, I use KoFi - a link to which you can find on the GitHub "Sponsor" section right on the main page of the Repo.

from starbound-sbr-mod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.