Changes

Jump to navigation Jump to search
367 bytes added ,  20:04, 11 February 2019
no edit summary
Line 50: Line 50:     
===Using Tiled===
 
===Using Tiled===
Tiled is a popular map editor that can be used to edit stardew maps. No programming knowledge is required, however, you can't have two mods editing the same map. You would have to [[Modding:Editing XNB files|unpack the map's XNB]], edit the map and make it a {{nexus mod|1915|Content Patcher}} mod which is <b>highly recommended</b> and much more flexible to use. If you want to use this approach:
+
Tiled is a popular map editor that can be used to edit stardew maps. No programming knowledge is required, however, you can't have two mods editing the same map. You would have to [[Modding:Editing XNB files|unpack the map's XNB]], edit the map and make it a {{nexus mod|1915|Content Patcher}} mod which is <b>highly recommended</b>, or use SMAPI to load your map. If you want to use this approach:
    
<ol>
 
<ol>
Line 75: Line 75:     
==Map edits==
 
==Map edits==
 +
===Editing Maps===
 +
Using Tiled
 +
<ol>
 +
<li>Unpack the map you want to edit and the tilesheets that come with the map</li>
 +
<li>Open the ''.tbin'' file via Tiled</li>
 +
<li>Do necessary edits to the map</li>
 +
<li>Delete the tilesheet png's (SMAPI handles vanilla tilesheet loading)</li>
 +
<li>Load your map via SMAPI or a different framework (eg. Content Patcher)</li>
 +
</ol>
 +
 
===Custom map===
 
===Custom map===
 
You can add a new map and location to the game.
 
You can add a new map and location to the game.
45

edits

Navigation menu