Jump to content

Search the Community

Showing results for tags 'sample'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Oxygen Not Included
    • Oxygen Not Included FAQ
    • [Oxygen Not Included] - Developer log
    • [Oxygen Not Included] - General Discussion
    • [Oxygen Not Included] - Bug Tracker
    • [Oxygen Not Included: Spaced Out!] - Bug Tracker
    • [Oxygen Not Included] - Mods and Tools
    • [Oxygen Not Included] - Suggestions and Feedback
    • [Oxygen Not Included] Art, Music & Lore
    • Community Challenges
    • [Oxygen Not Included] - Latest Content Update
    • [Oxygen Not Included] - Latest Animated Short
    • Oxygen Not Included DLC Alpha
  • Don't Starve Together
    • Don't Starve Together FAQ
    • [Don't Starve Together] Developer log
    • [Don't Starve Together] General Discussion
    • [Don't Starve Together] Beta Branch
    • [Don't Starve Together] PlayStation
    • [Don't Starve Together] Xbox One
    • [Don't Starve Together] Nintendo Switch
    • [Don't Starve Together] Bug Tracker
    • [Don't Starve Together] Trading
    • [Don't Starve Together] Server Bulletin
    • [Don't Starve Together] Dedicated Server Discussion
    • [Don't Starve Together] Mods and Tools
    • [Don't Starve Together] Tales of Life and Death
    • [DS + DST] Art, Music and Lore
    • [Don't Starve Together] Suggestions and Feedback
    • [Don't Starve Together] The Forge
    • [Don't Starve Together] The Gorge
    • [Archived Bugs]
  • Don't Starve
    • Don't Starve FAQ
    • [Don't Starve: Pocket Edition] iOS / Android
    • [Don't Starve] General Discussion
    • [Don't Starve] Mods and tools
    • [Don't Starve] Art, Music & Lore
    • [Don't Starve] Suggestions and Feedback
    • [Don't Starve] Videos
    • [Don't Starve] Bug Tracker
    • [Don't Starve] Trading
    • [Don't Starve] Testing Discussion (archive)
  • Griftlands
    • [Griftlands] - General Discussion
    • [Griftlands] - Suggestions and Feedback
    • [Griftlands] - Mods and Tools
    • [Griftlands] - Localization
    • [Griftlands] - Bug Tracker
    • [Griftlands] - Developer log
  • Hot Lava
    • [Hot Lava] - General Discussion
    • [Hot Lava] - Suggestions and Feedback
    • [Hot Lava] - Bug Tracker
    • [Hot Lava] - Strats and Records
    • [Hot Lava] - Developer Log
    • Hot Lava Latest Update
  • Klei Entertainment Games
    • Eets Munchies
    • [Invisible, Inc.] General Discussion and Strategies
    • Mark of the Ninja
    • Shank
  • Other Stuff
    • Other Klei Services

Categories

  • Don't Starve
    • Custom Characters
    • Game Modifications
    • Language Packs
    • Modding Tools, Tutorials & Examples
    • Custom Maps

Categories

  • Oxygen Not Included
  • Oxygen Not Included: Spaced Out!
  • Griftlands
  • Don't Starve
  • Don't Starve Together
  • Don't Starve Together: Beta Branch
  • [Don't Starve Together] Nintendo Switch
  • [Don't Starve Together] PlayStation
  • Don't Starve Together: Return of Them
  • Don't Starve Together: The Gorge
  • Don't Starve Together: The Forge
  • Don't Starve Together: The Forge (Archive)
  • [Don't Starve Together] Xbox One
  • Don't Starve: Shipwrecked [archive]
  • [Don't Starve Together] PS4 (archive)
  • [iOS] Don't Starve: Shipwrecked
  • Don't Starve: Hamlet [ARCHIVE]
  • Don't Starve: Shipwrecked [ARCHIVE]
  • Don't Starve: Hamlet Early Access [archive]
  • Don't Starve: Hamlet Closed Beta (ARCHIVE)

Categories

  • Oxygen Not Included
  • Oxygen Not Included: Spaced Out!
  • Griftlands
  • Hot Lava
  • Don't Starve Together
  • [Nintendo Switch] Don't Starve Together
  • [PlayStation] Don't Starve Together
  • [Xbox One] Don't Starve Together
  • Don't Starve
  • Don't Starve: Shipwrecked

Categories

  • Hot Lava - Bug Reports

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Biography


Location


Interests


Occupation


Favorite Game


Modder


Chester Kickstarter


Chester Kickstarter


Chester Kickstarter


Chester Kickstarter


Chester Kickstarter


Klei Featured Artist


Early Supporter


Early Supporter


Don't Starve


Don't Starve Together


Oxygen Not Included

Found 2 results

  1. Hello, I wanted to ask two questions: 1 Are there any tutorials of making placable item? (like science machine, campfire, walls, chest etc. etc.) 2. If I have mod for Don't Starve ready, what changes are crucial to make it work in DS Together? -mainly for ITEM because my character seems working fine! I've been trying to compare mods, seeking forums.. but really found an answer :/ I would be really glad if anyone find some time for me q.q
  2. I just thought I would share this sample mod configuration, showing blank lines and option-less labels in your mod config window. With this current bug that doesn't allow the right side of your config window to save its options, this is a workaround to have your whole mod config save, as well as a way to make your config generally look sexier, as you can have it all down the left side, all down the right side (though you don't want that until next update!) or insert blank lines in both columns to produce separate "categories" of config within the window. configuration_options ={ { name = "yourmodsetting1", label = "Config Option 1", hover = "This will appear when you hover over Config Option 1! Rad!", options = { {description = "1 Day", data = 1, hover = "Hovering Choice 1 of Config Option 1"}, {description = "2 Days", data = 2, hover = "Different hover for different chosen value"}, }, default = 1, }, { name = "blank", label = " ", hover = "This is kinda a secret hover, since nobody can see anything here to know to hover hehe", options = { {description = " ", data = 0}, }, default = 0 }, { name = "yourmodsetting2", label = "Config Option 2", options = { {description = "Is Nice", data = 0}, {description = "I Like!", data = 1}, }, default = 1 }, { name = "blank", label = " ", options = { {description = " ", data = 0}, }, default = 0 }, { name = "blank", label = " ", options = { {description = " ", data = 0}, }, default = 0 }, { name = "blank", label = " ", options = { {description = " ", data = 0}, }, default = 0 }, { name = "yourmodsetting3", label = "Config Option 3", options = { {description = "Because", data = 0}, {description = "Why Not?", data = 1}, }, default = 0, }, { name = "letsmakeitalabel", label = "Can use these as labels :)", options = { {description = "10 letters", data = 0}, }, default = 0, }, }If anyone wanted to make their mod configurable, they could just paste this directly into the modinfo and start work. Btw, you read things from the config within your modmain by just saying for example: local somethingYN = GetModConfigData("yourmodsetting1")and somethingYN now has that setting stored in it for use in code. It would be really nice if we could get some more control over the config window to add labels and things in a less hack-ish way; are there any methods available I'm not yet aware of? *edit* code updated to show using tooltip on mouse hover over config items! Thanks Jjmarco!
×
×
  • Create New...