Changes

→‎Try your mod: attempt to fix formatting
Line 167: Line 167:  
===Try your mod===
 
===Try your mod===
 
# Build the project.<br /><small>If you did the ''[[#Create the project|create the project]]'' steps correctly, this will automatically add your mod to the game's <samp>Mods</samp> folder.</small>
 
# Build the project.<br /><small>If you did the ''[[#Create the project|create the project]]'' steps correctly, this will automatically add your mod to the game's <samp>Mods</samp> folder.</small>
# Warning, the default text-colours in the console may be set in a way that makes them completely unreadable unless you change them. Open Steam and right-click the game in your library. Click "Browse local files" under "Manage" and then open the config.json file in your "/Stardew Valley/smapi-internal/" folder, search for "ConsoleColors" and then edit the "Trace" and "Debug" colours so that they become visible within your console.
  −
# The default path on linux is "/home/<username>/.local/share/Steam/steamapps/common/Stardew Valley/smapi-internal/config.json" (replace the <username> and do not leave the <> symbols), unless you have installed your game on a different drive/outside the standard steam library folder.
  −
#The default path on Windows should be "C:\Program files (x86)\Steam\steamapps\common\Stardew Valley\smapi-internal\config.json", unless you have installed your game on a different drive/outside the standard steam library folder.
   
# Run the game through SMAPI.
 
# Run the game through SMAPI.
    
The mod so far will just send a message to the console window whenever you press a key in the game.
 
The mod so far will just send a message to the console window whenever you press a key in the game.
 +
 +
'''Changing console text color'''
 +
 +
The default text-colors in the console may be set in a way that makes them unreadable. To change text color:
 +
 +
*'''Steam''': Open Steam and right-click the game in your library. Click "Browse local files" under "Manage" and then open the <samp>config.json</samp> file in your "/Stardew Valley/smapi-internal/" folder, search for "ConsoleColors" and then edit the "Trace" and "Debug" colours so that they become visible within your console.
 +
 +
*'''Linux''': The default path on linux is "/home/<username>/.local/share/Steam/steamapps/common/Stardew Valley/smapi-internal/config.json" (replace the <username> and do not leave the <> symbols), unless you have installed your game on a different drive/outside the standard steam library folder.
 +
 +
*'''Windows''': The default path on Windows should be "C:\Program files (x86)\Steam\steamapps\common\Stardew Valley\smapi-internal\config.json", unless you have installed your game on a different drive/outside the standard steam library folder.
    
===Troubleshoot===
 
===Troubleshoot===
105,964

edits