Skip to content

A mod for the game Don't Starve Together that allows ponds to be craftable items.

Notifications You must be signed in to change notification settings

Brumstar/DST_buildable_pond

Repository files navigation

DST_buildable_pond

A mod for the game Don't Starve Together that allows ponds to be craftable items.

TODO

  • Add configuration options
  • Add in proper icons
  • Remove old icons
  • Make green outline work
  • Add main level mod icons
  • Make orientation work
  • Change recipe to something reasonable
    • 16 rocks, 2 fish, 6 twigs

Tested

  • Do ponds produce the right things in the specific biomes
    • Only frogs right now

Notes

prefabs.lua

Prefab = Class( function(self, name, fn, assets, deps, force_path_search)

prefabutil.lua

function MakePlacer(name, bank, build, anim, onground, snap, metersnap, scale, fixedcameraoffset, facing, postinit_fn)

Debugging

Find all members of table

for key,value in pairs(inst) do
    print("found member " .. key);
end

Useful Console Commands

Reveal Minimap

minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)

About

A mod for the game Don't Starve Together that allows ponds to be craftable items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages