-
Content count
737 -
Joined
-
Last visited
Files posted by Blueberrys
-
Persistent Data
By Blueberrys in Modding Tools, Tutorials & Examples
A module that can store, save, and load any arbitrary data.
For developers only! Don't expect it to do anything interesting in-game.
Download contains:
persistentdata.lua - The module. Put this in your mod's scripts folder.
PersistentDataExample_v1.x.zip - Example usage of the module with comments
See the example for information on how to use it.
Mods that currently use it:
Mod Manager - by Blueberrys
Feats of the World - by debugman18
Previously posted here.
Everything provided here is public domain. No warranties for anything. Blah blah blah. Use it however you want!
Attribution would be appreciated, but is not required.
511 downloads
Updated
-
Mod Manager
By Blueberrys in Game Modifications
Manager for your installed mods.
The main focus of this mod is to allow management of mods using "sets". Sets can be enabled and disabled using an options spinner. Custom names can be given when saving sets. Sets can also be deleted with ease.
Other notable functions:
Adds buttons to enable/disable all installed mods
Keep self enabled when disabling mods or switching sets (can be configured, "Preserve self")
Auto-Enable No Warnings mod (can be configured, "Auto-Enable No Warning")
Compatibility:
Compatible with DS and RotG
Compatible with all other mods (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
2,052 downloads
Updated
-
Tuning Tweaks
By Blueberrys in Game Modifications
Simple tuning tweaks all combined into one mod. Hopefully the last tuning mod you'll ever need.
Everything is configurable in modconfig. Disabling things you don't need may improve performance, so if you only need one or two of these, you can set the rest to "Vanilla" (or the corresponding vanilla setting).
Included in the mod:
Hunger Resistance - Delay hunger depletion
Attack Power - Damage with hands and weapons (not darts, cause walrus)
Item Stacks - Size of stacks of items
Chop/Mine Speed - For trees, rocks, etc
Grow/Dry Speed - For berries, grass, twigs, meat, etc
Fuel efficiency - Items add more fuel to fuelable things
Durability Tools/Weapons
Armors/Clothes
Amulets/Staffs
Traps - Normal and Tooth
[*]Perish time
Lights (torch, lantern, etc)
Foods
[*]Depletion (turn off to disable component)
Health
Hunger
Sanity
[*]Various
Breaking with hammer gives 100% loot
Evil flower's don't decrease sanity when picked
Compatibility:
Compatible with DS and RotG. Made for DS, so RotG elements may be missing
Should be compatible with all other mods (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
1,245 downloads
Updated
-
Stack Repeater
By Blueberrys in Game Modifications
Adds functionality to auto-repeat actions on stacks of items.
Currently includes these actions for auto-repeating:
Eating
Healing
Cooking
Adding fuel
Fertilizing
Giving items to birds
Each action's auto-repeat can be individually set in the mod configuration.
When using the default configuration,
To start repeating, use an item stack with any of your activated actions.
To stop repeating, press any key on the keyboard (move around, etc).
Actions are built to stop repeating automatically when they no longer have a logical use. Ex, when health is full, healing doesn't repeat, but can be performed by the player.
When using Hold To Repeat (see mod config to activate),
To start repeating, use an item stack with any of your activated actions and keep the mouse button held.
To stop repeating, release the mouse button.
Compatibility:
Compatible with DS and RotG
Should be compatible with all other mods (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
Mod icon licence
707 downloads
Updated
-
Mod Toggler
By Blueberrys in Game Modifications
NOTICE: This mod will no longer be updated or supported. Please use Mod Manager instead.
Adds buttons to the mod screen to enable or disable all mods at once.
Auto enables No Warning mod (by simplex), if available. (can be disabled in mod config)
Compatibility:
Compatible with DS and RotG
Compatible with all other mods (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
694 downloads
0 comments
Updated
-
Considerate Spiders
By Blueberrys in Game Modifications
When using Webber, spiders won't break walls. That's about it.
Chester's hostility can be set in the modconfig to:
Vanilla - No change
Monster - Spiders: Not hostile, Pigs: Hostile.
Peaceful - Neither hostile
Works even when spiders or chester is not following the player.
Compatibility:
Compatible with RotG (DS doesn't have Webber, but you can still enable the mod)
Compatible with all other mods (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
904 downloads
Updated
-
Preset Manager
By Blueberrys in Game Modifications
Better management of world customization presets.
Features:
Add customs name and description to your presets
Delete unwanted custom presets
Set max number of custom presets (in mod options)
Compatibility:
Compatible with DS and RotG
Probably compatible with all other mods (let me know if not)
Possible bugs:
Presets may shift around after adding and deleting one. This is due to how the save index is managed. I'll fix it if people seem to care about that. Please let me know if it bugs you.
Excess presets will not be deleted automatically when number of max presets is decreased. This is not a bug, it is intended to function this way to prevent accidents.
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
691 downloads
Updated
-
Tree Drops
By Blueberrys in Game Modifications
Allows you to change how much loot trees will drop (logs and pinecones/acorns).
All trees' drops will be modified simultaneously, making options for each type would be too tedious. Includes all Evergreen and Deciduous trees (even poison trees).
Default amount is +4 logs and +1 pinecones. You can modify that in the options screen.
Compatibility:
Compatible with DS and RotG.
Probably compatible with all other mods, unless they modify the trees (or add new types/sizes).
Possible bugs:
Notes:
I know this has been done before. I re-made it from scratch because the one I found was out-dated and consisted of rather rusty code. Also, I wasn't able to find some of these features (Customization from mod options, pinecone/acorn amount) in other mods.
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
5,364 downloads
Updated
-
Customize Screen Tooltips
By Blueberrys in Game Modifications
Changes to customizations screen:
A tooltip appears on the options images describing what the image represents. Cause sometimes it's hard to tell, especially for newer players.
Pages scrolls completely instead of half way. You won't see the same items twice anymore when you click the "next" or "back" arrows.
Compatibility:
Compatible with DS and RotG.
Probably compatible with all other mods. (let me know if not)
For anyone interested, feel free to copy/modify/use my mods however you wish, including in your own mods. Please include appropriate attribution with links so everyone can benefit from them.
Legally equivalent to CC Non-commercial Attribution licence.
In case of conflict with terms of the website, the websites terms take precedence over this message.
1,484 downloads
Updated