Giter Site home page Giter Site logo

Comments (4)

derdotte avatar derdotte commented on June 11, 2024

I took a minute to find out why this bug occurs in the code and, well, its simply been commentated out at line 55 in tcc-launcher.js it says

this.install = function (installer)
        {
            const tccSettingsPath = Path.join(__dirname, "../tcc-settings.json");
            let noSettings = false;
            if (!FS.existsSync(tccSettingsPath))
                noSettings = true;;

            if (noSettings)
            {
                // no settings, remove everything by default
                m.log("No settings found, installing all removers by default.");
                this.tryInstallRemover("S1UI_CharacterWindow.gpk", installer, "Character window");
                this.tryInstallRemover("S1UI_TargetInfo.gpk", installer, "Mob HP bar");
                this.tryInstallRemover("S1UI_GageBoss.gpk", installer, "Boss HP bar");
                this.tryInstallRemover("S1UI_Abnormality.gpk", installer, "Buff bar");
                this.tryInstallRemover("S1UI_PartyWindow.gpk", installer, "Party windows");
                this.tryInstallRemover("S1UI_PartyWindowRaidInfo.gpk", installer, "Raid windows");
                this.tryInstallRemover("S1UI_PartyBoard.gpk", installer, "LFG window");
                this.tryInstallRemover("S1UI_PartyBoardMemberInfo.gpk", installer, "LFG details info");
                this.tryInstallRemover("S1UI_Chat2.gpk", installer, "Chat");
                // installer.gpk('gpk/S1UI_ProgressBar.gpk');
                return;
            }

aswell as in line 95-99

            // if (settings.FlightGaugeWindowSettings.Enabled === true)
            // {
            //     installer.gpk('gpk/S1UI_ProgressBar.gpk');
            //     m.log("Installed S1UI_ProgressBar remover.");
            // }

i suppose this was done with reason. Probably the gpk doesnt work?

from tera-custom-cooldowns.

foglio1024 avatar foglio1024 commented on June 11, 2024

Exactly, the gpk needs to be properly modded.

from tera-custom-cooldowns.

derdotte avatar derdotte commented on June 11, 2024

I see, i do not have the know-how to mod gpk's sadly

from tera-custom-cooldowns.

foglio1024 avatar foglio1024 commented on June 11, 2024

Fixed some commits ago

from tera-custom-cooldowns.

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.