

If for whatever reason it is not, you first need to do some tweaking in your settings.ini of your save. The Command Console is enabled by default. If you are trying to use console commands for Don't Starve Together then please use this Page.
DONT STARVE WIKI COMMANDS CODE
DONT STARVE WIKI CONSOLE COMMAND CODEĬode: Select all code := "amulet,armor_grass,armor_lifejacket,armor_ruins,armor_sanity,armor_seashell,armor_slurper,armor_windbreaker,armor_wood,ash,axe,babyox,backpack,balloon,bamboo,beardhair,beargervest,bearger_fur,bedroll_furry,bedroll_straw,bee,beefalo,beefalowool,bermudatriangle,birdcage,birdtrap,blowdart,blubber,blubbersuit,boards,boatcannon,boatlantern,boatrepairkit,boattorch,boat_indicator,boomerang,bottlelantern,bugnet,butterfly,butterflywings,cannonshot,cave_entrance,cave_exit,charcoal,coconade,compass,cookpot,coontail,crab,cutlass,cutstone,deciduous_root,deerclops_eyeball,devtool,diviningrod,diviningrodbase,doydoyegg,doydoyfeather,doydoy_mating_fx,dragonfly_chest,dragon_scales,dragoon,dragoonegg,dragoonfire,dragoonheart,dragoonspit,dubloon,earring,eel,egg,fabric,fish,fishingrod,flamegeyser,flint,flower,flower_evil,frog,froglegs,gem,glommer,glommerflower,goatmilk,goldnugget,goose_feather,hambat,hammer,harpoon,hats,hawaiianshirt,heatrock,honey,honeycomb,hound,houndstooth,icebox,icepack,inv_bamboo,inv_rocks,inv_rocks_ice,inv_vine,jellyfish,jellyfish_planted,knightboat_cannonshot,kraken_projectile,krampus,krampus_sack,lavapool,lavaspit,lichen,lightninggoathorn,limestone,limpets,livinglog,lobster,lockedwes,log,lucy,machete,magic_seal,mailpack,manrabbit_tail,meats,merm,mermfisher,mininglantern,minotaur,mole,monkeyball,monkeyprojectile,mooseegg,mosquito,mosquitosack,mussel,mysterymeat,needle_dart,nightmarefuel,nightsword,nitre,obsidian,octopusking,ox,ox_flute,ox_horn,packim_fishbone,panflute,papyrus,penguin,penguin_ice,perd,pickaxe,piggyback,pigking,pigskin,pike_skull,piratepack,pitchfork,portablecookpot,pottedfern,preparedfoods,rabbit,raincoat,razor,reeds,reflectivevest,resurrectionstatue,rook,rope,sapling,seasack,seashell_beached,seaweed,seaweed_planted,seeds,sewingkit,shadowcreature,shadowcreature_sea,shadowskittish,sharkitten,shark_fin,shark_gills,sharx,shipwrecked_entrance,shipwrecked_exit,shovel,silk,slurtleslime,snake,snakeden,snakeoil,snakeskin,snakeskin_jacket,sparks,speargun,spear_wathgrithr,spicepack,spidergland,spider_web_spit,spoiledfood,staff,staff_projectile,stinger,structure_collapse_fx,stungray,sweatervest,sweet_potato,tallbird,tallbirdegg,telescope,tentaclespots,thatchpack,tigereye,transistor,trap,treasurechest,treeguard_coconut,trident,trinkets,trunkvest,tunacan,turbine_blades,umbrella,veggies,venomgland,vine,volcano_exit,whale,whale_bubbles,wind_conch,woodlegs_boatcannon,woodlegs_key,wormlight"ĬustomColor = ffffff Can be any RGB color (it will be made transparent below).Attention: This page is for console commands from the Base Game (along with its dlcs). Gui +LastFound +AlwaysOnTop -Caption +ToolWindow +ToolWindow avoids a taskbar button and an alt-tab menu item. Gui, Font, s25 Set a large font size (32-point).

Gui, Add, Text, vMyText cLime, XXXXXXXXXXXXXXXXXXX YYYYYYYYYYYYYYYYYYYY XX & YY serve to auto-size the window.

Make all pixels of this color transparent and make the text itself translucent (150):
DONT STARVE WIKI COMMANDS UPDATE
Gosub, UpdateOSD Make the first update immediate rather than waiting for the timer.
Gui, Show, x850 y750 NoActivate NoActivate avoids deactivating the currently active window.Ĭ := "GetWorld().minimap.This is probably the only part of this guide that isn't just copypasted from somewhere else. It is the only one known to actually reveal the map, permanently, and with all icons present.įor k,v in pairs(AllPlayers) do for x=-1600,1600,35 do for y=-1600,1600,35 do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end I made it mostly as a way to have everything localized in one place, though there is absolutely nowhere save for a single discussion quoting a guy from the official forums that actually gives this command. Make sure that when you paste this into the console that the little word on the left of the box says REMOTE and not CLIENT, for some reason the button that toggles this is ctrl so it will change if you paste it. Just press ctrl again and then press enter and it will work. DONT STARVE WIKI CONSOLE COMMAND UPDATE.
