Expanded Task Text (ETT) - SPT Mods Workshop (2024)

Expanded Task Text (ETT) - SPT Mods Workshop (3)

  • Dirtbikercj
  • Aug 23rd 2023
    • Aug 23rd 2023

      Dirtbikercj added a new file:

      File

      Expanded Task Text (ETT)

      Expanded Task Text (ETT) - SPT Mods Workshop (4)

      Knowledge is power, unfortunately Nikita doesn't see it that way.

      Dirtbikercj

      Quote

      SPT 3.8.3

      No logs, No support.

      No support will be offered for old versions of SPT.

      Do not repost, alter or repackage my mods without my explicit permission.

      Adds extra information to tasks.

      - Shows key(s) required for the task if applicable.
      - If the task is required for collector.

      - If the task is required for lightkeeper.

      - Shows the next quest(s) in the chain

      - gunsmithing tasks list all required parts and what trader(s) sell those parts

      - If applicable shows the time gate until next gun smithing task unlocks.

      Extract the archive to the root of your SPT install to install the mod. As Shown below.

      Thanks to Drakia for the install gif.

      Demonstration Video (Yes, it's SAIN, but the same concept applies to all of my mods, I'm not making mod-specific extraction example videos)

      Expanded Task Text (ETT) - SPT Mods Workshop (6)

      If you wish to support me, you can buy me a coffee here! Buy me a coffee! Completely optional and not required!

      Display More
      • Oct 9th 2023

        Dirtbikercj added a new version:

        File

        Expanded Task Text (ETT) 1.2.2

        Expanded Task Text (ETT) - SPT Mods Workshop (8)

        3.7.0 Update

        Dirtbikercj

        Quote

        3.7.0 Update

        • Nov 19th 2023

          Dirtbikercj added a new version:

          File

          Expanded Task Text (ETT) 1.2.4

          Expanded Task Text (ETT) - SPT Mods Workshop (12)

          Update package.json for 3.7.x

          No more warning in server when starting
          No other changes

          Dirtbikercj

          Quote

          Update package.json for 3.7.x

          No more warning in server when starting
          No other changes

          • Dec 6th 2023

            Dirtbikercj added a new version:

            File

            Expanded Task Text (ETT) 1.2.5

            Expanded Task Text (ETT) - SPT Mods Workshop (14)

            Added information for the following quests:
            - Broadcast Part 5
            - The door
            - Beyond the red meat part 2
            - Pets wont need it

            Corrected information for: Chemical Part 1

            Dirtbikercj

            Quote

            Added information for the following quests:

            - Broadcast Part 5

            - The door

            - Beyond the red meat part 2

            - Pets wont need it

            Corrected information for: Chemical Part 1

            Display More
            • Dec 10th 2023

              Dirtbikercj added a new version:

              File

              Expanded Task Text (ETT) 1.3.0

              Expanded Task Text (ETT) - SPT Mods Workshop (16)

              If coming from a previous version of this mod, delete the old mod before installing this update.

              - Changed the name of the folder to `ExpandedTaskText`
              - Change `Required for lightkeeper: true` to `This quest is required for Lightkeeper`
              - Change `Required for collector: true` to `This quest is required for collector`
              - All information is now separated by line breaks for easier reading.
              - Quests will now show the quest it leads to, Example: Debut will show `Leads to: Checking`
              - Remove quest logging…

              Dirtbikercj

              Quote

              If coming from a previous version of this mod, delete the old mod before installing this update.

              - Changed the name of the folder to `ExpandedTaskText`

              - Change `Required for lightkeeper: true` to `This quest is required for Lightkeeper`

              - Change `Required for collector: true` to `This quest is required for collector`

              - All information is now separated by line breaks for easier reading.

              - Quests will now show the quest it leads to, Example: Debut will show `Leads to: Checking`

              - Overall changes in preparation for version 2.0.0 coming soon™ (easter egg in the config, not implemented until 2.0.0 however) Expanded Task Text (ETT) - SPT Mods Workshop (18)

              Display More
              • Dec 11th 2023

                Dirtbikercj added a new version:

                File

                Expanded Task Text (ETT) 1.3.1

                Expanded Task Text (ETT) - SPT Mods Workshop (19)

                - New load order requirement, this MUST load before any other trader mod, or mod that adds quests because custom quests are cursed.
                - Improved the algorithm for finding next quest in chain. It will now display all quests leading to another instead of just one.
                - This algorithm takes longer to run because of a deep search of quests.json as a result startup time has been slowed down slightly
                - Display loading and finish loading text to alert the user the server is not frozen.

                Dirtbikercj

                Quote

                - New load order requirement, this MUST load before any other trader mod, or mod that adds quests because custom quests are cursed.

                - Improved the algorithm for finding next quest in chain. It will now display all quests leading to another instead of just one.

                - This algorithm takes longer to run because of a deep search of quests.json as a result startup time has been slowed down slightly

                - Display loading and finish loading text to alert the user the server is not frozen.

                • Jan 13th 2024

                  Dirtbikercj added a new version:

                  File

                  Expanded Task Text (ETT) 1.3.2

                  Expanded Task Text (ETT) - SPT Mods Workshop (21)

                  - Fixed typo's

                  Dirtbikercj

                  Quote

                  - Fixed typo's

                  • Apr 2nd 2024

                    Dirtbikercj added a new version:

                    File

                    Expanded Task Text (ETT) 1.4.0

                    Expanded Task Text (ETT) - SPT Mods Workshop (23)

                    3.8.0 Update,

                    - Removed lightkeeper text for now as I need to figure out a way to build it dynamically (I am not entering all that data by hand...)

                    Dirtbikercj

                    Quote

                    3.8.0 Update,

                    - Removed lightkeeper text for now as I need to figure out a way to build it dynamically (I am not entering all that data by hand...)

                    • Apr 2nd 2024

                      Dirtbikercj added a new version:

                      File

                      Expanded Task Text (ETT) 1.4.1

                      Expanded Task Text (ETT) - SPT Mods Workshop (25)

                      Dynamically generate gunsmithing task parts sold by parameters, no more manual data entry! This was missing on the initial release for 3.8.0 because I needed to figure out a system to generate it for me.

                      I'm slowly making this version agnostic meaning I'll (hopefully) never need to manually touch data again. Otherwise this mod takes me a week to update on major releases because of how much data is needed for it to work properly.

                      Dirtbikercj

                      Quote

                      Dynamically generate gunsmithing task parts sold by parameters, no more manual data entry! This was missing on the initial release for 3.8.0 because I needed to figure out a system to generate it for me.

                      I'm slowly making this version agnostic meaning I'll (hopefully) never need to manually touch data again. Otherwise this mod takes me a week to update on major releases because of how much data is needed for it to work properly.

                      • Apr 3rd 2024

                        Dirtbikercj added a new version:

                        File

                        Expanded Task Text (ETT) 1.4.2

                        Expanded Task Text (ETT) - SPT Mods Workshop (27)

                        - Add missing key entry for Operation Aquarius (20K downloads and nobody ever mentioned that? Wild.)

                        Dirtbikercj

                        Quote

                        - Add missing key entry for Operation Aquarius (20K downloads and nobody ever mentioned that? Wild.)

                        • Apr 13th 2024

                          Dirtbikercj added a new version:

                          File

                          Expanded Task Text (ETT) 1.4.3

                          Expanded Task Text (ETT) - SPT Mods Workshop (29)

                          - Add missing Pharmacist key

                          Dirtbikercj

                          Quote

                          - Add missing Pharmacist key

                          • May 28th 2024

                            Dirtbikercj added a new version:

                            File

                            Expanded Task Text (ETT) 1.5.0

                            Expanded Task Text (ETT) - SPT Mods Workshop (31)

                            - Added caching to massively improve load times after the first time you load this mod. Should cut load times for most users by around ~5-10 seconds on subsequent loads. (thanks Isaac)
                            - Some other minor code optimizations to decrease load times.
                            - "Leads to" now correctly shows "Leads to: Nothing" instead of "Leads to: " when the quest doesn't lead to anything.

                            Dirtbikercj

                            Quote

                            - Added caching to massively improve load times after the first time you load this mod. Should cut load times for most users by around ~5-10 seconds on subsequent loads. (thanks Isaac)

                            - Some other minor code optimizations to decrease load times.

                            - "Leads to" now correctly shows "Leads to: Nothing" instead of "Leads to: " when the quest doesn't lead to anything.

                            • Jun 3rd 2024

                              Dirtbikercj added a new version:

                              File

                              Expanded Task Text (ETT) 1.5.1

                              Expanded Task Text (ETT) - SPT Mods Workshop (33)

                              - Invalidate the cache if config settings have changed.
                              - Added "Negotiation" room key to developer secrets part 1

                              Dirtbikercj

                              Quote

                              - Invalidate the cache if config settings have changed.

                              - Added "Negotiation" room key to developer secrets part 1

                            Participate now!

                            Don’t have an account yet? Register yourself now and be a part of our community!

                            Register YourselfLogin

                            Who is online?

                            Just a few of the 239 users online

                            • 247 Members (8 invisible) and 1,373 Guests
                            • Record: 787 Users ()
                            Expanded Task Text (ETT) - SPT Mods Workshop (2024)

                            References

                            Top Articles
                            Solarreinigung - sun-X
                            sun-X: „Unsere Investorinnen und Investoren tragen einen maßgeblichen Beitrag zu einer grünen und nachhaltigen Zukunft bei" - OneCrowd Blog
                            Kmart near me - Perth, WA
                            Craigslist Monterrey Ca
                            Mcfarland Usa 123Movies
                            Santa Clara College Confidential
                            Midway Antique Mall Consignor Access
                            Cars For Sale Tampa Fl Craigslist
                            Robot or human?
                            Jcpenney At Home Associate Kiosk
                            Craigslist Heavy Equipment Knoxville Tennessee
                            Truck Toppers For Sale Craigslist
                            Healing Guide Dragonflight 10.2.7 Wow Warring Dueling Guide
                            Dump Trucks in Netherlands for sale - used and new - TrucksNL
                            Cbs Trade Value Chart Fantasy Football
                            10-Day Weather Forecast for Florence, AL - The Weather Channel | weather.com
                            Vanessawest.tripod.com Bundy
                            Adt Residential Sales Representative Salary
                            Pocono Recird Obits
                            Safeway Aciu
                            Phoenixdabarbie
                            The Fabelmans Showtimes Near Baton Rouge
                            Isablove
                            Experity Installer
                            Nurtsug
                            Cavanaugh Photography Coupon Code
                            Frequently Asked Questions - Hy-Vee PERKS
                            Math Minor Umn
                            La Qua Brothers Funeral Home
                            Otis Offender Michigan
                            Housing Assistance Rental Assistance Program RAP
                            1-800-308-1977
                            Wildfangs Springfield
                            SOC 100 ONL Syllabus
                            Scanning the Airwaves
                            Ludvigsen Mortuary Fremont Nebraska
                            Elisabeth Shue breaks silence about her top-secret 'Cobra Kai' appearance
                            Gt500 Forums
                            5A Division 1 Playoff Bracket
                            Homeloanserv Account Login
                            LoL Lore: Die Story von Caitlyn, dem Sheriff von Piltover
                            Doublelist Paducah Ky
                            2013 Honda Odyssey Serpentine Belt Diagram
                            Collision Masters Fairbanks
                            Avatar: The Way Of Water Showtimes Near Jasper 8 Theatres
                            Squalicum Family Medicine
                            Ehc Workspace Login
                            Breaking down the Stafford trade
                            Zipformsonline Plus Login
                            Joy Taylor Nip Slip
                            Online TikTok Voice Generator | Accurate & Realistic
                            Zadruga Elita 7 Live - Zadruga Elita 8 Uživo HD Emitirani Sat Putem Interneta
                            Latest Posts
                            Article information

                            Author: Merrill Bechtelar CPA

                            Last Updated:

                            Views: 5350

                            Rating: 5 / 5 (70 voted)

                            Reviews: 85% of readers found this page helpful

                            Author information

                            Name: Merrill Bechtelar CPA

                            Birthday: 1996-05-19

                            Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

                            Phone: +5983010455207

                            Job: Legacy Representative

                            Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

                            Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.