Difference between revisions of "Modding:Console commands"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Map, locations, terrain features, time and weather: resetAchievements does reset Steam achieves, as tested by a user on the discord. removing caveat.)
(adding descriptions)
Line 407: Line 407:
 
| plaque ||  
 
| plaque ||  
 
|-
 
|-
| sprinkle ||  
+
| sprinkle || adds a short sparkle animation around your farmer
 
|-
 
|-
 
| i, item ||  
 
| i, item ||  
Line 470: Line 470:
 
| getstat ||  
 
| getstat ||  
 
|-
 
|-
| doesItemExist ||  
+
| doesItemExist || Checks if an item exist in the game using it's ID
 
|-
 
|-
| pants ||  
+
| pants || sets the player's pants colour. uses 3 RGB values (example: pants 100 40 50)
 
|-
 
|-
 
| gamemode ||  
 
| gamemode ||  
Line 478: Line 478:
 
| barnDweller ||  
 
| barnDweller ||  
 
|-
 
|-
| bloom ||  
+
| bloom || unimplemented lighting feature. doesn't work.
 
|-
 
|-
 
| day || Sets the day to the defined number
 
| day || Sets the day to the defined number
Line 484: Line 484:
 
| upgradeCoop ||  
 
| upgradeCoop ||  
 
|-
 
|-
| dog ||  Presumably adds a dog at ({{t|X}}, {{t|}}y) on the current map.
+
| dog ||  Presumably adds a dog at ({{t|X}}, {{t|}}y) on the current map. Lets you have multiple dogs.
 
|-
 
|-
 
| busDriveOff || Plays the cutscene of the bus driving off and sends the player to Calico Desert (NOTE: Only works at the bus stop)
 
| busDriveOff || Plays the cutscene of the bus driving off and sends the player to Calico Desert (NOTE: Only works at the bus stop)
 
|-
 
|-
| child2 || Adds a second child to you family.
+
| child2 || Adds a second child to your family.
 
|-
 
|-
 
| playMusic {{t|ID}} || Changes music track to <tt>ID</tt>. Does not work, will crash your game.
 
| playMusic {{t|ID}} || Changes music track to <tt>ID</tt>. Does not work, will crash your game.
 
|-
 
|-
| hat || Givs the player a hat according to its id
+
| hat || Gives the player a hat according to its id
 
|-
 
|-
| r ||  
+
| r || resets the current music track
 
|-
 
|-
| hairColor ||  
+
| hairColor || sets the player's hair colour (lakes, ocean, etc). uses 3 RGB values (example: hairColor 100 40 50)
 
|-
 
|-
| waterColor ||  
+
| waterColor || Tints the colour of water (lakes, ocean, etc). uses 3 RGB values (example: waterColor 100 40 50)
 
|-
 
|-
 
| ring || Gives the player a ring according to its id
 
| ring || Gives the player a ring according to its id
 
|-
 
|-
| clearFurniture ||  
+
| clearFurniture || removes all furniture from current area
 
|-
 
|-
 
| boots || Gives the player boots according to its id
 
| boots || Gives the player boots according to its id

Revision as of 04:34, 20 February 2019

Index

Stardew Valley's developers added several hidden debug commands to test the game. This page documents them.

If you are using Stardew Valley 1.3 and type 'debug' into the chat box, a message appears: 'ConcernedApe: Nice try...

Accessing debug commands

These are for advanced users only. These commands may crash or break your save if used incorrectly.

You can run debug commands in the SMAPI console (the terminal window that opens alongside the game) through the debug command, assuming you have the bundled Console Commands mod (aka TrainerMod) installed:

debug where Robin
> Robin is at Farm, 21,4

Commands

Axe.png
Article Stub

This article is a stub and is missing information. You can help Stardew Valley Wiki by expanding it!

Many commands that ask for an NPC (such as faceDirection) can take 'farmer' as well.

Items, tools, loot, debris, inventory

