Jump to content
  • The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.

3 Screenshots

About This File

Makes a recipe sticky to remind you what you are working on.

Click the sticky button in the recipe popup and a windowless popup will appear on the right side from which you can also click build.

Very useful to keep track of how much you've gathered and remind you what you're gathering for.

Don't Starve: stickyrecipe-1.1.0.zip

Don't Starve Together: stickyrecipe-dst-1.1.1.zip


What's New in Version 1.1.1   See changelog

Released

  • 1.1.1
  • - Use ThePlayer instead of GetPlayer()
  • 1.1.0
  • - Put the popup in the bottom left corner instead of behind the backpack
  • Like 1

User Feedback

Recommended Comments

Crashed, here's the relevant log.

 


QueryServerComplete no callback

...04670 with DLC/data/../mods/stickyrecipe/modmain.lua:23: attempt to index field 'stickyrecipepopup' (a nil value)

LUA ERROR stack traceback:

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/../mods/stickyrecipe/modmain.lua(23,1) in function 'Refresh'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/recipepopup.lua(297,1) in function 'SetRecipe'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(126,1) in function 'SelectRecipe'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(190,1) in function 'OpenRecipeTab'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(263,1) in function 'OnUpdate'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/frontend.lua(538,1) in function 'Update'

        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/update.lua(46,1)

scripts/frontend.lua(723,1) SCRIPT ERROR! Showing error screen


 

I think it's cause "Refresh" was called before it got a chance to add stickyrecipepopup to the controls.
Link to comment
Share on other sites

 

Crashed, here's the relevant log.
 
QueryServerComplete no callback
...04670 with DLC/data/../mods/stickyrecipe/modmain.lua:23: attempt to index field 'stickyrecipepopup' (a nil value)
LUA ERROR stack traceback:
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/../mods/stickyrecipe/modmain.lua(23,1) in function 'Refresh'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/recipepopup.lua(297,1) in function 'SetRecipe'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(126,1) in function 'SelectRecipe'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(190,1) in function 'OpenRecipeTab'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/widgets/controllercrafting.lua(263,1) in function 'OnUpdate'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/frontend.lua(538,1) in function 'Update'
        C:/Users/Blueberry/Desktop/Blueberry/Games/Other/Don't Starve/Dont Starve v1.104670 with DLC/data/scripts/update.lua(46,1)
scripts/frontend.lua(723,1) SCRIPT ERROR! Showing error screen
 
I think it's cause "Refresh" was called before it got a chance to add stickyrecipepopup to the controls.

 

 

Thanks for the log! I'll have a look at it when I can find the time.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...