Stardew Valley

Stardew Valley

View Stats:
shello May 27, 2017 @ 5:40am
Trouble with Modding
I'm new to modding Stardew Valley and I was using this guide (http://canimod.com/for-players/install-smapi) to help me install SMAPI to get my game ready for mods.
There's a step that requires me to change the launch settings so it runs SMAPI with the game. However, when I changed the launch settings I keep having problems.

I tried C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe %command%, but when I tried to open the game Windows told me it couldn't find "C:\Program". And when I take out the spaces or replace them with underscores, then it takes the whole line of text and tells me it can't find it.

What did I do wrong??
< >
Showing 1-7 of 7 comments
RhiaRhiRhi May 27, 2017 @ 7:28am 
Wrap the C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe part in "".

What's happening is the spaces in the Program Files (x86) bit are being read as argument splits, and the command line is trying to split it up into extra arguments. Making it look like:

"C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%

should fix the issue.

Last edited by RhiaRhiRhi; May 27, 2017 @ 7:30am
shello May 27, 2017 @ 7:32am 
Originally posted by Azure_Kyte:
Wrap the C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe part in "".

What's happening is the spaces in the Program Files (x86) bit are being read as argument splits, and the command line is trying to split it up into extra arguments. Making it look like:

"C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%

should fix the issue.

Thank you for the tip, but I tried it and now it's saying "there was an error while updating Stardew Valley: missing executable." What's a missing executable? @_@
Last edited by shello; May 27, 2017 @ 7:35am
Cloudy May 27, 2017 @ 7:40am 
Originally posted by sortakindastarry:
Originally posted by Azure_Kyte:
Wrap the C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe part in "".

What's happening is the spaces in the Program Files (x86) bit are being read as argument splits, and the command line is trying to split it up into extra arguments. Making it look like:

"C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\StardewModdingAPI.exe" %command%

should fix the issue.

Thank you for the tip, but I tried it and now it's saying "there was an error while updating Stardew Valley: missing executable." What's a missing executable? @_@

Make sure you have StardewValley.exe and StardewModdingAPI.Exe in your game folder. If you'll encounter any other issues, try to launch the game directly from the game folder, using StardewModdingAPI.Exe. It will launch your (modded) game on steam anyway.
shello May 27, 2017 @ 8:18am 
Originally posted by Kenny:
Originally posted by sortakindastarry:

Thank you for the tip, but I tried it and now it's saying "there was an error while updating Stardew Valley: missing executable." What's a missing executable? @_@

Make sure you have StardewValley.exe and StardewModdingAPI.Exe in your game folder. If you'll encounter any other issues, try to launch the game directly from the game folder, using StardewModdingAPI.Exe. It will launch your (modded) game on steam anyway.

EDIT - I actually didn't have StarDewModdingAPI.exe in the game folder... Whoops! It's working now. Thank you <3
Last edited by shello; May 27, 2017 @ 8:21am
Cloudy May 27, 2017 @ 5:36pm 
Originally posted by sortakindastarry:
Originally posted by Kenny:

Make sure you have StardewValley.exe and StardewModdingAPI.Exe in your game folder. If you'll encounter any other issues, try to launch the game directly from the game folder, using StardewModdingAPI.Exe. It will launch your (modded) game on steam anyway.

EDIT - I actually didn't have StarDewModdingAPI.exe in the game folder... Whoops! It's working now. Thank you <3

If you'll have any other problem with mods just add me. And have fun ^^
Last edited by Cloudy; May 27, 2017 @ 5:36pm
it says that my mods are making the game crash so i got rid of my mods but it still says that they are there
Bee Apr 12 @ 8:48pm 
Originally posted by larryjohnson1025:
it says that my mods are making the game crash so i got rid of my mods but it still says that they are there
Have you uninstalled smapi or just removed the mods from the folder?
< >
Showing 1-7 of 7 comments
Per page: 1530 50