command description
shears Adds Shears to your inventory.
pickaxe Adds a basic Pickaxe to your inventory.
Aliases: <pickax>, <pickaxe>.
pole Adds a Bamboo Pole to your inventory.
slingshot Adds a Slingshot to your inventory.
wand Adds a Return Scepter to your inventory.
can Adds a basic Watering Can to your inventory.
Aliases: wateringcan.
pan Adds Copper Pan to your inventory.
hoe Adds a basic Hoe to your inventory.
ax Adds a basic Axe to your inventory.
mp Adds a Milk Pail to your inventory.
lantern [broken] Adds a Lantern to your inventory. However, the game freezes if you try to use it. One possible way to get out is by clicking the Quest menu.
<skullkey> Adds the Skull Key to your wallet.
<darkTalisman> Adds the Dark Talisman to your wallet and makes the Witch's Hut accessible. Removes the Magic Ink, if you have it. Warning: will clear all mail and flags. Do not use.
clearSpecials Removes all Wallet items (Rusty Key, Skull Key, Special Charm, Dark Talisman, Magic Ink, Club Card, Dwarven Translation Guide).
itemnamed <string itemName> [int count] Adds [count] of the item named <itemName> to player inventory. The <itemName> is the full item name, with punctuation but no spaces (like <miner'streat>). If [count] isn't specified, defaults to 1.
Aliases: <in>.
<fillbackpack> Fills your inventory with random items until full.
Aliases: <fbp>, <fill>, <fillbp>.
<removeObjects> Clears all objects from the current location.
<removeDebris> Removes all debris (such as dropped items).
Aliases: <mainmenu>, <mainMenu>.
<museumloot> Marks artifacts as found and adds minerals to your inventory. Stops when your inventory is full.
<TV> Adds a TV to your inventory.
weapon <int weaponID> Gives the weapon matching <weaponID> to the player. (For example, <weapon 12> spawns a Wooden Blade.)
<gold> Adds a million gold.
<refuel> Sets Lantern fuel to maximum (unimplemented feature).
<fillbin> Adds five items (24, 82, 136, 16, 388) to the shipping bin.
Aliases: <fb>.
sl Switches items in player inventory one row down, looping to top. Useful for browsing inventories larger than 36 spaces.
sr Switches items in player inventory one row up, looping to bottom. Useful for browsing inventories larger than 36 spaces.

NPCs, character actors, interactions, relationships

command description
clone <S:NPC> Makes a copy of <NPC>'s actor and places it to the current location. WARNING: Will crash your game if you do 'clone farmer'!
sb <S:NPC> Puts "Hello! This is a test" in a bubble above <NPC>'s head.
sf, setFrame <I> Sets and stops the player actor's current animation at the given frame. Only works with the player.
fd, face, faceDirection <S:NPC> <I:dir> Sets <NPC> to face in <direction>
jump <S:NPC> <I> makes the given NPC/player actor jump once, at velocity <I> (Case sensitive). e.g. jump farmer 10
c, cm, canmove Force-enables movement for the player actor. Force-closes inventory menu, presumably other menus and dialogue as well.
stoprafting Ends the "is.Rafting" action. (Presumably an unimplemented feature.)
db <S:NPC> Triggers the relevant dialogue with <NPC>, or by default, Pierre. Counts as having spoken to that NPC. Prints "Stack empty" in console if the NPC has no more dialogue at that time.
divorce Makes the player divorce from their current spouse that night.
minigame makeEx <NPC> sets NPC's relationship to Farmer as "divorced".
marry <NPC> Sets <NPC> friendship value to 2500, sets them as Farmer's spouse, and performs Game1.prepareSpouseForWedding.
friend, friendship <NPC> <int> Sets the friendship point value with <NPC> to <int>. If that NPC has not already been greeted, adds them to the list of greeted NPCs.
friendAll Sets all NPCs to 10 hearts (or 8 hearts for bachelor/ettes that you aren't dating).


Events, festivals, heart events

command description
event <S:Location> <int> Starts event <int> at <Location>. A location is the name of a file in the game's Data\Events directory. Each has one or more events, which are referenced by <int>, counting up from zero. You should not already be in the location when starting the event, or things may not work correctly.
leaveEvent, endEvent Ends the current event, but also clears all previous events seen, dialogue questions answered, and mail received. Starts the current event over. (Clarify Possible for that day or entirely)
busDriveBack BusStop.busDriveBack()
wedding Activates the wedding cutscene
eventOver Makes the even start over again.
train Makes a train pass through Stardew Valley.
ccloadcutscene
ee Restarts current event (heart events only?). Outside of events, warps player actor to (0,0) on current map.
minigame blastoff presumably starts a specific heart event of Maru.
minigame cowboy presumably starts a specific heart event of Abigail.
end Starts the Stardew Hero Celebration event.
Quests, world objectives, in-game achievements
command description
quest <I:ID> Adds quest the ID <ID>.
bundle <I:ID> Marks bundle <ID> as completed.
completeCC Sets the Community Centre as complete.
completeQuest <I:ID> Marks quest <ID> as complete.
caughtFish, fishCaught <I:AMT> Sets the number of fish caught to <AMT>.
beachBridge Fixes the bridge separating the beach sections.
deleteArch Resets records for minerals and artefacts found, fish caught, and mail received.

Meta & information

command description
save Toggles whether the game saves upon starting a new day or not.
where, whereis <S:NPC> Prints the location and coordinates of <NPC> in the console.
dp, dap, daysPlayed Displays the number of game-days played on the save.
pm, panmode, panMode, On/off toggle for map-panning view; pan map with WASD when toggled on. (Note: If you use 'pm', you won't be able to get back until you type 'panmode')
version Prints the SDV version number in console.
localInfo Prints a bunch of debug information about the current location in the console.
characterInfo Displays number of characters on the current map.
pixelZoom <LVL> sets the graphical zoom level the game displays at--takes integers, 1 is 100% pixel size, default is 4 (400% pixel size). Movement does not scale. Changes in zoom level may put the player actor outside the boundaries of the map.
viewport <X> <Y> Sets viewport width to X game tiles and height to Y game tiles.

Player character stats, skills, recipes, and player actor properties

command description
fishing <I> sets player Fishing skill to <I>
heal Sets player health to maximum.
speed <I> Increases player actor speed by the given amount. (1 is equal to the speed increase from coffee.)
cooking Teaches the player all cooking recipes.
energize Sets player energy to maximum.
die Sets the player's health to minimum, making them pass out.
money <I> Set player money to given integer.
specials Sets all special access conditions to true (Sewers, Skull Cave, Club, Witch's Hut, Dwarf), and gives the player the Special Charm.
festivalScore <I:score> adds <score> to Farmer's grange display score at Stardew Valley Fair
toggleCatPerson Toggles the selected pet species.
seenmail <I:ID> Adds letter <ID> to the list of those the farmer has already received and read.
slimecraft Teached Farmer the recipes for Slime Incubator and Slime Egg-press.

Farm, crops, fruit trees, livestock, pets, farm buildings

command description
minigame setUpFarm tills certain patches of land; adds 20K money; adds a silo, a coop, and a barn; adds shears, milk pail, and full stacks of items 472, 473, 322, 388, and 390; upgrades all four tools to iridium level.
upgradebarn, barn upgrades player barn(s) one level
growCrops <I:AMT> Advances all crops in the current location <AMT> days.
house, houseUpgrade, hu <I:LVL> Up/downgrades your house to the given level.
fenceDecay presumably sets the rate of fence decay
bc, buildcoop Possibly toggles the build coop menu, bypassing the fee.
coop, upgradecoop upgrades player coop(s) one level.
spreadDirt On the farm, till all tillable dirt that is currently untilled and unoccupied by actors.
removeDirt On the farm, until all tillable dirt. Will destroy all crops!
minigame befriendAnimals Sets your friendship with all of your (present) animals to 1000. Must be used inside a coop or a barn.
fixAnimals Presumably, moves all livestock to their home buildings.
horse <I:X> <I:>y Spawns a new horse on the current map at (<X>, <>y).
owl Spawns an Owl.

Map, locations, terrain features, time and weather

command description
minelevel <LVL> Warps Farmer to given Mines level.
resetMines Resets permanent mine changes such as coal carts and treasure chests. Does not affect mines level progress or monster eradication goals.
warp <S:MAP> <I:X> <I:Y> warps Farmer to <MAP> at (<X>, <>y). e.g. warp blacksmith 3 15
warpHome, warphome, wh Warps the current player into their farmhouse.
removeLights Disables light effects on the current map.
clearLightGlows Removes light glow textures on current map.
dayUpdate [I:AMT] Progresses the game either 1 or [AMT] days.
al, ambientLight Sets the maps default ambient light.
time <TIME> set game time of day, <TIME> format is military time (24 hours, no colon).
rain Toggles whether current weather is rain.
command description
cmenu, customize, customizeMenu Opens the character menu (new game, not shrine).
bloomDay The game's bloom. Doesn't work.
cat <I:X> <I:>y Adds a cat at (<X>, <>y) in the current location.
question Marks a particular dialogue question as answered.
growgrass <number> Adds <number> grass to your current location. May freeze the game if used outside of the farm.
petToFarm Moves the player's pet to the farm at (54, 8) if it isn't raining.
junimoStar (CC.characters[0] as junimo).returnToFetchStar
growAnimals Makes all animals in the current location (must be an animal house) grow up.
bluebook Adds a blueprint to your inventory.
removeTF, removeTerrainFeatures Removes all terrain features from the current location.
removeFurniture Removes all furniture from the current location.
rfh, readyForHarvest <I:X> <I:>y Sets the object at (<X>, <>y) to be ready in one minute. Also sets stones to 1 health.
resource <I:ID> <I:AMT> -

10=iridium, 12=wood, 28=lantern fuel

craftingrecipe <S:str> Adds the recipe for <str> to your known items.
setstat <S:stat> <I:num> Sets the stat <stat> to <num>. (<stat> is property in StardewValley.Stats)
conventionMode Toggles Game1.conventionMode
jn, junimoNote <I:ID> Adds junimo note <ID>.
resetJunimoNotes presumably resets all JunimoNotes to not-seen status.
hurry <S:NPC> warps <NPC> to their currently scheduled endpoint, such as Pam from her home to the bus stop in the morning
makeInedible Makes the item the player is holding inedible. Does not make the item permanently inedible.
toss Player actor plays the vial-dropping animation.
completeJoja presumably set completeJoja value to true (or input value)
zl, zoomlevel
eventseen, seenevent <I:ID> adds given event's ID to the list of Seen Events. Useful for enabling access to event-dependent areas or events.
shirt
b, bi, big, bigitem
facePlayer presumably makes given NPC actor (persistently) face player actor.
j, aj, addJunimo presumably spawns a junimo close to player actor.
ns, nosave, noSave
water Irrigate all tilled land on the current map.
growAnimalsFarm Turns all baby animals to adults.
wp, wallpaper Inside the current farm building, switches all wallpapers to the next available wallpaper counting from (assumedly) the left/topmost room.
tool
fo, frameOffset
m, mv, musicvolume
emote (Broken) Will make you do an emote according to the emote id. If you use this command, it will play an endless loop of an empty emote.
remoteLargeTF
spawnweeds <number> Spawns <number> weeds in your current location. May freeze or crash the game if used outside of the farm.
lu, lookup
speech
ps, playSound Does not work, most likely to crash your game
wc, warpCharacter Warps player to the define NPC (Case sensitive). e.g. warpCharacter Abigail
fruitTrees
animalInfo
ff, furniture Works just like the 'item' command, only with furniture. Format: furniture [ID]
achieve Gives the player the achievement according to its id.
sdkinfo, steaminfo
morepollen
specialItem Gives the player an item for your wallet defined by its id.
levelup Promotes the player's defined skill up. Format: levelup [skill] [level]
kms, killMonsterStat
backpack <int> Increases player inventory size by whichever is smaller of these two:
  • 20 minus current inventory size
  • <int>.
child, kid
allbundles
movebuilding
mft, mailForTomorrow
ccload
minigame The base command for toggling a specified scene or action
addOtherFarmer
addAllCrafting possibly adds the achievement for having crafted every item
plaque
sprinkle adds a short sparkle animation around your farmer
i, item
removeQuest
w, wall
KillAllHorses
skinColor
debrisWeather presumably changes the current weather to windy.
clearMail
cookingrecipe
clearCharacters
dialogue possibly initiate dialogue by ID
test TODO. Changes game display to a swatch list of floorings, which can be clicked once to return to normal game display.
fish Presumably, adds a fish into the caught fish achievements.
year Sets the year
crafting Teaches the player all crafting recipes.
f, floor Sets the floor of every room in your house
killAll TODO. Possibly removes all NPC actors from the current map.
achievement
LSD
build
farmMap Sets the player's map to the default, combat, fishing, mining, and foraging.
blueprint
upgradeBarn
season Sets the current season to the given one.
gamePad
coopDweller
hairStyle
spreadSeeds
removeBuildings
addKent Adds Kent to the game.
getstat
doesItemExist Checks if an item exist in the game using it's ID
pants sets the player's pants colour. uses 3 RGB values (example: pants 100 40 50)
gamemode
barnDweller
bloom unimplemented lighting feature. doesn't work.
day Sets the day to the defined number
upgradeCoop
dog Presumably adds a dog at (<X>, <>y) on the current map. Lets you have multiple dogs.
busDriveOff Plays the cutscene of the bus driving off and sends the player to Calico Desert (NOTE: Only works at the bus stop)
child2 Adds a second child to your family.
playMusic <ID> Changes music track to ID. Does not work, will crash your game.
hat Gives the player a hat according to its id
r resets the current music track
hairColor sets the player's hair colour (lakes, ocean, etc). uses 3 RGB values (example: hairColor 100 40 50)
waterColor Tints the colour of water (lakes, ocean, etc). uses 3 RGB values (example: waterColor 100 40 50)
ring Gives the player a ring according to its id
clearFurniture removes all furniture from current area
boots Gives the player boots according to its id
resetAchievements Resets the Steam achievements.